Home
last modified time | relevance | path

Searched refs:input_mode (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/kconfig/
H A Dconf.c23 enum input_mode { enum
41 static enum input_mode input_mode = oldaskconfig; variable
304 switch (input_mode) { in conf_askvalue()
478 switch (input_mode) { in conf_choice()
544 if (input_mode != oldaskconfig && rootEntry != menu) { in conf()
599 switch (input_mode) { in check_conf()
695 input_mode = input_mode_opt; in main()
696 switch (input_mode) { in main()
728 switch (input_mode) { in main()
[all...]
/linux/drivers/iio/frequency/
H A Dadmv1014.c125 unsigned int input_mode; member
693 (st->input_mode == ADMV1014_IF_MODE) ? 0 : 1) | in admv1014_init()
695 (st->input_mode == ADMV1014_IF_MODE) ? 1 : 0) | in admv1014_init()
716 st->input_mode = ret; in admv1014_properties_parse()
718 st->input_mode = ADMV1014_IQ_MODE; in admv1014_properties_parse()
764 if (st->input_mode == ADMV1014_IQ_MODE) { in admv1014_probe()
H A Dadmv1013.c98 unsigned int input_mode; member
502 st->input_mode); in admv1013_init()
548 st->input_mode = ret >= 0 ? ret : ADMV1013_IQ_MODE; in admv1013_properties_parse()
/linux/Documentation/hwmon/
H A Dpcf8591.rst55 * input_mode int
/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css.c1163 enum ia_css_input_mode input_mode) in start_pipe() argument
1166 me, copy_ovrd, input_mode); in start_pipe()
1179 input_mode, in start_pipe()
1182 , (input_mode == IA_CSS_INPUT_MODE_MEMORY) ? in start_pipe()