Searched refs:input_mode (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/hwmon/ |
D | pcf8591.c | 20 static int input_mode; variable 21 module_param(input_mode, int, 0); 22 MODULE_PARM_DESC(input_mode, 60 #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() 281 if ((channel == 2 && input_mode == 2) || in pcf8591_read_channel() 282 (channel != 3 && (input_mode == 1 || input_mode == 3))) in pcf8591_read_channel() 305 if (input_mode < 0 || input_mode > 3) { in pcf8591_init() 306 pr_warn("invalid input_mode (%d)\n", input_mode); in pcf8591_init() [all …]
|
/Linux-v5.4/drivers/media/dvb-frontends/ |
D | au8522_decoder.c | 300 static void au8522_setup_cvbs_mode(struct au8522_state *state, u8 input_mode) in au8522_setup_cvbs_mode() argument 312 au8522_writereg(state, AU8522_INPUT_CONTROL_REG081H, input_mode); in au8522_setup_cvbs_mode() 321 u8 input_mode) in au8522_setup_cvbs_tuner_mode() argument 338 au8522_writereg(state, AU8522_INPUT_CONTROL_REG081H, input_mode); in au8522_setup_cvbs_tuner_mode() 347 u8 input_mode) in au8522_setup_svideo_mode() argument 353 au8522_writereg(state, AU8522_INPUT_CONTROL_REG081H, input_mode); in au8522_setup_svideo_mode() 493 u8 input_mode; in au8522_video_set() local 499 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH1; in au8522_video_set() 500 au8522_setup_cvbs_mode(state, input_mode); in au8522_video_set() 503 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH2; in au8522_video_set() [all …]
|
/Linux-v5.4/scripts/kconfig/ |
D | conf.c | 23 enum input_mode { enum 37 static enum input_mode input_mode = oldaskconfig; variable 100 switch (input_mode) { in conf_askvalue() 293 switch (input_mode) { in conf_choice() 364 if (input_mode != oldaskconfig && rootEntry != menu) { in conf() 423 if (input_mode == listnewconfig) { in check_conf() 500 input_mode = (enum input_mode)opt; in main() 563 switch (input_mode) { in main() 599 switch (input_mode) { in main() 631 switch (input_mode) { in main() [all …]
|
/Linux-v5.4/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 581 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-v5.4/Documentation/hwmon/ |
D | pcf8591.rst | 55 * input_mode int
|
/Linux-v5.4/drivers/media/usb/cx231xx/ |
D | cx231xx-avcore.c | 470 u8 input_mode = 0; in cx231xx_afe_adjust_ref_count() local 477 status = afe_read_byte(dev, ADC_INPUT_CH3, &input_mode); in cx231xx_afe_adjust_ref_count() 481 status = afe_read_byte(dev, ADC_INPUT_CH1, &input_mode); in cx231xx_afe_adjust_ref_count() 486 input_mode = (ntf_mode & 0x3) | ((input_mode & 0x6) << 1); in cx231xx_afe_adjust_ref_count() 488 switch (input_mode) { in cx231xx_afe_adjust_ref_count()
|