Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-rcar.c146 struct i2c_client *host_notify_client; member
1049 priv->host_notify_client = i2c_new_slave_host_notify_device(adap); in rcar_i2c_probe()
1050 if (IS_ERR(priv->host_notify_client)) { in rcar_i2c_probe()
1051 ret = PTR_ERR(priv->host_notify_client); in rcar_i2c_probe()
1075 if (priv->host_notify_client) in rcar_i2c_remove()
1076 i2c_free_slave_host_notify_device(priv->host_notify_client); in rcar_i2c_remove()
H A Di2c-stm32f7.c314 * @host_notify_client: SMBus host-notify client
342 struct i2c_client *host_notify_client; member
1993 i2c_dev->host_notify_client = client; in stm32f7_i2c_enable_smbus_host()
2005 if (i2c_dev->host_notify_client) { in stm32f7_i2c_disable_smbus_host()
2009 i2c_free_slave_host_notify_device(i2c_dev->host_notify_client); in stm32f7_i2c_disable_smbus_host()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-rcar.c144 struct i2c_client *host_notify_client; member
1137 priv->host_notify_client = i2c_new_slave_host_notify_device(adap); in rcar_i2c_probe()
1138 if (IS_ERR(priv->host_notify_client)) { in rcar_i2c_probe()
1139 ret = PTR_ERR(priv->host_notify_client); in rcar_i2c_probe()
1163 if (priv->host_notify_client) in rcar_i2c_remove()
1164 i2c_free_slave_host_notify_device(priv->host_notify_client); in rcar_i2c_remove()
H A Di2c-stm32f7.c323 * @host_notify_client: SMBus host-notify client
355 struct i2c_client *host_notify_client; member
2026 i2c_dev->host_notify_client = client; in stm32f7_i2c_enable_smbus_host()
2038 if (i2c_dev->host_notify_client) { in stm32f7_i2c_disable_smbus_host()
2042 i2c_free_slave_host_notify_device(i2c_dev->host_notify_client); in stm32f7_i2c_disable_smbus_host()

Completed in 10 milliseconds