Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/i2c/
Di2c-smbus.c284 i2c_handle_smbus_host_notify(client->adapter, in i2c_slave_host_notify_cb()
Di2c-core-base.c1496 int i2c_handle_smbus_host_notify(struct i2c_adapter *adap, unsigned short addr) in i2c_handle_smbus_host_notify() function
1513 EXPORT_SYMBOL_GPL(i2c_handle_smbus_host_notify);
/linux-6.14.4/include/linux/
Di2c.h958 int i2c_handle_smbus_host_notify(struct i2c_adapter *adap, unsigned short addr);
/linux-6.14.4/Documentation/i2c/
Dsmbus-protocol.rst239 i2c_handle_smbus_host_notify().
/linux-6.14.4/drivers/i2c/busses/
Di2c-i801.c605 i2c_handle_smbus_host_notify(&priv->adapter, addr); in i801_host_notify_isr()