Home
last modified time | relevance | path

Searched refs:output_select (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/bridge/
Ddw_hdmi.c543 unsigned int output_select = HDMI_VP_CONF_OUTPUT_SELECTOR_PP; in hdmi_video_packetize() local
550 output_select = HDMI_VP_CONF_OUTPUT_SELECTOR_BYPASS; in hdmi_video_packetize()
553 output_select = HDMI_VP_CONF_OUTPUT_SELECTOR_BYPASS; in hdmi_video_packetize()
573 output_select = HDMI_VP_CONF_OUTPUT_SELECTOR_YCC422; in hdmi_video_packetize()
607 if (output_select == HDMI_VP_CONF_OUTPUT_SELECTOR_PP) { in hdmi_video_packetize()
611 } else if (output_select == HDMI_VP_CONF_OUTPUT_SELECTOR_YCC422) { in hdmi_video_packetize()
615 } else if (output_select == HDMI_VP_CONF_OUTPUT_SELECTOR_BYPASS) { in hdmi_video_packetize()
632 hdmi_modb(hdmi, output_select, HDMI_VP_CONF_OUTPUT_SELECTOR_MASK, in hdmi_video_packetize()
/linux-4.1.27/drivers/staging/comedi/drivers/
Dni_660x.c320 unsigned output_select) in pfi_output_select_bits() argument
322 return (output_select & 0x3) << ioconfig_bitshift(pfi_channel); in pfi_output_select_bits()
922 unsigned output_select) in ni_660x_select_pfi_output() argument
933 if (output_select == pfi_output_select_counter && in ni_660x_select_pfi_output()
960 active_bits |= pfi_output_select_bits(pfi_channel, output_select); in ni_660x_select_pfi_output()