Home
last modified time | relevance | path

Searched refs:i2c_handle_smbus_host_notify (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Di2c.h860 int i2c_handle_smbus_host_notify(struct i2c_adapter *adap, unsigned short addr);
/Linux-v4.19/Documentation/i2c/
Dsmbus-protocol206 i2c_handle_smbus_host_notify().
/Linux-v4.19/drivers/i2c/
Di2c-core-base.c1197 int i2c_handle_smbus_host_notify(struct i2c_adapter *adap, unsigned short addr) in i2c_handle_smbus_host_notify() function
1212 EXPORT_SYMBOL_GPL(i2c_handle_smbus_host_notify);
/Linux-v4.19/drivers/i2c/busses/
Di2c-i801.c602 i2c_handle_smbus_host_notify(&priv->adapter, addr); in i801_host_notify_isr()