Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Di2c-smbus.h34 struct i2c_client *i2c_new_slave_host_notify_device(struct i2c_adapter *adapter);
37 static inline struct i2c_client *i2c_new_slave_host_notify_device(struct i2c_adapter *adapter) in i2c_new_slave_host_notify_device() function
/linux-6.3-rc2/drivers/i2c/
A Di2c-smbus.c252 struct i2c_client *i2c_new_slave_host_notify_device(struct i2c_adapter *adapter) in i2c_new_slave_host_notify_device() function
284 EXPORT_SYMBOL_GPL(i2c_new_slave_host_notify_device);
/linux-6.3-rc2/drivers/i2c/busses/
A Di2c-rcar.c1137 priv->host_notify_client = i2c_new_slave_host_notify_device(adap); in rcar_i2c_probe()
A Di2c-stm32f7.c2019 client = i2c_new_slave_host_notify_device(adap); in stm32f7_i2c_enable_smbus_host()

Completed in 14 milliseconds