Searched refs:tasklet_struct (Results 1 - 25 of 196) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A D_deh.h32 struct tasklet_struct dpc_tasklet;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/lx6464es/
H A Dlx6464es.h76 struct tasklet_struct trigger_tasklet; /* trigger tasklet */
77 struct tasklet_struct tasklet_capture;
78 struct tasklet_struct tasklet_playback;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinterrupt.h455 struct tasklet_struct struct
457 struct tasklet_struct *next;
465 struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), func, data }
468 struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(1), func, data }
478 static inline int tasklet_trylock(struct tasklet_struct *t)
483 static inline void tasklet_unlock(struct tasklet_struct *t)
489 static inline void tasklet_unlock_wait(struct tasklet_struct *t)
499 extern void __tasklet_schedule(struct tasklet_struct *t);
501 static inline void tasklet_schedule(struct tasklet_struct *t)
507 extern void __tasklet_hi_schedule(struct tasklet_struct *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Dwdt.h39 struct tasklet_struct wdt3_tasklet;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dbase.h107 struct tasklet_struct toggleq;
200 struct tasklet_struct rxtq; /* rx intr tasklet */
208 struct tasklet_struct txtq; /* tx intr tasklet */
213 struct tasklet_struct calib; /* calibration tasklet */
216 struct tasklet_struct beacontq; /* beacon intr tasklet */
232 struct tasklet_struct ani_tasklet; /* ANI calibration */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dirq.h55 extern struct tasklet_struct power_tasklet;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dwbsd.h178 struct tasklet_struct card_tasklet; /* Tasklet structures */
179 struct tasklet_struct fifo_tasklet;
180 struct tasklet_struct crc_tasklet;
181 struct tasklet_struct timeout_tasklet;
182 struct tasklet_struct finish_tasklet;
H A Ds3cmci.h71 struct tasklet_struct pio_tasklet;
H A Dcb710-mmc.h17 struct tasklet_struct finish_req_tasklet;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dshdma.h33 struct tasklet_struct tasklet; /* Tasklet */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsoftirq.c369 struct tasklet_struct *head;
370 struct tasklet_struct **tail;
376 void __tasklet_schedule(struct tasklet_struct *t)
390 void __tasklet_hi_schedule(struct tasklet_struct *t)
404 void __tasklet_hi_schedule_first(struct tasklet_struct *t)
417 struct tasklet_struct *list;
426 struct tasklet_struct *t = list;
452 struct tasklet_struct *list;
461 struct tasklet_struct *t = list;
486 void tasklet_init(struct tasklet_struct *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dbudget.h47 struct tasklet_struct fidb_tasklet;
48 struct tasklet_struct vpe_tasklet;
H A Dav7110.h83 struct tasklet_struct ir_tasklet;
118 struct tasklet_struct debi_tasklet;
119 struct tasklet_struct gpio_tasklet;
194 struct tasklet_struct vpe_tasklet;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/pcxhr/
H A Dpcxhr.h82 struct tasklet_struct msg_taskq;
85 struct tasklet_struct trigger_taskq;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/c67x00/
H A Dc67x00-hcd.h93 struct tasklet_struct tasklet;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/txx9/
H A Dtxx9aclc.h49 struct tasklet_struct tasklet;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/hardware/
H A Diop_adma.h74 struct tasklet_struct irq_tasklet;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Dgigaset.h439 struct tasklet_struct if_wake_tasklet;
475 struct tasklet_struct event_tasklet;
476 struct tasklet_struct write_tasklet;
514 struct tasklet_struct *wake_tasklet;
528 struct tasklet_struct sent_tasklet;
554 struct tasklet_struct rcvd_tasklet;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dctcm_mpc.h159 struct tasklet_struct mpc_tasklet;
160 struct tasklet_struct mpc_tasklet2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dp54pci.h95 struct tasklet_struct tasklet;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dpio.h77 struct tasklet_struct txtask;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/class/
H A Dcdc-acm.h116 struct tasklet_struct urb_task; /* rx processing */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dibmvscsi.h99 struct tasklet_struct srp_task;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Deni.h70 struct tasklet_struct task; /* tasklet for interrupt work */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ppc4xx/
H A Dadma.h105 struct tasklet_struct irq_tasklet;

Completed in 299 milliseconds

12345678