Searched refs:active (Results 26 - 50 of 288) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched_rt.c31 struct rt_prio_array *array = &rq->rt.active;
42 struct rt_prio_array *array = &rq->rt.active;
57 struct rt_prio_array *array = &rq->rt.active;
79 struct rt_prio_array *array = &rq->rt.active;
113 struct rt_prio_array *array = &rq->rt.active;
139 struct rt_prio_array *array = &rq->rt.active;
H A Dacct.c86 volatile int active; member in struct:acct_glbs
115 res = acct_globals.active;
147 if (acct_globals.active) {
149 acct_globals.active = 0;
154 acct_globals.active = 1;
163 res = acct_globals.active;
182 acct_globals.active = 0;
189 acct_globals.active = 1;
236 mntput(file->f_path.mnt); /* it's pinned, now give up active reference */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dutf7.h74 goto active;
100 goto active;
106 active:
108 /* base64 encoding active */
212 goto active;
231 goto active;
235 active:
237 /* base64 encoding active */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/arm/
H A Dsa11xx-uda1341.c54 * 0's to keep the record active which means you cant just freeze the dma and resume it later you'd
123 unsigned int active:1; /* we are using this stream for transfer now */ member in struct:audio_stream
446 s->active = 0;
483 while (s->active && s->periods < runtime->periods) {
526 * If we are getting a callback for an active stream then we inform
529 if (s->active)
558 if (stream_id == SNDRV_PCM_STREAM_CAPTURE && !s1->active) {
572 s->active = 1;
581 * so if we're stopping a playback with an active capture
584 if (stream_id == SNDRV_PCM_STREAM_PLAYBACK && s1->active) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Ddebug.c794 * - set active entry to next in the ring buffer
811 * - set active area to next in the ring buffer
839 debug_finish_entry(debug_info_t * id, debug_entry_t* active, int level, argument
842 active->id.stck = get_clock();
843 active->id.fields.cpuid = smp_processor_id();
844 active->caller = __builtin_return_address(0);
845 active->id.fields.exception = exception;
846 active->id.fields.level = level;
926 debug_entry_t *active; local
931 active
949 debug_entry_t *active; local
990 debug_entry_t *active; local
1023 debug_entry_t *active; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs214 int active ;
248 int active ;
285 int active ;
307 int active ;
524 #define ckActive(active, type) \
526 if (!active) \
679 Trace((" Aborting Transaction [%d] in [%d] Active [%d]\n", tid->txn, tid, tid->active));
680 if (tid->active) {
688 tid->active = FALSE ;
706 Trace((" Closing Cursor [%d] in [%d] Active [%d]\n", db->cursor, db, db->active));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/sleep/
H A Dwakeup.c97 dev->wakeup.state.active = 1;
133 !dev->wakeup.state.active ||
146 dev->wakeup.state.active = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_ns87410.c107 at.active = FIT(at.active, 2, 16) - 2;
111 idetcr = (at.setup << 6) | (recoverbits[at.recover] << 3) | activebits[at.active];
H A Dpata_legacy.c334 u8 active, recover; local
340 active = FIT(t.active, 2, 15);
348 iowrite8(recover << 4 | active, ap->ioaddr.device_addr);
384 u8 active, recover; local
390 active = FIT(t.active, 2, 15);
399 iowrite8(recover << 4 | active, ap->ioaddr.device_addr);
472 u8 active, recover, setup; local
498 active
571 u8 active, recover, setup; local
[all...]
H A Dpata_winbond.c66 int active, recovery; local
78 active = (FIT(t.active, 3, 17) - 1) & 0x0F;
80 timing = (active << 4) | recovery;
H A Dpata_cmd64x.c136 printk(KERN_DEBUG DRV_NAME ": active %d recovery %d setup %d.\n",
137 t.active, t.recover, t.setup);
139 t.active += t.recover - 16;
142 if (t.active > 16)
143 t.active = 16;
158 t.active &= 0x0F; /* 0 = 16 */
166 /* Load active/recovery */
167 pci_write_config_byte(pdev, drwtim, (t.active << 4) | t.recover);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/dvb/
H A Dvideo.h168 int active; /* 1=show highlight, 0=hide highlight */ member in struct:video_highlight
187 int active; member in struct:video_spu
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/ibmasm/
H A Dibmasmfs.c232 int active; member in struct:ibmasmfs_event_data
239 int active; member in struct:ibmasmfs_heartbeat_data
365 event_data->active = 0;
395 if (event_data->active) {
399 event_data->active = 1;
418 event_data->active = 0;
449 rhbeat->active = 0;
478 if (rhbeat->active) {
482 rhbeat->active = 1;
486 rhbeat->active
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzoran_driver.c774 if (fh->v4l_buffers.active == ZORAN_FREE) {
775 if (zr->v4l_buffers.active == ZORAN_FREE) {
777 fh->v4l_buffers.active = ZORAN_ACTIVE;
792 if (zr->v4l_buffers.active == ZORAN_FREE) {
793 fh->v4l_buffers.active = ZORAN_FREE;
820 if (!res && zr->v4l_buffers.active == ZORAN_FREE)
821 zr->v4l_buffers.active = fh->v4l_buffers.active;
871 fh->v4l_buffers.active = ZORAN_FREE;
896 if (fh->v4l_buffers.active
[all...]
H A Dvivi.c154 struct list_head active; member in struct:vivi_dmaqueue
503 if (list_empty(&dma_q->active)) {
504 dprintk(1,"No active queue to serve\n");
508 buf = list_entry(dma_q->active.next,
523 if (list_empty(&dma_q->active)) {
623 if (!list_empty(&dma_q->active)) {
624 buf = list_entry(dma_q->active.next, struct vivi_buffer, vb.queue);
633 list_for_each(item,&dma_q->active) {
652 list_add_tail(&buf->vb.queue,&dma_q->active);
660 dprintk(2,"[%p/%d] restart_queue - first active\
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/legacy/
H A Dqd65xx.h52 s16 active; /* active time */ member in struct:qd65xx_timing_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dpci.h29 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-arm/arch-omap/
H A Domap-alsa.h64 int active:1; /* we are using this stream for transfer now */ member in struct:audio_stream
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dpci.h16 static inline void pcibios_penalize_isa_irq(int irq, int active) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dluks.c57 uint32_t active; member in struct:luks_phdr::__anon11528
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Ddevices.c240 int active = 0; local
248 active = (desc == &iface->cur_altsetting->desc);
251 active ? '*' : ' ', /* mark active altsetting */
286 * 1. marking active interface altsettings (code lists all, but should mark
287 * which ones are active, if any)
290 static char *usb_dump_config_descriptor(char *start, char *end, const struct usb_config_descriptor *desc, int active) argument
295 active ? '*' : ' ', /* mark active/actual/current cfg. */
308 int active
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_paula.c518 write_sq.active |= AMI_PLAY_LOADED;
528 if (write_sq.active & AMI_PLAY_LOADED) {
534 if (write_sq.active & AMI_PLAY_PLAYING)
565 if (!write_sq.active) {
573 if (write_sq.active & AMI_PLAY_PLAYING) {
579 if (write_sq.active & AMI_PLAY_LOADED)
584 write_sq.active = (write_sq.active<<1) & AMI_PLAY_MASK;
586 if (!write_sq.active)
596 if (!write_sq.active)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dhdlc_fr.c20 (active) -> 0 when "ifconfig PVC down" or "link unreliable" or "PVC create"
24 (exist,new,active) = FULL STATUS if "link reliable"
27 active = open and "link reliable"
130 unsigned int active: 1; member in struct:pvc_device_struct::__anon5970
363 pvc->state.active = netif_carrier_ok(pvc->frad);
365 pvc_carrier(pvc->state.active, pvc);
380 pvc->state.active = 0;
384 pvc->state.active = 0;
433 if (pvc->state.active) {
488 pvc->state.active
831 unsigned int active, new; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/core/
H A Dsnd-aoa-gpio-feature.c99 reg = of_get_property(np, "audio-gpio-active-state", NULL);
363 int gpio, ret, active; local
368 active = headphone_detect_gpio_activestate;
372 active = linein_detect_gpio_activestate;
376 active = lineout_detect_gpio_activestate;
388 return ((ret >> 1) & 1) == active;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-mpeg.c183 if (list_empty(&q->active))
196 list_add_tail(&buf->vb.queue,&q->active);
201 dprintk(1,"[%p/%d] restart_queue - first active\n",
208 list_add_tail(&buf->vb.queue,&q->active);
212 dprintk(1,"[%p/%d] restart_queue - move to active\n",
222 buf = list_entry(q->active.next, struct cx88_buffer, vb.queue);
226 list_for_each(item,&q->active) {
276 if (list_empty(&cx88q->active)) {
277 dprintk( 1, "queue is empty - first active\n" );
278 list_add_tail(&buf->vb.queue,&cx88q->active);
[all...]

Completed in 176 milliseconds

1234567891011>>