Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-rcar.c170 struct i2c_client *host_notify_client; member
1222 priv->host_notify_client = i2c_new_slave_host_notify_device(adap); in rcar_i2c_probe()
1223 if (IS_ERR(priv->host_notify_client)) { in rcar_i2c_probe()
1224 ret = PTR_ERR(priv->host_notify_client); in rcar_i2c_probe()
1248 if (priv->host_notify_client) in rcar_i2c_remove()
1249 i2c_free_slave_host_notify_device(priv->host_notify_client); in rcar_i2c_remove()