Searched refs:host_notify_client (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/i2c/busses/
H A Di2c-rcar.c168 struct i2c_client *host_notify_client; member in struct:rcar_i2c_priv
1200 priv->host_notify_client = i2c_new_slave_host_notify_device(adap);
1201 if (IS_ERR(priv->host_notify_client)) {
1202 ret = PTR_ERR(priv->host_notify_client);
1226 if (priv->host_notify_client)
1227 i2c_free_slave_host_notify_device(priv->host_notify_client);
H A Di2c-stm32f7.c328 * @host_notify_client: SMBus host-notify client
361 struct i2c_client *host_notify_client; member in struct:stm32f7_i2c_dev
2080 i2c_dev->host_notify_client = client;
2092 if (i2c_dev->host_notify_client) {
2096 i2c_free_slave_host_notify_device(i2c_dev->host_notify_client);

Completed in 260 milliseconds