Searched refs:mux_opt (Results 1 – 1 of 1) sorted by relevance
22 struct comphy_mux_options *mux_opt; in comphy_mux_check_config() local33 mux_opt = mux_data->mux_values; in comphy_mux_check_config()35 opt++, mux_opt++) { in comphy_mux_check_config()36 if (mux_opt->type == comphy_map_data->type) { in comphy_mux_check_config()59 struct comphy_mux_options *mux_opt; in comphy_mux_get_mux_value() local65 mux_opt = mux_data->mux_values; in comphy_mux_get_mux_value()66 for (opt = 0 ; opt < mux_data->max_lane_values; opt++, mux_opt++) { in comphy_mux_get_mux_value()67 if (mux_opt->type == type) { in comphy_mux_get_mux_value()68 value = mux_opt->mux_value; in comphy_mux_get_mux_value()