Searched refs:on_off (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dgetopt32.c48 t_complementary *on_off; local
72 on_off = complementary;
73 memset(on_off, 0, sizeof(complementary));
81 on_off->opt = *s;
82 on_off->switch_on = (1 << c);
84 on_off->optarg = va_arg(p, void **);
87 on_off++;
118 for (on_off = complementary; on_off->opt != 0; on_off
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diplink.c59 static int on_off(char *msg) function
305 return on_off("multicast");
314 return on_off("allmulticast");
323 return on_off("promisc");
332 return on_off("trailers");
341 return on_off("noarp");
351 return on_off("dynamic");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dsge.h83 void t1_set_vlan_accel(struct adapter *adapter, int on_off);
H A Dsge.c735 void t1_set_vlan_accel(struct adapter *adapter, int on_off) argument
740 if (on_off)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Diplink.c24 static void on_off(const char *msg) ATTRIBUTE_NORETURN;
25 static void on_off(const char *msg) function
207 on_off("multicast");
217 on_off("arp");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_voice.h44 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int on_off, int vel, struct snd_midi_channel *chan);
H A Dopl3_drums.c185 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, argument
198 if (on_off) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dmediabay.c62 void (*power)(struct media_bay_info *bay, int on_off);
208 ohare_mb_power(struct media_bay_info* bay, int on_off) argument
210 if (on_off) {
227 heathrow_mb_power(struct media_bay_info* bay, int on_off) argument
229 if (on_off) {
246 keylargo_mb_power(struct media_bay_info* bay, int on_off) argument
248 if (on_off) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Dboard.h125 void (*set_power)(struct omap_pwm_led_platform_data *self, int on_off);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dtime.c197 static int gpio_on_off(int gpio_num, int on_off) argument
201 si_gpioout(gpio_sih, 1 << gpio_num, on_off << gpio_num, GPIO_APP_PRIORITY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dcumana_2.c116 /* Prototype: void cumanascsi_2_terminator_ctl(host, on_off)
119 * : on_off - !0 to turn on, 0 to turn off
122 cumanascsi_2_terminator_ctl(struct Scsi_Host *host, int on_off) argument
126 if (on_off) {
H A Dpowertec.c96 /* Prototype: void powertecscsi_terminator_ctl(host, on_off)
99 * : on_off - !0 to turn on, 0 to turn off
102 powertecscsi_terminator_ctl(struct Scsi_Host *host, int on_off) argument
106 info->term_ctl = on_off ? POWERTEC_TERM_ENABLE : 0;
H A Deesox.c115 /* Prototype: void eesoxscsi_terminator_ctl(*host, on_off)
118 * : on_off - !0 to turn on, 0 to turn off
121 eesoxscsi_terminator_ctl(struct Scsi_Host *host, int on_off) argument
127 if (on_off)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dhdparm.c465 static void on_off(int value) function
474 on_off(arg);
481 on_off(argp != 0);
1382 on_off(1);
1384 on_off(0);
1692 on_off(multcount != 0);
1725 on_off(parm != 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dvt.c1301 static void set_mode(struct vc_data *vc, int on_off) argument
1309 if (on_off)
1315 vc->vc_deccolm = on_off;
1318 if (vc->vc_decscnm != on_off) {
1319 vc->vc_decscnm = on_off;
1325 vc->vc_decom = on_off;
1329 vc->vc_decawm = on_off;
1332 if (on_off)
1338 vc->vc_report_mouse = on_off ? 1 : 0;
1341 vc->vc_deccm = on_off;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dpcmplc.c1228 void sm_pm_ls_latch(struct s_smc *smc, int phy, int on_off) argument
1229 /* int on_off; en- or disable ident. ls */
1233 phy = phy ; on_off = on_off ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dcmtdef.h511 void sm_pm_ls_latch(struct s_smc *smc, int phy, int on_off);

Completed in 245 milliseconds