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

/linux-master/include/linux/
H A Di2c-atr.h23 * @attach_client: Notify the driver of a new device connected on a child
33 int (*attach_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.c337 ret = atr->ops->attach_client(atr, chan->chan_id, client, alias);
509 if (!ops || !ops->attach_client || !ops->detach_client)
/linux-master/drivers/media/i2c/
H A Dds90ub960.c1086 .attach_client = ub960_atr_attach_client,

Completed in 127 milliseconds