Lines Matching refs:deselect
52 if (muxc->deselect)
53 muxc->deselect(muxc, priv->chan_id);
71 if (muxc->deselect)
72 muxc->deselect(muxc, priv->chan_id);
93 if (muxc->deselect)
94 muxc->deselect(muxc, priv->chan_id);
115 if (muxc->deselect)
116 muxc->deselect(muxc, priv->chan_id);
243 int (*deselect)(struct i2c_mux_core *, u32))
263 muxc->deselect = deselect;