Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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
/openbmc/linux/drivers/i2c/
H A Di2c-smbus.c344 void i2c_free_slave_host_notify_device(struct i2c_client *client) in i2c_free_slave_host_notify_device() function
353 EXPORT_SYMBOL_GPL(i2c_free_slave_host_notify_device);
/openbmc/linux/drivers/i2c/busses/
H A Di2c-rcar.c1181 i2c_free_slave_host_notify_device(priv->host_notify_client); in rcar_i2c_remove()
H A Di2c-stm32f7.c2084 i2c_free_slave_host_notify_device(i2c_dev->host_notify_client); in stm32f7_i2c_disable_smbus_host()