Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Di2c-smbus.h42 struct i2c_client *i2c_new_slave_host_notify_device(struct i2c_adapter *adapter);
45 static inline struct i2c_client *i2c_new_slave_host_notify_device(struct i2c_adapter *adapter) in i2c_new_slave_host_notify_device() function
/Linux-v5.10/drivers/i2c/
Di2c-smbus.c253 struct i2c_client *i2c_new_slave_host_notify_device(struct i2c_adapter *adapter) in i2c_new_slave_host_notify_device() function
285 EXPORT_SYMBOL_GPL(i2c_new_slave_host_notify_device);
/Linux-v5.10/drivers/i2c/busses/
Di2c-rcar.c1014 priv->host_notify_client = i2c_new_slave_host_notify_device(adap); in rcar_i2c_probe()
Di2c-stm32f7.c1952 client = i2c_new_slave_host_notify_device(adap); in stm32f7_i2c_enable_smbus_host()