Home
last modified time | relevance | path

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

/linux/include/linux/
H A Di2c-atr.h35 void (*detach_client)(struct i2c_atr *atr, u32 chan_id, member
/linux/drivers/i2c/
H A Di2c-atr.c365 atr->ops->detach_client(atr, chan->chan_id, client); in i2c_atr_detach_client()
509 if (!ops || !ops->attach_client || !ops->detach_client) in i2c_atr_new()
/linux/drivers/media/i2c/
H A Dds90ub960.c1087 .detach_client = ub960_atr_detach_client,