Lines Matching defs:mux_state
26 struct mux_state *mux_state;
35 if (can_transceiver_phy->mux_state) {
36 ret = mux_state_select(can_transceiver_phy->mux_state);
59 if (can_transceiver_phy->mux_state)
60 mux_state_deselect(can_transceiver_phy->mux_state);
117 struct mux_state *mux_state;
119 mux_state = devm_mux_state_get(dev, NULL);
120 if (IS_ERR(mux_state))
121 return dev_err_probe(&pdev->dev, PTR_ERR(mux_state),
123 can_transceiver_phy->mux_state = mux_state;