Searched refs:updown (Results 1 - 25 of 37) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/bridge/tests/
H A Dstresstest30 updown() { function
60 updown $BR $ETH1 &
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/bridge/tests/
H A Dstresstest30 updown() { function
60 updown $BR $ETH1 &
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/bridge/tests/
H A Dstresstest30 updown() { function
60 updown $BR $ETH1 &
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ssb/
H A Ddriver_chipcommon_pmu.c350 u16 updown; /* The updown value */ member in struct:pmu_res_updown_tab_entry
366 { .resource = SSB_PMURES_4328_EXT_SWITCHER_PWM, .updown = 0x0101, },
367 { .resource = SSB_PMURES_4328_BB_SWITCHER_PWM, .updown = 0x1F01, },
368 { .resource = SSB_PMURES_4328_BB_SWITCHER_BURST, .updown = 0x010F, },
369 { .resource = SSB_PMURES_4328_BB_EXT_SWITCHER_BURST, .updown = 0x0101, },
370 { .resource = SSB_PMURES_4328_ILP_REQUEST, .updown = 0x0202, },
371 { .resource = SSB_PMURES_4328_RADIO_SWITCHER_PWM, .updown = 0x0F01, },
372 { .resource = SSB_PMURES_4328_RADIO_SWITCHER_BURST, .updown = 0x0F01, },
373 { .resource = SSB_PMURES_4328_ROM_SWITCH, .updown
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ssb/
H A Ddriver_chipcommon_pmu.c350 u16 updown; /* The updown value */ member in struct:pmu_res_updown_tab_entry
366 { .resource = SSB_PMURES_4328_EXT_SWITCHER_PWM, .updown = 0x0101, },
367 { .resource = SSB_PMURES_4328_BB_SWITCHER_PWM, .updown = 0x1F01, },
368 { .resource = SSB_PMURES_4328_BB_SWITCHER_BURST, .updown = 0x010F, },
369 { .resource = SSB_PMURES_4328_BB_EXT_SWITCHER_BURST, .updown = 0x0101, },
370 { .resource = SSB_PMURES_4328_ILP_REQUEST, .updown = 0x0202, },
371 { .resource = SSB_PMURES_4328_RADIO_SWITCHER_PWM, .updown = 0x0F01, },
372 { .resource = SSB_PMURES_4328_RADIO_SWITCHER_BURST, .updown = 0x0F01, },
373 { .resource = SSB_PMURES_4328_ROM_SWITCH, .updown
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/others/
H A DMakefile34 install -m 0700 -D updown.sh $(INSTALLDIR)/usr/sbin
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/others/
H A DMakefile34 install -m 0700 -D updown.sh $(INSTALLDIR)/usr/sbin
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/others/
H A DMakefile34 install -m 0700 -D updown.sh $(INSTALLDIR)/usr/sbin
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wimax/i2400m/
H A Ddriver.c426 if (i2400m->updown == 0) {
429 i2400m->updown = 1;
431 wmb();/* see i2400m->updown and i2400m->alive's doc */
489 if (i2400m->updown) {
491 i2400m->updown = 0;
493 wmb(); /* see i2400m->updown and i2400m->alive's doc */
560 if (i2400m->updown) {
564 /* down't set updown to zero -- this way
600 if (i2400m->updown) {
615 i2400m->updown
[all...]
H A Dusb.c585 * i2400m->updown under i2400m->init_mutex. If it happens to change
623 rmb(); /* see i2400m->updown's documentation */
624 if (i2400m->updown == 0)
677 rmb(); /* see i2400m->updown's documentation */
678 if (i2400m->updown == 0) {
H A Di2400m.h358 * @updown: the device is up and ready for transmitting control and
549 * everything like @updown (see doc for @updown) except reflecting
551 * by @updown. It is set 1 whenever @updown is set 1 in dev_start().
556 * the driver presents. It is set 0 along with @updown in dev_stop().
570 unsigned updown:1; /* Network device is up or down */ member in struct:i2400m
H A Dnetdev.c36 if (i2400m->updown)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Ddriver.c426 if (i2400m->updown == 0) {
429 i2400m->updown = 1;
431 wmb();/* see i2400m->updown and i2400m->alive's doc */
489 if (i2400m->updown) {
491 i2400m->updown = 0;
493 wmb(); /* see i2400m->updown and i2400m->alive's doc */
560 if (i2400m->updown) {
564 /* down't set updown to zero -- this way
600 if (i2400m->updown) {
615 i2400m->updown
[all...]
H A Dusb.c585 * i2400m->updown under i2400m->init_mutex. If it happens to change
623 rmb(); /* see i2400m->updown's documentation */
624 if (i2400m->updown == 0)
677 rmb(); /* see i2400m->updown's documentation */
678 if (i2400m->updown == 0) {
H A Di2400m.h358 * @updown: the device is up and ready for transmitting control and
549 * everything like @updown (see doc for @updown) except reflecting
551 * by @updown. It is set 1 whenever @updown is set 1 in dev_start().
556 * the driver presents. It is set 0 along with @updown in dev_stop().
570 unsigned updown:1; /* Network device is up or down */ member in struct:i2400m
H A Dnetdev.c36 if (i2400m->updown)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dmanage.h381 void management_up_down(struct management *man, const char *updown, const struct env_set *es);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dmanage.h381 void management_up_down(struct management *man, const char *updown, const struct env_set *es);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dmanage.h381 void management_up_down(struct management *man, const char *updown, const struct env_set *es);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/sysdeps/qca/
H A Dqca.c1299 char *updown = atoi(str)? "up" : "down"; local
1300 fprintf(fp2, "ifconfig %s %s\n", vphy, updown);
1301 fprintf(fp2, "ifconfig %s %s\n", wif, updown);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/sysdeps/qca/
H A Dqca.c1299 char *updown = atoi(str)? "up" : "down"; local
1300 fprintf(fp2, "ifconfig %s %s\n", vphy, updown);
1301 fprintf(fp2, "ifconfig %s %s\n", wif, updown);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/sysdeps/qca/
H A Dqca.c1299 char *updown = atoi(str)? "up" : "down"; local
1300 fprintf(fp2, "ifconfig %s %s\n", vphy, updown);
1301 fprintf(fp2, "ifconfig %s %s\n", wif, updown);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-pppoe/gui/
H A Dtkpppoe.in1544 foreach {startstop updown interface} [GetConnectionStatus $conn] {break}
2624 foreach {startstop updown interface} [GetConnectionStatus $conn] {break}
2628 } elseif {"$updown" == "down"} {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-pppoe/gui/
H A Dtkpppoe.in1544 foreach {startstop updown interface} [GetConnectionStatus $conn] {break}
2624 foreach {startstop updown interface} [GetConnectionStatus $conn] {break}
2628 } elseif {"$updown" == "down"} {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-pppoe/gui/
H A Dtkpppoe.in1544 foreach {startstop updown interface} [GetConnectionStatus $conn] {break}
2624 foreach {startstop updown interface} [GetConnectionStatus $conn] {break}
2628 } elseif {"$updown" == "down"} {

Completed in 183 milliseconds

12