Searched refs:input_mode (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/hwmon/ |
D | pcf8591.c | 33 static int input_mode; variable 34 module_param(input_mode, int, 0); 35 MODULE_PARM_DESC(input_mode, 67 #define PCF8591_INIT_CONTROL ((input_mode << 4) | PCF8591_CONTROL_AOEF) 194 if (input_mode != 3) { in pcf8591_probe() 201 if (input_mode == 0) { in pcf8591_probe() 270 if ((channel == 2 && input_mode == 2) || in pcf8591_read_channel() 271 (channel != 3 && (input_mode == 1 || input_mode == 3))) in pcf8591_read_channel() 294 if (input_mode < 0 || input_mode > 3) { in pcf8591_init() 295 pr_warn("invalid input_mode (%d)\n", input_mode); in pcf8591_init() [all …]
|
/linux-2.6.39/scripts/kconfig/ |
D | conf.c | 23 enum input_mode { enum 36 } input_mode = oldaskconfig; variable 101 switch (input_mode) { in conf_askvalue() 298 switch (input_mode) { in conf_choice() 365 if ((input_mode == silentoldconfig || in conf() 366 input_mode == listnewconfig || in conf() 367 input_mode == oldnoconfig) && in conf() 426 if (input_mode == listnewconfig) { in check_conf() 430 } else if (input_mode != oldnoconfig) { in check_conf() 470 input_mode = (enum input_mode)opt; in main() [all …]
|
/linux-2.6.39/drivers/media/dvb/frontends/ |
D | au8522_decoder.c | 224 static void setup_decoder_defaults(struct au8522_state *state, u8 input_mode) in setup_decoder_defaults() argument 245 if (input_mode == 0x23) { in setup_decoder_defaults() 281 if (input_mode == AU8522_INPUT_CONTROL_REG081H_SVIDEO_CH13 || in setup_decoder_defaults() 282 input_mode == AU8522_INPUT_CONTROL_REG081H_SVIDEO_CH24) { in setup_decoder_defaults() 323 if (input_mode == AU8522_INPUT_CONTROL_REG081H_SVIDEO_CH13 || in setup_decoder_defaults() 324 input_mode == AU8522_INPUT_CONTROL_REG081H_SVIDEO_CH24) { in setup_decoder_defaults()
|
/linux-2.6.39/drivers/media/video/cx18/ |
D | cx18-av-core.c | 598 u8 input_mode; in set_input() local 609 input_mode = 0x0; in set_input() 632 input_mode = 0x6; in set_input() 657 input_mode = 0x2; in set_input() 695 cx18_av_and_or(cx, 0x401, ~0x6, input_mode); in set_input()
|
/linux-2.6.39/Documentation/hwmon/ |
D | pcf8591 | 49 * input_mode int
|
/linux-2.6.39/drivers/media/video/cx231xx/ |
D | cx231xx-avcore.c | 477 u8 input_mode = 0; in cx231xx_afe_adjust_ref_count() local 484 status = afe_read_byte(dev, ADC_INPUT_CH3, &input_mode); in cx231xx_afe_adjust_ref_count() 488 status = afe_read_byte(dev, ADC_INPUT_CH1, &input_mode); in cx231xx_afe_adjust_ref_count() 493 input_mode = (ntf_mode & 0x3) | ((input_mode & 0x6) << 1); in cx231xx_afe_adjust_ref_count() 495 switch (input_mode) { in cx231xx_afe_adjust_ref_count()
|