Home
last modified time | relevance | path

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

/openbmc/linux/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) in i2c_new_slave_host_notify_device() function
/openbmc/linux/drivers/i2c/
H A Di2c-smbus.c302 struct i2c_client *i2c_new_slave_host_notify_device(struct i2c_adapter *adapter) in i2c_new_slave_host_notify_device() function
334 EXPORT_SYMBOL_GPL(i2c_new_slave_host_notify_device);
/openbmc/linux/drivers/i2c/busses/
H A Di2c-rcar.c1154 priv->host_notify_client = i2c_new_slave_host_notify_device(adap); in rcar_i2c_probe()
H A Di2c-stm32f7.c2064 client = i2c_new_slave_host_notify_device(adap); in stm32f7_i2c_enable_smbus_host()