Searched refs:input_mode (Results 1 – 6 of 6) sorted by relevance
21 static int input_mode; variable22 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 …]
23 enum input_mode { enum41 static enum input_mode input_mode = oldaskconfig; variable306 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 …]
126 unsigned int input_mode; member694 (st->input_mode == ADMV1014_IF_MODE) ? 0 : 1) | in admv1014_init()696 (st->input_mode == ADMV1014_IF_MODE) ? 1 : 0) | in admv1014_init()717 st->input_mode = ret; in admv1014_properties_parse()719 st->input_mode = ADMV1014_IQ_MODE; in admv1014_properties_parse()765 if (st->input_mode == ADMV1014_IQ_MODE) { in admv1014_probe()
99 unsigned int input_mode; member503 st->input_mode); in admv1013_init()549 st->input_mode = ret >= 0 ? ret : ADMV1013_IQ_MODE; in admv1013_properties_parse()
55 * input_mode int
1162 enum ia_css_input_mode input_mode) in start_pipe() argument1165 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()