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

/linux-master/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) function
/linux-master/drivers/i2c/
H A Di2c-smbus.c250 * i2c_free_slave_host_notify_device(); or an ERRPTR to indicate an error.
287 * i2c_free_slave_host_notify_device - free the client for SMBus host-notify
294 void i2c_free_slave_host_notify_device(struct i2c_client *client) function
303 EXPORT_SYMBOL_GPL(i2c_free_slave_host_notify_device); variable
/linux-master/drivers/i2c/busses/
H A Di2c-rcar.c1227 i2c_free_slave_host_notify_device(priv->host_notify_client);
H A Di2c-stm32f7.c2096 i2c_free_slave_host_notify_device(i2c_dev->host_notify_client);

Completed in 131 milliseconds