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

/linux-master/include/linux/
H 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) function
/linux-master/drivers/i2c/
H A Di2c-smbus.c240 * i2c_new_slave_host_notify_device - get a client for SMBus host-notify support
252 struct i2c_client *i2c_new_slave_host_notify_device(struct i2c_adapter *adapter) function
284 EXPORT_SYMBOL_GPL(i2c_new_slave_host_notify_device); variable
292 * Free the i2c_client allocated via i2c_new_slave_host_notify_device
/linux-master/drivers/i2c/busses/
H A Di2c-rcar.c1200 priv->host_notify_client = i2c_new_slave_host_notify_device(adap);
H A Di2c-stm32f7.c2076 client = i2c_new_slave_host_notify_device(adap);

Completed in 144 milliseconds