/linux-3.3/drivers/staging/comedi/ |
D | drivers.c | 233 struct comedi_async *async = NULL; in postconfig() local 424 struct comedi_async *async = s->async; in comedi_buf_alloc() local 554 static unsigned int comedi_buf_munge(struct comedi_async *async, in comedi_buf_munge() 599 unsigned int comedi_buf_write_n_available(struct comedi_async *async) in comedi_buf_write_n_available() 619 unsigned int comedi_buf_write_alloc(struct comedi_async *async, in comedi_buf_write_alloc() 636 unsigned int comedi_buf_write_alloc_strict(struct comedi_async *async, in comedi_buf_write_alloc_strict() 652 unsigned comedi_buf_write_free(struct comedi_async *async, unsigned int nbytes) in comedi_buf_write_free() 670 unsigned comedi_buf_read_alloc(struct comedi_async *async, unsigned nbytes) in comedi_buf_read_alloc() 685 unsigned comedi_buf_read_free(struct comedi_async *async, unsigned int nbytes) in comedi_buf_read_free() 703 void comedi_buf_memcpy_to(struct comedi_async *async, unsigned int offset, in comedi_buf_memcpy_to() [all …]
|
D | comedi_fops.c | 311 struct comedi_async *async; in do_bufconfig_ioctl() local 572 struct comedi_async *async; in do_bufinfo_ioctl() local 1032 struct comedi_async *async; in do_cmd_ioctl() local 1438 struct comedi_async *async; in comedi_vm_open() local 1451 struct comedi_async *async; in comedi_vm_close() local 1470 struct comedi_async *async = NULL; in comedi_mmap() local 1604 struct comedi_async *async; in comedi_write() local 1715 struct comedi_async *async; in comedi_read() local 1830 struct comedi_async *async = s->async; in do_become_nonbusy() local 2103 struct comedi_async *async = s->async; in comedi_event() local [all …]
|
D | comedidev.h | 73 struct comedi_async *async; member 421 static inline unsigned comedi_buf_write_n_allocated(struct comedi_async *async) in comedi_buf_write_n_allocated() 426 static inline unsigned comedi_buf_read_n_allocated(struct comedi_async *async) in comedi_buf_read_n_allocated()
|
/linux-3.3/drivers/staging/comedi/drivers/ |
D | comedi_fc.c | 34 struct comedi_async *async = subd->async; in increment_scan_progress() local 48 struct comedi_async *async = subd->async; in cfc_write_array_to_buffer() local 73 struct comedi_async *async = subd->async; in cfc_read_array_from_buffer() local
|
D | ni_tiocmd.c | 124 static int ni_tio_input_cmd(struct ni_gpct *counter, struct comedi_async *async) in ni_tio_input_cmd() 173 struct comedi_async *async) in ni_tio_output_cmd() 185 static int ni_tio_cmd_setup(struct ni_gpct *counter, struct comedi_async *async) in ni_tio_cmd_setup() 213 int ni_tio_cmd(struct ni_gpct *counter, struct comedi_async *async) in ni_tio_cmd()
|
D | mite.c | 342 struct comedi_async *async) in mite_buf_change() 569 struct comedi_async *async) in mite_sync_input_dma() 606 struct comedi_async *async) in mite_sync_output_dma()
|
D | cb_pcidas.c | 1250 struct comedi_async *async = s->async; in cb_pcidas_ai_cmd() local 1459 struct comedi_async *async = s->async; in cb_pcidas_ao_cmd() local 1527 struct comedi_async *async = s->async; in cb_pcidas_ao_inttrig() local 1576 struct comedi_async *async; in cb_pcidas_interrupt() local 1685 struct comedi_async *async = s->async; in handle_ao_interrupt() local
|
D | das16m1.c | 346 struct comedi_async *async = s->async; in das16m1_cmd_exec() local 541 struct comedi_async *async; in das16m1_handler() local
|
D | ni_labpc.c | 1159 struct comedi_async *async = s->async; in labpc_ai_cmd() local 1419 struct comedi_async *async; in labpc_interrupt() local 1508 struct comedi_async *async = dev->read_subdev->async; in labpc_drain_fifo() local 1542 struct comedi_async *async = s->async; in labpc_drain_dma() local
|
D | das800.c | 370 struct comedi_async *async; in das800_interrupt() local 737 struct comedi_async *async = s->async; in das800_ai_do_cmd() local
|
D | ni_at_a2150.c | 233 struct comedi_async *async; in a2150_interrupt() local 635 struct comedi_async *async = s->async; in a2150_ai_cmd() local
|
D | amplc_pci230.c | 1510 struct comedi_async *async = s->async; in pci230_ao_start() local 2208 struct comedi_async *async = s->async; in pci230_ai_start() local 2362 struct comedi_async *async = s->async; in pci230_ai_cmd() local 2693 struct comedi_async *async = s->async; in pci230_handle_ao_nofifo() local 2729 struct comedi_async *async = s->async; in pci230_handle_ao_fifo() local 2839 struct comedi_async *async = s->async; in pci230_handle_ai() local
|
D | gsc_hpdi.c | 902 struct comedi_async *async = s->async; in di_cmd() local 961 struct comedi_async *async = dev->read_subdev->async; in drain_dma_buffers() local 1010 struct comedi_async *async = s->async; in handle_interrupt() local
|
D | comedi_test.c | 165 struct comedi_async *async = dev->read_subdev->async; in waveform_ai_interrupt() local
|
D | cb_pcidas64.c | 2760 struct comedi_async *async = s->async; in ai_cmd() local 2881 struct comedi_async *async = s->async; in pio_drain_ai_fifo_16() local 2948 struct comedi_async *async = s->async; in pio_drain_ai_fifo_32() local 2988 struct comedi_async *async = dev->read_subdev->async; in drain_dma_buffers() local 3037 struct comedi_async *async = s->async; in handle_ai_interrupt() local 3160 struct comedi_async *async; in handle_ao_interrupt() local
|
D | das1800.c | 954 struct comedi_async *async = s->async; in das1800_ai_handler() local 1546 struct comedi_async *async = s->async; in das1800_ai_do_cmd() local
|
/linux-3.3/drivers/usb/core/ |
D | devio.c | 79 struct async { struct 80 struct list_head asynclist; argument 81 struct dev_state *ps; 82 struct pid *pid; 83 const struct cred *cred; 84 unsigned int signr; 85 unsigned int ifnum; 86 void __user *userbuffer; 87 void __user *userurb; 88 struct urb *urb; [all …]
|
/linux-3.3/drivers/base/power/ |
D | main.c | 196 static void dpm_wait(struct device *dev, bool async) in dpm_wait() 211 static void dpm_wait_for_children(struct device *dev, bool async) in dpm_wait_for_children() 444 static int device_resume(struct device *dev, pm_message_t state, bool async) in device_resume() 812 static int __device_suspend(struct device *dev, pm_message_t state, bool async) in __device_suspend()
|
/linux-3.3/net/ipv6/ |
D | xfrm6_input.c | 32 int xfrm6_transport_finish(struct sk_buff *skb, int async) in xfrm6_transport_finish()
|
/linux-3.3/arch/tile/mm/ |
D | fault.c | 743 struct async_tlb *async; in do_page_fault() local 797 struct async_tlb *async) in handle_async_page_fault()
|
/linux-3.3/net/ipv4/ |
D | xfrm4_input.c | 49 int xfrm4_transport_finish(struct sk_buff *skb, int async) in xfrm4_transport_finish()
|
/linux-3.3/arch/arm/mach-omap2/ |
D | usb-tusb6010.c | 244 unsigned async, unsigned sync, in tusb6010_setup_interface()
|
/linux-3.3/net/xfrm/ |
D | xfrm_input.c | 116 int async = 0; in xfrm_input() local
|
/linux-3.3/drivers/scsi/ |
D | atp870u.h | 44 unsigned short async[2]; member
|
/linux-3.3/drivers/infiniband/core/ |
D | uverbs.h | 105 struct ib_uverbs_async_event_desc async; member
|