Searched refs:readq (Results 1 - 25 of 42) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_readq.h44 void snd_seq_oss_readq_clear(struct seq_oss_readq *readq);
45 unsigned int snd_seq_oss_readq_poll(struct seq_oss_readq *readq, struct file *file, poll_table *wait);
46 int snd_seq_oss_readq_puts(struct seq_oss_readq *readq, int dev, unsigned char *data, int len);
47 int snd_seq_oss_readq_put_event(struct seq_oss_readq *readq, union evrec *ev);
48 int snd_seq_oss_readq_put_timestamp(struct seq_oss_readq *readq, unsigned long curt, int seq_mode);
H A Dseq_oss_rw.c46 struct seq_oss_readq *readq = dp->readq; local
52 if (readq == NULL || ! is_read_mode(dp->file_mode))
56 snd_seq_oss_readq_lock(readq, flags);
57 err = snd_seq_oss_readq_pick(readq, &rec);
60 snd_seq_oss_readq_unlock(readq, flags);
61 snd_seq_oss_readq_wait(readq);
62 snd_seq_oss_readq_lock(readq, flags);
66 err = snd_seq_oss_readq_pick(readq, &rec);
69 snd_seq_oss_readq_unlock(readq, flag
[all...]
H A Dseq_oss_ioctl.c120 if (dp->readq == NULL || ! is_read_mode(dp->file_mode))
122 return put_user(dp->readq->qlen, p) ? -EFAULT : 0;
190 if (dp->readq == NULL || !is_read_mode(dp->file_mode))
198 dp->readq->pre_event_timeout = val;
H A Dseq_oss_init.c199 dp->readq = NULL;
238 if ((dp->readq = snd_seq_oss_readq_new(dp, maxqlen)) == NULL) {
406 if (dp->readq)
407 snd_seq_oss_readq_delete(dp->readq);
478 if (dp->readq)
479 snd_seq_oss_readq_clear(dp->readq);
535 if (is_read_mode(dp->file_mode) && dp->readq)
536 snd_seq_oss_readq_info_read(dp->readq, buf);
H A Dseq_oss_midi.c526 if (dp->readq == NULL)
599 snd_seq_oss_readq_put_timestamp(dp->readq, ev->time.tick, dp->seq_mode);
600 snd_seq_oss_readq_put_event(dp->readq, &ossev);
614 snd_seq_oss_readq_put_timestamp(dp->readq, ev->time.tick, dp->seq_mode);
619 snd_seq_oss_readq_puts(dp->readq, mdev->seq_device,
624 snd_seq_oss_readq_puts(dp->readq, mdev->seq_device, msg, len);
H A Dseq_oss_device.h111 struct seq_oss_readq *readq; member in struct:seq_oss_devinfo
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_vhci.c57 struct sk_buff_head readq; member in struct:vhci_data
80 skb_queue_purge(&data->readq);
89 skb_queue_purge(&data->readq);
110 skb_queue_tail(&data->readq, skb);
200 skb = skb_dequeue(&data->readq);
247 if (!skb_queue_empty(&data->readq))
268 skb_queue_head_init(&data->readq);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Ds2io.c919 val64 = readq(&bar0->pci_mode);
953 val64 = readq(&bar0->pci_mode);
1044 val64 = readq(&bar0->sw_reset);
1051 val64 = readq(&bar0->sw_reset);
1055 val64 = readq(&bar0->mac_cfg);
1063 val64 = readq(&bar0->mac_int_mask);
1064 val64 = readq(&bar0->mc_int_mask);
1065 val64 = readq(&bar0->xgxs_int_mask);
1083 val64 = readq(&bar0->dtx_control);
1134 val64 = readq(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dhpet.c99 #define read_counter(MC) readq(MC)
105 #ifndef readq
106 static inline unsigned long long readq(void __iomem *addr) function
321 writeq((readq(&timer->hpet_config) & ~Tn_INT_ENB_CNF_MASK),
330 && readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) {
333 v = readq(&timer->hpet_config);
416 v = readq(&timer->hpet_config);
487 v = readq(&timer->hpet_config);
506 readq(&timer->hpet_config) & Tn_PER_INT_CAP_MASK;
518 v = readq(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dif_tun.h41 struct sk_buff_head readq; member in struct:tun_struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-alpha/
H A Dio.h159 REMAP1(u64, readq, const volatile)
249 extern u64 readq(const volatile void __iomem *addr);
447 return IO_CONCAT(__IO_PREFIX,readq)(addr);
467 extern inline u64 readq(const volatile void __iomem *addr) function
561 #define readq readq macro
H A Dio_trivial.h105 IO_CONCAT(__IO_PREFIX,readq)(const volatile void __iomem *a)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/agp/
H A Dparisc-agp.c96 readq(info->ioc_regs+IOC_PCOM); /* flush */
246 io_tlb_ps = readq(info->ioc_regs+IOC_TCNFG);
262 iova_base = readq(info->ioc_regs+IOC_IBASE) & ~0x1;
268 io_pdir = phys_to_virt(readq(info->ioc_regs+IOC_PDIR_BASE));
H A Dhp-agp.c91 hp->io_tlb_ps = readq(hp->ioc_regs+HP_ZX1_TCNFG);
107 hp->iova_base = readq(hp->ioc_regs+HP_ZX1_IBASE) & ~0x1;
113 hp->io_pdir = gart_to_virt(readq(hp->ioc_regs+HP_ZX1_PDIR_BASE));
177 hp->io_pdir_owner = (readq(hp->ioc_regs+HP_ZX1_IBASE) & 0x1) == 0;
274 readq(hp->ioc_regs+HP_ZX1_IBASE);
288 readq(hp->ioc_regs+HP_ZX1_PCOM);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/dma/
H A Dioatdma_io.h107 return readq(chan->reg_base + offset);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic_hw.h42 #ifndef readq
43 static inline u64 readq(void __iomem * addr) function
63 writeq(readq((void __iomem *)data_ptr), addr);
74 writeq(readq((void __iomem *)addr), data_ptr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dcyclone.c51 base = readq(reg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dio.h190 #define readq(x) __readq(x) macro
194 #define readq_relaxed(a) readq(a)
198 #define __raw_readq readq
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dio.h436 #define readq_relaxed readq
441 #define readq readq macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dio.h436 #define readq_relaxed readq
441 #define readq readq macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-parisc/
H A Dio.h177 #define readq(addr) __fswab64(__raw_readq(addr)) macro
186 #define readq_relaxed(addr) readq(addr)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dpci-calgary.c575 val = readq(target);
705 val64 = be64_to_cpu(readq(target));
719 readq(target); /* flush */
732 val64 = be64_to_cpu(readq(target));
735 readq(target); /* flush */
800 val64 = be64_to_cpu(readq(target));
807 readq(target); /* flush */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dio.c116 return IO_CONCAT(__IO_PREFIX,readq)(addr);
169 u64 readq(const volatile void __iomem *addr) function
203 EXPORT_SYMBOL(readq); variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dio-defs.h15 DEF_PCI_AC_RET(readq, u64, (const PCI_IO_ADDR addr), (addr))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dio.h378 #define readq(a) __readq((a)) macro
386 #define __raw_readq readq

Completed in 301 milliseconds

12