Searched refs:input_mode (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
H A D | pcf8591.c | 33 static int input_mode; variable 34 module_param(input_mode, int, 0); 35 MODULE_PARM_DESC(input_mode, 73 #define PCF8591_INIT_CONTROL ((input_mode << 4) | PCF8591_CONTROL_AOEF) 220 if (input_mode != 3) { pcf8591_probe() 227 if (input_mode == 0) { pcf8591_probe() 296 if ((channel == 2 && input_mode == 2) || pcf8591_read_channel() 297 (channel != 3 && (input_mode == 1 || input_mode == 3))) pcf8591_read_channel() 320 if (input_mode < 0 || input_mode > 3) { pcf8591_init() 321 pr_warn("invalid input_mode (%d)\n", input_mode); pcf8591_init() 322 input_mode = 0; pcf8591_init()
|
/linux-4.4.14/scripts/kconfig/ |
H A D | conf.c | 24 enum input_mode { enum 37 } input_mode = oldaskconfig; variable in typeref:enum:input_mode 101 switch (input_mode) { conf_askvalue() 302 switch (input_mode) { conf_choice() 370 if ((input_mode == silentoldconfig || conf() 371 input_mode == listnewconfig || conf() 372 input_mode == olddefconfig) && conf() 432 if (input_mode == listnewconfig) { check_conf() 436 } else if (input_mode != olddefconfig) { check_conf() 509 input_mode = (enum input_mode)opt; main() 579 switch (input_mode) { main() 615 switch (input_mode) { main() 647 switch (input_mode) { main() 672 input_mode = silentoldconfig; main() 683 (input_mode != listnewconfig && main() 684 input_mode != olddefconfig)); main() 700 } else if (input_mode == savedefconfig) { main() 706 } else if (input_mode != listnewconfig) { main()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | au8522_decoder.c | 355 static void au8522_setup_cvbs_mode(struct au8522_state *state, u8 input_mode) au8522_setup_cvbs_mode() argument 367 au8522_writereg(state, AU8522_INPUT_CONTROL_REG081H, input_mode); au8522_setup_cvbs_mode() 376 u8 input_mode) au8522_setup_cvbs_tuner_mode() 393 au8522_writereg(state, AU8522_INPUT_CONTROL_REG081H, input_mode); au8522_setup_cvbs_tuner_mode() 402 u8 input_mode) au8522_setup_svideo_mode() 408 au8522_writereg(state, AU8522_INPUT_CONTROL_REG081H, input_mode); au8522_setup_svideo_mode() 549 u8 input_mode; au8522_video_set() local 555 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH1; au8522_video_set() 556 au8522_setup_cvbs_mode(state, input_mode); au8522_video_set() 559 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH2; au8522_video_set() 560 au8522_setup_cvbs_mode(state, input_mode); au8522_video_set() 563 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH3; au8522_video_set() 564 au8522_setup_cvbs_mode(state, input_mode); au8522_video_set() 567 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH4; au8522_video_set() 568 au8522_setup_cvbs_mode(state, input_mode); au8522_video_set() 571 input_mode = AU8522_INPUT_CONTROL_REG081H_SVIDEO_CH13; au8522_video_set() 572 au8522_setup_svideo_mode(state, input_mode); au8522_video_set() 575 input_mode = AU8522_INPUT_CONTROL_REG081H_SVIDEO_CH24; au8522_video_set() 576 au8522_setup_svideo_mode(state, input_mode); au8522_video_set() 580 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH4_SIF; au8522_video_set() 581 au8522_setup_cvbs_tuner_mode(state, input_mode); au8522_video_set() 375 au8522_setup_cvbs_tuner_mode(struct au8522_state *state, u8 input_mode) au8522_setup_cvbs_tuner_mode() argument 401 au8522_setup_svideo_mode(struct au8522_state *state, u8 input_mode) au8522_setup_svideo_mode() argument
|
/linux-4.4.14/drivers/media/pci/cx18/ |
H A D | cx18-av-core.c | 597 u8 input_mode; set_input() local 608 input_mode = 0x0; set_input() 631 input_mode = 0x6; set_input() 656 input_mode = 0x2; set_input() 694 cx18_av_and_or(cx, 0x401, ~0x6, input_mode); set_input()
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
H A D | cx231xx-avcore.c | 482 u8 input_mode = 0; cx231xx_afe_adjust_ref_count() local 489 status = afe_read_byte(dev, ADC_INPUT_CH3, &input_mode); cx231xx_afe_adjust_ref_count() 493 status = afe_read_byte(dev, ADC_INPUT_CH1, &input_mode); cx231xx_afe_adjust_ref_count() 498 input_mode = (ntf_mode & 0x3) | ((input_mode & 0x6) << 1); cx231xx_afe_adjust_ref_count() 500 switch (input_mode) { cx231xx_afe_adjust_ref_count()
|
Completed in 225 milliseconds