| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A 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() 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A 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 …]
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | conf.c | 25 enum input_mode { enum 38 } input_mode = oldaskconfig; variable 102 switch (input_mode) { in conf_askvalue() 303 switch (input_mode) { in conf_choice() 371 if ((input_mode == silentoldconfig || in conf() 372 input_mode == listnewconfig || in conf() 373 input_mode == olddefconfig) && in conf() 433 if (input_mode == listnewconfig) { in check_conf() 437 } else if (input_mode != olddefconfig) { in check_conf() 510 input_mode = (enum input_mode)opt; in main() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | conf.c | 23 enum input_mode { enum 40 static enum input_mode input_mode = oldaskconfig; variable 103 switch (input_mode) { in conf_askvalue() 296 switch (input_mode) { in conf_choice() 367 if (input_mode != oldaskconfig && rootEntry != menu) { in conf() 426 if (input_mode == listnewconfig) { in check_conf() 440 } else if (input_mode == helpnewconfig) { in check_conf() 514 input_mode = (enum input_mode)opt; in main() 580 switch (input_mode) { in main() 619 switch (input_mode) { in main() [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | conf.c | 24 enum input_mode { enum 38 static enum input_mode input_mode = oldaskconfig; variable 101 switch (input_mode) { in conf_askvalue() 294 switch (input_mode) { in conf_choice() 365 if (input_mode != oldaskconfig && rootEntry != menu) { in conf() 424 if (input_mode == listnewconfig) { in check_conf() 512 input_mode = (enum input_mode)opt; in main() 581 switch (input_mode) { in main() 619 switch (input_mode) { in main() 650 switch (input_mode) { in main() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/rk628/ |
| H A D | rk628.c | 379 if (rk628->input_mode == INPUT_MODE_HDMI) in rk628_display_disable() 392 if (rk628->input_mode == INPUT_MODE_HDMI) { in rk628_display_resume() 400 if (rk628->input_mode == INPUT_MODE_RGB) in rk628_display_resume() 403 if (rk628->input_mode == INPUT_MODE_BT1120) in rk628_display_resume() 438 if (rk628->input_mode == INPUT_MODE_RGB) in rk628_display_enable() 441 if (rk628->input_mode == INPUT_MODE_BT1120) in rk628_display_enable() 450 if (rk628->input_mode == INPUT_MODE_HDMI) { in rk628_display_enable() 487 if (rk628->input_mode == INPUT_MODE_HDMI) { in rk628_display_work() 507 if (rk628->input_mode == INPUT_MODE_HDMI) { in rk628_display_work() 545 if (rk628->input_mode == INPUT_MODE_RGB || rk628->input_mode == INPUT_MODE_BT1120) in rk628_input_is_rgb() [all …]
|
| H A D | rk628.h | 433 enum rk628_input_mode input_mode; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css_sp.h | 66 enum ia_css_input_mode input_mode, 168 enum ia_css_input_mode input_mode);
|
| H A D | sh_css_sp.c | 667 enum ia_css_input_mode input_mode) in sh_css_sp_program_input_circuit() argument 672 sh_css_sp_group.config.input_circuit.input_mode = input_mode; in sh_css_sp_program_input_circuit() 1200 enum ia_css_input_mode input_mode, in sh_css_sp_init_pipeline() argument 1225 if (input_mode == IA_CSS_INPUT_MODE_SENSOR || in sh_css_sp_init_pipeline() 1226 input_mode == IA_CSS_INPUT_MODE_BUFFERED_SENSOR) in sh_css_sp_init_pipeline() 1232 } else if (input_mode == IA_CSS_INPUT_MODE_MEMORY) in sh_css_sp_init_pipeline() 1274 = (uint32_t)input_mode; in sh_css_sp_init_pipeline()
|
| H A D | isp2400_input_system_global.h | 88 u32 input_mode; member
|
| H A D | sh_css.c | 1438 enum ia_css_input_mode input_mode) in start_pipe() argument 1445 me, copy_ovrd, input_mode); in start_pipe() 1463 input_mode, in start_pipe() 1466 , (input_mode == IA_CSS_INPUT_MODE_MEMORY) ? in start_pipe()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk_hdmirx_config.h | 26 enum input_mode { enum
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/isys/interface/ |
| H A D | ia_css_isys.h | 83 const enum ia_css_input_mode input_mode);
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/isys/src/ |
| H A D | rx.c | 479 const enum ia_css_input_mode input_mode) in ia_css_isys_rx_configure() argument 520 if (input_mode != IA_CSS_INPUT_MODE_BUFFERED_SENSOR) { in ia_css_isys_rx_configure()
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/ |
| H A D | 0020-gl-x11-Allow-disabling-decorations-for-toplevel-wind.patch | 29 + long input_mode;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | ite-it6161.c | 4083 u8 input_mode = it6161->hdmi_tx_input_color_space; in hdmi_tx_setup_csc() local 4091 …DRM_INFO("hdmi_tx_setup_csc(u8 input_mode = %x,u8 output_mode = %x)\n", (int)input_mode, (int)outp… in hdmi_tx_setup_csc() 4092 switch(input_mode&F_MODE_CLRMOD_MASK) in hdmi_tx_setup_csc() 4106 … if(input_mode & F_VIDMODE_EN_UDFILT) // YUV444 to YUV422 need up/down filter for processing. in hdmi_tx_setup_csc() 4115 if(input_mode & F_VIDMODE_EN_DITHER) // YUV444 to RGB24 need dither in hdmi_tx_setup_csc() 4132 if(input_mode & F_VIDMODE_EN_UDFILT) // YUV422 to YUV444 need up filter in hdmi_tx_setup_csc() 4136 if(input_mode & F_VIDMODE_EN_DITHER) // YUV422 to YUV444 need dither in hdmi_tx_setup_csc() 4150 if(input_mode & F_VIDMODE_EN_UDFILT) // YUV422 to RGB24 need up/dn filter. in hdmi_tx_setup_csc() 4154 if(input_mode & F_VIDMODE_EN_DITHER) // YUV422 to RGB24 need dither in hdmi_tx_setup_csc() 4172 if(input_mode & F_VIDMODE_EN_DITHER) // RGB24 to YUV444 need dither in hdmi_tx_setup_csc() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | pcf8591.rst | 55 * input_mode int
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/cx231xx/ |
| H A 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()
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/ |
| H A D | ximagesink.c | 50 long input_mode; member
|