1I2C_HANDLE_SMBUS_HOS(9) I2C and SMBus Subsystem I2C_HANDLE_SMBUS_HOS(9)
2
3
4
6 i2c_handle_smbus_host_notify - Forward a Host Notify event to the
7 correct I2C client.
8
10 int i2c_handle_smbus_host_notify(struct i2c_adapter * adap,
11 unsigned short addr);
12
14 adap
15 the adapter
16
17 addr
18 the I2C address of the notifying device
19
21 can't sleep
22
24 Helper function to be called from an I2C bus driver's interrupt
25 handler. It will schedule the Host Notify IRQ.
26
28Kernel Hackers Manual 3.10 June 2019 I2C_HANDLE_SMBUS_HOS(9)