/linux-6.1.9/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) 204 if (input_mode != 3) { in pcf8591_probe() 211 if (input_mode == 0) { in pcf8591_probe() 279 if ((channel == 2 && input_mode == 2) || in pcf8591_read_channel() 280 (channel != 3 && (input_mode == 1 || input_mode == 3))) in pcf8591_read_channel() 303 if (input_mode < 0 || input_mode > 3) { in pcf8591_init() 304 pr_warn("invalid input_mode (%d)\n", input_mode); in pcf8591_init() [all …]
|
/linux-6.1.9/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-6.1.9/scripts/kconfig/ |
D | conf.c | 22 enum input_mode { enum 40 static enum input_mode input_mode = oldaskconfig; variable 332 switch (input_mode) { in conf_askvalue() 513 switch (input_mode) { in conf_choice() 584 if (input_mode != oldaskconfig && rootEntry != menu) { in conf() 644 switch (input_mode) { in check_conf() 737 input_mode = input_mode_opt; in main() 738 switch (input_mode) { in main() 770 switch (input_mode) { in main() 810 switch (input_mode) { in main() [all …]
|
/linux-6.1.9/drivers/staging/media/atomisp/pci/ |
D | sh_css_sp.h | 66 enum ia_css_input_mode input_mode, 163 enum ia_css_input_mode input_mode);
|
D | isp2400_input_system_global.h | 88 u32 input_mode; member
|
D | sh_css_sp.c | 663 enum ia_css_input_mode input_mode) in sh_css_sp_program_input_circuit() argument 668 sh_css_sp_group.config.input_circuit.input_mode = input_mode; in sh_css_sp_program_input_circuit() 1207 enum ia_css_input_mode input_mode, in sh_css_sp_init_pipeline() argument 1228 if (input_mode == IA_CSS_INPUT_MODE_SENSOR || in sh_css_sp_init_pipeline() 1229 input_mode == IA_CSS_INPUT_MODE_BUFFERED_SENSOR) { in sh_css_sp_init_pipeline() 1234 } else if (input_mode == IA_CSS_INPUT_MODE_MEMORY) { in sh_css_sp_init_pipeline() 1272 = (uint32_t)input_mode; in sh_css_sp_init_pipeline()
|
D | sh_css.c | 1280 enum ia_css_input_mode input_mode) in start_pipe() argument 1283 me, copy_ovrd, input_mode); in start_pipe() 1296 input_mode, in start_pipe() 1299 , (input_mode == IA_CSS_INPUT_MODE_MEMORY) ? in start_pipe()
|
/linux-6.1.9/drivers/iio/frequency/ |
D | admv1013.c | 100 unsigned int input_mode; member 490 st->input_mode); in admv1013_init() 535 st->input_mode = ADMV1013_IQ_MODE; in admv1013_properties_parse() 538 st->input_mode = ADMV1013_IQ_MODE; in admv1013_properties_parse() 540 st->input_mode = ADMV1013_IF_MODE; in admv1013_properties_parse()
|
D | admv1014.c | 126 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() 724 st->input_mode = ADMV1014_IQ_MODE; in admv1014_properties_parse() 730 st->input_mode = ret; in admv1014_properties_parse() 781 if (st->input_mode == ADMV1014_IQ_MODE) { in admv1014_probe()
|
/linux-6.1.9/drivers/staging/media/atomisp/pci/runtime/isys/interface/ |
D | ia_css_isys.h | 83 const enum ia_css_input_mode input_mode);
|
/linux-6.1.9/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-6.1.9/drivers/staging/media/atomisp/pci/runtime/isys/src/ |
D | rx.c | 491 const enum ia_css_input_mode input_mode) in ia_css_isys_rx_configure() argument 529 if (input_mode != IA_CSS_INPUT_MODE_BUFFERED_SENSOR) { in ia_css_isys_rx_configure()
|
/linux-6.1.9/Documentation/hwmon/ |
D | pcf8591.rst | 55 * input_mode int
|
/linux-6.1.9/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()
|