Searched refs:active (Results 101 - 125 of 288) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dm32r_pcc.c350 u_int events, active; local
356 active = 0;
375 active |= events;
376 active = 0;
378 if (!active) break;
H A Di82092.c310 unsigned int events, active=0; local
321 active = 0;
353 active |= events;
356 if (active==0) /* no more events to handle */
641 /* printk("set_mem_map: Setting map %i range to %x - %x on socket %i, speed is %i, active = %i \n",map, region.start,region.end,sock,mem->speed,mem->flags & MAP_ACTIVE); */
H A Dpd6729.c191 unsigned int events, active = 0; local
201 active = 0;
237 active |= events;
240 if (active == 0) /* no more events to handle */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/
H A Des18xx.c119 unsigned short active; /* active channel mask */ member in struct:snd_es18xx
527 if (chip->active & DAC2)
529 chip->active |= DAC2;
548 if (!(chip->active & DAC2))
550 chip->active &= ~DAC2;
640 if (chip->active & ADC1)
642 chip->active |= ADC1;
648 if (!(chip->active & ADC1))
650 chip->active
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dcryptocop.c95 unsigned int active:1; member in struct:cryptocop_tfrm_ctx
411 cdesc->dma_descr->out_eop = 1; /* Since this is a pad output is pushed. EOP is ok here since the padded unit is the only one active. */
714 .active = 0,
733 .active = 0,
753 .active = 0,
1003 if (!tc->active) {
1005 tc->active = 1;
1054 DEBUG(printk("cryptocop_setup_dma_list: tc->active=%d tc->unit_no=%d tc->current_src=%d tc->previous_src=%d, tc->curr_src=0x%p, tc->prev_srv=0x%p\n", tc->active, tc->unit_no, tc->current_src, tc->previous_src, tc->curr_src, tc->prev_src));
1055 if (tc->active
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Disp116x-hcd.c161 for (ep = isp116x->atl_active; ep; ep = ep->active) {
171 if (ep->active || (isp116x->atl_last_dir != PTD_DIR_IN)) {
193 for (ep = isp116x->atl_active; ep; ep = ep->active) {
201 if (ep->active || (isp116x->atl_last_dir == PTD_DIR_IN)) {
223 for (ep = isp116x->atl_active; ep; ep = ep->active) {
268 if (!ep->active) {
289 for (ep = isp116x->atl_active; ep; ep = ep->active) {
501 into the active queue */
505 last_ep = (last_ep->active = last_ep->next);
506 last_ep->active
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c670 scmd_printk(KERN_INFO, cmd, "Is not an active device\n");
703 dev->active++;
719 printf("%s: Device reset timer expired (active %d)\n",
720 ahd_name(ahd), dev->active);
1280 && (dev->active != 0)) {
1297 dev->openings = dev->maxtags - dev->active;
1313 dev->openings = 1 - dev->active;
1319 scsi_activate_tcq(sdev, dev->openings + dev->active);
1323 scsi_activate_tcq(sdev, dev->openings + dev->active);
1527 dev->active
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Ddma.c1001 int active; member in struct:lcd_dma_info
1236 lcd_dma.active = 0;
1257 lcd_dma.active = 0;
1301 lcd_dma.active = 1;
1310 BUG_ON(lcd_dma.active);
1322 /* If DMA was already active set the end_prog bit to have
1323 * the programmed register set loaded into the active
1337 lcd_dma.active = 0;
1352 return lcd_dma.ext_ctrl && lcd_dma.active;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cris/
H A Deth_v10.c216 static void e100_set_network_leds(int active);
987 if (irqbits & IO_STATE(R_IRQ_MASK2_RD, dma1_eop, active)) {
1027 if (irqbits & IO_STATE(R_IRQ_MASK2_RD, dma0_eop, active)) {
1049 if (irqbits & IO_STATE(R_IRQ_MASK0_RD, underrun, active)) {
1058 if (irqbits & IO_STATE(R_IRQ_MASK0_RD, overrun, active)) {
1063 if (irqbits & IO_STATE(R_IRQ_MASK0_RD, excessive_col, active)) {
1545 e100_set_network_leds(int active) argument
1548 int light_leds = (active == NO_NETWORK_ACTIVITY);
1550 int light_leds = (active == NETWORK_ACTIVITY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/
H A Dsoc-dapm.c20 * dynamic configuration of codec internal audio paths and active
376 * Recursively check for a completed path to an active or physically connected
384 if (widget->id == snd_soc_dapm_adc && widget->active)
412 * Recursively check for a completed path to an active or physically connected
420 /* active stream ? */
421 if (widget->id == snd_soc_dapm_dac && widget->active)
485 /* active ADC */
486 if (w->id == snd_soc_dapm_adc && w->active) {
494 /* active DAC */
495 if (w->id == snd_soc_dapm_dac && w->active) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dgrip_mp.c453 int flags, slot, invalid = 0, active = 0; local
463 active = 1;
466 /* Return true if no active slot but multiport sent all its data */
467 if (!active)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/pnpbios/
H A Dcore.c222 dev->active = pnp_is_active(dev);
337 dev->active = pnp_is_active(dev);
351 if (!dev->active)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dmconf.c479 struct symbol *active; local
483 active = sym_get_choice_value(menu->sym);
491 items[item_no - 1]->selected = (child->sym == active);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-video.c473 if (!list_empty(&q->active)) {
474 buf = list_entry(q->active.next, struct cx88_buffer, vb.queue);
478 list_for_each(item,&q->active) {
492 list_move_tail(&buf->vb.queue, &q->active);
497 dprintk(2,"[%p/%d] restart_queue - first active\n",
503 list_move_tail(&buf->vb.queue, &q->active);
507 dprintk(2,"[%p/%d] restart_queue - move to active\n",
636 } else if (list_empty(&q->active)) {
637 list_add_tail(&buf->vb.queue,&q->active);
642 dprintk(2,"[%p/%d] buffer_queue - first active\
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dtlb_64.c125 * immediately or will batch it up if the current CPU has an active
173 * Check if we have an active batch on this CPU. If not, just
178 if (!batch->active) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dvia_dmablit.c393 * Check whether this blit is still active, performing necessary locking.
401 int active; local
409 active = ((blitq->done_blit_handle - handle) > (1 << 23)) &&
412 if (queue && active) {
422 return active;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_cypress.c65 time_16 = FIT(t.recover, 0, 15) | (FIT(t.active, 0, 15) << 4);
H A Dpata_icside.c135 * Purpose : detect an active interrupt from card
178 * However, we also need to take care of the read/write active and
202 * satisfies the measured active, recovery and cycle times.
204 if (t.active <= 50 && t.recover <= 375 && t.cycle <= 425)
206 else if (t.active <= 125 && t.recover <= 375 && t.cycle <= 500)
208 else if (t.active <= 200 && t.recover <= 550 && t.cycle <= 750)
214 t.active, t.recover, t.cycle, iomd_type);
228 * while it's active.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/
H A Dmanager.c534 if (dev->active) {
535 return 0; /* the device is already active */
546 dev->active = 1;
563 if (!dev->active) {
571 dev->active = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dpci.h77 static inline void pcibios_penalize_isa_irq(int irq, int active) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dmconf.c882 struct symbol *active; local
885 active = sym_get_choice_value(menu->sym);
904 else if (child->sym == active)
920 active = child->sym;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dir-common.h87 int active; /* building raw code */ member in struct:card_ir
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_transport_iscsi.h157 int active; /* must be accessed with the connlock */ member in struct:iscsi_cls_conn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dpci.h77 static inline void pcibios_penalize_isa_irq(int irq, int active) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dpci.h286 static inline void pcibios_penalize_isa_irq(int irq, int active) argument

Completed in 320 milliseconds

1234567891011>>