Searched refs:input_mode (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dconf.c29 } input_mode = ask_all; variable in typeref:enum:__anon20003
87 switch (input_mode) {
94 if (!valid_stdin && input_mode == ask_silent) {
120 switch (input_mode) {
325 switch (input_mode) {
385 if (input_mode == ask_silent && rootEntry != menu) {
475 input_mode = ask_new;
478 input_mode = ask_silent;
482 input_mode = set_default;
485 input_mode
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dpcf8591.c33 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)
211 if (input_mode != 3) {
218 if (input_mode == 0) {
278 if ((channel == 2 && input_mode == 2) ||
279 (channel != 3 && (input_mode == 1 || input_mode == 3)))
306 if (input_mode <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dconf.c23 enum input_mode { enum
36 } input_mode = oldaskconfig; variable in typeref:enum:input_mode
101 switch (input_mode) {
298 switch (input_mode) {
365 if ((input_mode == silentoldconfig ||
366 input_mode == listnewconfig ||
367 input_mode == oldnoconfig) &&
426 if (input_mode == listnewconfig) {
430 } else if (input_mode != oldnoconfig) {
470 input_mode
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dconf.c29 } input_mode = ask_all; variable in typeref:enum:__anon19942
59 if (!valid_stdin && input_mode == ask_silent) {
85 switch (input_mode) {
122 switch (input_mode) {
348 switch (input_mode) {
424 if (input_mode == ask_silent && rootEntry != menu) {
502 input_mode = ask_new;
505 input_mode = ask_silent;
509 input_mode = set_default;
512 input_mode
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dau8522_decoder.c225 static void setup_decoder_defaults(struct au8522_state *state, u8 input_mode) argument
246 if (input_mode == 0x23) {
316 if (input_mode == AU8522_INPUT_CONTROL_REG081H_SVIDEO_CH13 ||
317 input_mode == AU8522_INPUT_CONTROL_REG081H_SVIDEO_CH24) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-av-core.c582 u8 input_mode; local
593 input_mode = 0x0;
616 input_mode = 0x6;
641 input_mode = 0x2;
679 cx18_av_and_or(cx, 0x401, ~0x6, input_mode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx-avcore.c411 u8 input_mode = 0; local
418 status = afe_read_byte(dev, ADC_INPUT_CH3, &input_mode);
422 status = afe_read_byte(dev, ADC_INPUT_CH1, &input_mode);
427 input_mode = (ntf_mode & 0x3) | ((input_mode & 0x6) << 1);
429 switch (input_mode) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dtoplevel.cpp663 long input_mode; member in struct:MwmHints

Completed in 100 milliseconds