Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Di2c-smbus.h35 void i2c_free_slave_host_notify_device(struct i2c_client *client);
41 static inline void i2c_free_slave_host_notify_device(struct i2c_client *client) in i2c_free_slave_host_notify_device() function
/linux-6.1.9/drivers/i2c/
Di2c-smbus.c295 void i2c_free_slave_host_notify_device(struct i2c_client *client) in i2c_free_slave_host_notify_device() function
304 EXPORT_SYMBOL_GPL(i2c_free_slave_host_notify_device);
/linux-6.1.9/drivers/i2c/busses/
Di2c-rcar.c1164 i2c_free_slave_host_notify_device(priv->host_notify_client); in rcar_i2c_remove()
Di2c-stm32f7.c2039 i2c_free_slave_host_notify_device(i2c_dev->host_notify_client); in stm32f7_i2c_disable_smbus_host()