Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/i2c/
H A Di2c-smbus.c225 i2c_handle_smbus_host_notify(client->adapter, in i2c_slave_host_notify_cb()
H A Di2c-core-base.c1385 int i2c_handle_smbus_host_notify(struct i2c_adapter *adap, unsigned short addr) in i2c_handle_smbus_host_notify() function
1400 EXPORT_SYMBOL_GPL(i2c_handle_smbus_host_notify);
/OK3568_Linux_fs/kernel/include/linux/
H A Di2c.h915 int i2c_handle_smbus_host_notify(struct i2c_adapter *adap, unsigned short addr);
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Dsmbus-protocol.rst237 i2c_handle_smbus_host_notify().
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-i801.c622 i2c_handle_smbus_host_notify(&priv->adapter, addr); in i801_host_notify_isr()