Lines Matching refs:muxc
16 struct i2c_mux_core *muxc; member
1228 return state->muxc->adapter[0]; in af9013_get_i2c_adapter()
1236 static int af9013_select(struct i2c_mux_core *muxc, u32 chan) in af9013_select() argument
1238 struct af9013_state *state = i2c_mux_priv(muxc); in af9013_select()
1257 static int af9013_deselect(struct i2c_mux_core *muxc, u32 chan) in af9013_deselect() argument
1259 struct af9013_state *state = i2c_mux_priv(muxc); in af9013_deselect()
1476 state->muxc = i2c_mux_alloc(client->adapter, &client->dev, 1, 0, 0, in af9013_probe()
1478 if (!state->muxc) { in af9013_probe()
1482 state->muxc->priv = state; in af9013_probe()
1483 ret = i2c_mux_add_adapter(state->muxc, 0, 0); in af9013_probe()
1532 i2c_mux_del_adapters(state->muxc); in af9013_probe()
1548 i2c_mux_del_adapters(state->muxc); in af9013_remove()