Name
i2c_handle_smbus_host_notify —
Forward a Host Notify event to the correct I2C client.
Synopsis
int i2c_handle_smbus_host_notify ( | struct i2c_adapter * adap, |
| unsigned short addr) ; |
Arguments
adap
the adapter
addr
the I2C address of the notifying device
Description
Helper function to be called from an I2C bus driver's interrupt
handler. It will schedule the Host Notify IRQ.