Searched refs:on (Results 1 - 25 of 721) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/MacOS/
H A D_MWERKS_GUSI_prefix.h4 #pragma longlong on
H A D_MWERKS_prefix.h4 #pragma longlong on
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/MacOS/
H A D_MWERKS_GUSI_prefix.h4 #pragma longlong on
H A D_MWERKS_prefix.h4 #pragma longlong on
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dmsgattrib.x2 msgattrib \- attribute matching and manipulation on message catalog
H A Dmsggrep.x2 msggrep \- pattern matching on message catalog
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dauxio.h13 * First, it is used to control the front panel LED light on machines
51 * on - AUXIO_LTE_ON or AUXIO_LTE_OFF
53 #define auxio_set_lte(on) \
55 if(on) { \
67 * on - AUXIO_LED_ON or AUXIO_LED_OFF
69 #define auxio_set_led(on) \
71 if(on) { \
H A Dvac-ops.h5 /* vac-ops.h: Inline assembly routines to do operations on the Sparc
99 unsigned int on; /* VAC is enabled */ member in struct:sun4c_vac_props
114 sun4c_vacinfo.on = 1;
127 sun4c_vacinfo.on = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dblinken.h22 static __inline__ void blinken_leds(int on, int off) argument
26 ledstate |= on;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dirqflags.h7 * wrapped versions of the local_irq_*() APIs, based on the
24 #error No support on PowerPC yet for CONFIG_TRACE_IRQFLAGS
H A Dps3fb.h47 extern void ps3fb_flip_ctl(int on);
50 static inline void ps3fb_flip_ctl(int on) {} argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/mach/
H A Dflash.h33 void (*set_vpp)(int on);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dauxio.c67 static inline void __auxio_ebus_set_led(int on) argument
69 (on) ? __auxio_ebus_set(AUXIO_PCIO_LED, 0) :
73 static inline void __auxio_sbus_set_led(int on) argument
75 (on) ? __auxio_sbus_set(AUXIO_AUX1_LED, 0) :
79 void auxio_set_led(int on) argument
83 __auxio_sbus_set_led(on);
86 __auxio_ebus_set_led(on);
93 static inline void __auxio_sbus_set_lte(int on) argument
95 (on) ? __auxio_sbus_set(AUXIO_AUX1_LTE, 0) :
99 void auxio_set_lte(int on) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dauxio.h16 * ebus-based auxio on PCIO
28 * E - Link Test Enable, directly reflected on AT&T 7213 LTE pin
29 * M - Monitor/Mouse Mux, directly reflected on MON_MSE_MUX pin
31 * L - System LED on front panel (0=off, 1=on)
61 * LED - System LED on front panel (0=off, 1=on)
85 * on - AUXIO_LTE_ON or AUXIO_LTE_OFF
87 extern void auxio_set_lte(int on);
94 * on
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/VMS/
H A Dtest-includes.com2 $! on VMS, even when the VMS macro isn't defined.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/VMS/
H A Dtest-includes.com2 $! on VMS, even when the VMS macro isn't defined.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-csum_ipv6_magic.S114 cmpult $20,$3,$3 # E : (1 cycle stall on $20)
115 addq $20,$18,$20 # E : U L U L (1 cycle stall on $20)
118 addq $20,$19,$20 # E : (1 cycle stall on $20)
123 addq $18,$19,$18 # E : (1 cycle stall on $19)
126 /* (1 cycle stall on $18, 2 cycles on $20) */
129 zapnot $0,15,$1 # U : Start folding output (1 cycle stall on $0)
131 srl $0,32,$0 # U : U L U L : (1 cycle stall on $0)
134 extwl $1,2,$2 # U : ushort[1] (1 cycle stall on $1)
135 zapnot $1,3,$0 # U : ushort[0] (1 cycle stall on
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/lib/
H A DMakefile11 obj-$(CONFIG_SMP) += msr-on-cpu.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_power.h50 int bcm43xx_pctl_set_crystal(struct bcm43xx_private *bcm, int on);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dhp6xx.h58 static inline void hp6xx_led_red(int on) argument
62 if (on)
68 static inline void hp6xx_led_green(int on) argument
73 if (on)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dhardirq.h26 #error SMP not available on FR-V
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/
H A Daoa-gpio.h34 void (*set_headphone)(struct gpio_runtime *rt, int on);
35 void (*set_speakers)(struct gpio_runtime *rt, int on);
36 void (*set_lineout)(struct gpio_runtime *rt, int on);
42 void (*set_hw_reset)(struct gpio_runtime *rt, int on);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Didp.c67 static void idp_backlight_power(int on) argument
69 if (on) {
76 static void idp_vlcd(int on) argument
78 if (on) {
85 static void idp_lcd_power(int on, struct fb_var_screeninfo *var) argument
87 if (on) {
99 idp_vlcd(on);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dudbg_adb.c26 * udbg implementation and work on top of it. It must thus be
77 int k, t, on; local
83 on = 0;
87 on = 1 - on;
88 btext_drawchar(on? 0xdb: 0x20);
96 if (on)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-c-1711 on the heuristics. */

Completed in 112 milliseconds

1234567891011>>