Home
last modified time | relevance | path

Searched refs:input_select (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/comedi/drivers/
Dni_tio.c835 const unsigned input_select = (ni_tio_get_soft_copy(counter, in ni_m_series_clock_src_select() local
841 switch (input_select) { in ni_m_series_clock_src_select()
874 if (input_select == NI_M_Series_RTSI_Clock(i)) { in ni_m_series_clock_src_select()
882 if (input_select == NI_M_Series_PFI_Clock(i)) { in ni_m_series_clock_src_select()
900 const unsigned input_select = (ni_tio_get_soft_copy(counter, in ni_660x_clock_src_select() local
906 switch (input_select) { in ni_660x_clock_src_select()
930 if (input_select == NI_660x_RTSI_Clock(i)) { in ni_660x_clock_src_select()
938 if (input_select == NI_660x_Source_Pin_Clock(i)) { in ni_660x_clock_src_select()
Dni_660x.c337 unsigned input_select) in pfi_input_select_bits() argument
339 return (input_select & 0x7) << (4 + ioconfig_bitshift(pfi_channel)); in pfi_input_select_bits()
/linux-3.4.99/sound/soc/pxa/
Dmagician.c381 static const char *input_select[] = {"Call Mic", "Headset Mic"}; variable
383 SOC_ENUM_SINGLE_EXT(2, input_select);