Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dpcf8591.c21 static int input_mode; variable
22 module_param(input_mode, int, 0);
23 MODULE_PARM_DESC(input_mode,
61 #define PCF8591_INIT_CONTROL ((input_mode << 4) | PCF8591_CONTROL_AOEF)
205 if (input_mode != 3) { in pcf8591_probe()
212 if (input_mode == 0) { in pcf8591_probe()
280 if ((channel == 2 && input_mode == 2) || in pcf8591_read_channel()
281 (channel != 3 && (input_mode == 1 || input_mode == 3))) in pcf8591_read_channel()
304 if (input_mode < 0 || input_mode > 3) { in pcf8591_init()
305 pr_warn("invalid input_mode (%d)\n", input_mode); in pcf8591_init()
[all …]
/linux/drivers/media/dvb-frontends/
H A Dau8522_decoder.c301 static void au8522_setup_cvbs_mode(struct au8522_state *state, u8 input_mode) in au8522_setup_cvbs_mode() argument
313 au8522_writereg(state, AU8522_INPUT_CONTROL_REG081H, input_mode); in au8522_setup_cvbs_mode()
322 u8 input_mode) in au8522_setup_cvbs_tuner_mode() argument
339 au8522_writereg(state, AU8522_INPUT_CONTROL_REG081H, input_mode); in au8522_setup_cvbs_tuner_mode()
348 u8 input_mode) in au8522_setup_svideo_mode() argument
354 au8522_writereg(state, AU8522_INPUT_CONTROL_REG081H, input_mode); in au8522_setup_svideo_mode()
494 u8 input_mode; in au8522_video_set() local
500 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH1; in au8522_video_set()
501 au8522_setup_cvbs_mode(state, input_mode); in au8522_video_set()
504 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH2; in au8522_video_set()
[all …]
/linux/scripts/kconfig/
H A Dconf.c23 enum input_mode { enum
41 static enum input_mode input_mode = oldaskconfig; variable
306 switch (input_mode) { in conf_askvalue()
463 switch (input_mode) { in conf_choice()
529 if (input_mode != oldaskconfig && rootEntry != menu) { in conf()
584 switch (input_mode) { in check_conf()
680 input_mode = input_mode_opt; in main()
681 switch (input_mode) { in main()
713 switch (input_mode) { in main()
753 switch (input_mode) { in main()
[all …]
/linux/drivers/iio/frequency/
H A Dadmv1013.c99 unsigned int input_mode; member
492 st->input_mode); in admv1013_init()
527 st->input_mode = ADMV1013_IQ_MODE; in admv1013_properties_parse()
530 st->input_mode = ADMV1013_IQ_MODE; in admv1013_properties_parse()
532 st->input_mode = ADMV1013_IF_MODE; in admv1013_properties_parse()
H A Dadmv1014.c126 unsigned int input_mode; member
703 (st->input_mode == ADMV1014_IF_MODE) ? 0 : 1) | in admv1014_init()
705 (st->input_mode == ADMV1014_IF_MODE) ? 1 : 0) | in admv1014_init()
725 st->input_mode = ret; in admv1014_properties_parse()
727 st->input_mode = ADMV1014_IQ_MODE; in admv1014_properties_parse()
774 if (st->input_mode == ADMV1014_IQ_MODE) { in admv1014_probe()
/linux/drivers/media/pci/cx18/
H A Dcx18-av-core.c581 u8 input_mode; in set_input() local
592 input_mode = 0x0; in set_input()
615 input_mode = 0x6; in set_input()
640 input_mode = 0x2; in set_input()
678 cx18_av_and_or(cx, 0x401, ~0x6, input_mode); in set_input()
/linux/Documentation/hwmon/
H A Dpcf8591.rst55 * input_mode int
/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css.c1162 enum ia_css_input_mode input_mode) in start_pipe() argument
1165 me, copy_ovrd, input_mode); in start_pipe()
1178 input_mode, in start_pipe()
1181 , (input_mode == IA_CSS_INPUT_MODE_MEMORY) ? in start_pipe()