Searched refs:is_active (Results 1 - 24 of 24) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A DiTCO_wdt.c170 static unsigned long is_active; variable
406 if (test_and_set_bit(0, &is_active))
428 clear_bit(0, &is_active);
H A Dpcwd_pci.c116 static unsigned long is_active; variable
566 if (test_and_set_bit(0, &is_active)) {
590 clear_bit(0, &is_active);
H A Dpcwd_usb.c128 static unsigned long is_active; variable
463 if (test_and_set_bit(0, &is_active))
484 clear_bit(0, &is_active);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-mpath.c120 pgpath->path.is_active = 1;
826 if (!pgpath->path.is_active)
832 pgpath->path.is_active = 0;
859 if (pgpath->path.is_active)
873 pgpath->path.is_active = 1;
1202 p->path.is_active ? "A" : "F",
H A Ddm-mpath.h16 unsigned is_active; /* Read-only */ member in struct:dm_path
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-driver.c4326 static inline int is_active(struct btcx_riscmem *risc, u32 rc) function
4347 if ((btv->curr.top && is_active(&btv->curr.top->top, rc)) ||
4348 (btv->curr.bottom && is_active(&btv->curr.bottom->bottom, rc))) {
4388 if (NULL != old && (is_active(&old->top, rc) ||
4389 is_active(&old->bottom, rc))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dvia_dmablit.c329 done_transfer = blitq->is_active &&
351 blitq->is_active = 0;
355 } else if (blitq->is_active && time_after_eq(jiffies, blitq->end)) {
366 if (!blitq->is_active) {
369 blitq->is_active = 1;
560 blitq->is_active = 0;
H A Dvia_dmablit.h72 int is_active; member in struct:_drm_via_blitq
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dregex.c1528 unsigned is_active : 1;
1535 #define IS_ACTIVE(R) ((R).bits.is_active)
3963 /* The is_active field of reg_info helps us keep track of which (possibly
1518 unsigned is_active : 1; member in struct:__anon3087::__anon3088
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dtcic.c313 static int __init is_active(int s) function
423 if ((i == ignore) || is_active(i)) continue;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Ddriver.c858 !is_active(intf))
893 is_active(intf))
950 if (!is_active(intf))
H A Dusb.h102 f->is_active = 1;
107 f->is_active = 0;
110 static inline int is_active(const struct usb_interface *f) function
112 return f->is_active;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dat91_udc.c948 static int at91_vbus_session(struct usb_gadget *gadget, int is_active) argument
953 // VDBG("vbus %s\n", is_active ? "on" : "off");
955 udc->vbus = (is_active != 0);
957 pullup(udc, is_active);
H A Ddummy_hcd.c1197 #define is_active(dum) ((dum->port_status & \ macro
1206 if (!is_active (dum))
1221 #undef is_active macro
H A Dfsl_usb2_udc.c1101 static int fsl_vbus_session(struct usb_gadget *gadget, int is_active) argument
1108 VDBG("VBUS %s\n", is_active ? "on" : "off");
1109 udc->vbus_active = (is_active != 0);
H A Dnet2280.h222 static inline void net2280_led_active (struct net2280 *dev, int is_active) argument
226 if (is_active)
H A Domap_udc.c1379 static int omap_vbus_session(struct usb_gadget *gadget, int is_active) argument
1386 VDBG("VBUS %s\n", is_active ? "on" : "off");
1387 udc->vbus_active = (is_active != 0);
1390 if (is_active)
1395 if (udc->dc_clk != NULL && is_active) {
1405 if (udc->dc_clk != NULL && !is_active) {
H A Dpxa2xx_udc.c1231 static int pullup(struct pxa2xx_udc *udc, int is_active) argument
1233 is_active = is_active && udc->vbus && udc->pullup;
1234 DMSG("%s\n", is_active ? "active" : "inactive");
1235 if (is_active)
1250 static int pxa2xx_udc_vbus_session(struct usb_gadget *_gadget, int is_active) argument
1255 udc->vbus = is_active = (is_active != 0);
1256 DMSG("vbus %s\n", is_active ? "supplied" : "inactive");
1257 pullup(udc, is_active);
1262 pxa2xx_udc_pullup(struct usb_gadget *_gadget, int is_active) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_3ad.c804 if (aggregator->is_active) {
1019 port->aggregator->is_active &&
1194 if (port->aggregator && port->aggregator->is_active && !__port_is_enabled(port)) {
1463 if (aggregator->is_active && !aggregator->is_individual && // if current aggregator is the active aggregator
1469 aggregator->is_active = 0; // mark this aggregator as not active anymore
1516 aggregator->is_active = 0; // mark all aggregators as not active anymore
1531 last_active_aggregator->is_active = 1; // don't replace good old aggregator
1546 aggregator->is_individual, aggregator->is_active);
1562 best_aggregator->is_active = 1;
1567 best_aggregator->is_individual, best_aggregator->is_active);
[all...]
H A Dbond_3ad.h197 u16 is_active; // BOOLEAN. Indicates if this aggregator is active member in struct:aggregator
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dusb.h109 * @is_active: flag set when the interface is bound and not suspended.
155 unsigned is_active:1; /* the interface is not suspended */ member in struct:usb_interface
H A Dusb_gadget.h455 int (*vbus_session) (struct usb_gadget *, int is_active);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dvia82cxxx_audio.c265 unsigned is_active : 1; member in struct:via_channel
1079 chan->is_active = 0;
1235 if (chan->is_active || chan->is_mapped) {
1366 assert (chan->is_active == sg_active(chan->iobase));
1369 if (!chan->is_active && chan->is_enabled) {
1370 chan->is_active = 1;
1864 chan->is_active = 0;
2251 if (nonblock || !chan->is_active) {
2421 if (nonblock || !chan->is_active) {
2658 if (!chan->is_active)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c1818 unsigned is_active : 1;
1826 # define IS_ACTIVE(R) ((R).bits.is_active)
5667 /* The is_active field of reg_info helps us keep track of which (possibly
1807 unsigned is_active : 1; member in struct:__anon2400::__anon2401

Completed in 317 milliseconds