I2C_HANDLE_SMBUS_HOS(9) | I2C and SMBus Subsystem | I2C_HANDLE_SMBUS_HOS(9) |
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
CONTEXT¶
can't sleep
DESCRIPTION¶
Helper function to be called from an I2C bus driver's interrupt handler. It will schedule the Host Notify IRQ.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |