Home
last modified time | relevance | path

Searched refs:host_notify_client (Results 1 – 2 of 2) sorted by relevance

/drivers/i2c/busses/
Di2c-rcar.c145 struct i2c_client *host_notify_client; member
1154 priv->host_notify_client = i2c_new_slave_host_notify_device(adap); in rcar_i2c_probe()
1155 if (IS_ERR(priv->host_notify_client)) { in rcar_i2c_probe()
1156 ret = PTR_ERR(priv->host_notify_client); in rcar_i2c_probe()
1180 if (priv->host_notify_client) in rcar_i2c_remove()
1181 i2c_free_slave_host_notify_device(priv->host_notify_client); in rcar_i2c_remove()
Di2c-stm32f7.c355 struct i2c_client *host_notify_client; member
2068 i2c_dev->host_notify_client = client; in stm32f7_i2c_enable_smbus_host()
2080 if (i2c_dev->host_notify_client) { in stm32f7_i2c_disable_smbus_host()
2084 i2c_free_slave_host_notify_device(i2c_dev->host_notify_client); in stm32f7_i2c_disable_smbus_host()