Searched refs:output_sel (Results 1 – 6 of 6) sorted by relevance
27 if (data->output_sel == PLAYBACK_DST_HP) { in output_select_apply()30 } else if (data->output_sel == PLAYBACK_DST_HP_FP) { in output_select_apply()66 value->value.enumerated.item[0] = data->output_sel; in output_select_get()81 if (data->output_sel != new) { in output_select_put()82 data->output_sel = new; in output_select_put()
152 data->output_sel = PLAYBACK_DST_HP_FP; in dg_init()247 switch (data->output_sel) { in adjust_dg_dac_routing()
31 unsigned char output_sel; member
256 gpio_bit.s.output_sel = (index == 0 ? 0x14 : 0x15); in dwc3_octeon_config_power()261 gpio_bit.s.output_sel = (index == 0 ? 0x14 : 0x19); in dwc3_octeon_config_power()266 gpio_bit.s.output_sel = (index == 0 ? 0x14 : 0x19); in dwc3_octeon_config_power()
657 enum tvp514x_output output_sel; in tvp514x_s_routing() local665 output_sel = output; in tvp514x_s_routing()671 output_sel |= tvp514x_read_reg(sd, in tvp514x_s_routing()674 output_sel); in tvp514x_s_routing()679 decoder->tvp514x_regs[REG_OUTPUT_FORMATTER1].val = output_sel; in tvp514x_s_routing()
50 uint64_t output_sel:5; member70 uint64_t output_sel:5;
Completed in 12 milliseconds