Searched refs:detach_client (Results 1 – 3 of 3) sorted by relevance
35 void (*detach_client)(struct i2c_atr *atr, u32 chan_id, member
365 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()
1089 .detach_client = ub960_atr_detach_client,