Searched refs:detach_client (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Di2c-atr.h26 * @detach_client: Notify the driver of a device getting disconnected. The
35 void (*detach_client)(struct i2c_atr *atr, u32 chan_id, member in struct:i2c_atr_ops
77 * &i2c_atr_ops->attach_client and &i2c_atr_ops->detach_client callbacks for the
/linux-master/drivers/i2c/
H A Di2c-atr.c365 atr->ops->detach_client(atr, chan->chan_id, client);
509 if (!ops || !ops->attach_client || !ops->detach_client)
/linux-master/drivers/media/i2c/
H A Dds90ub960.c1087 .detach_client = ub960_atr_detach_client,

Completed in 133 milliseconds