Searched refs:transfer_type (Results 1 - 6 of 6) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dni_labpc.h25 enum transfer_type { fifo_not_empty_transfer, fifo_half_full_transfer, enum
72 enum transfer_type current_transfer;
H A Dni_labpc_common.c184 enum transfer_type xfer,
666 enum transfer_type xfer;
/drivers/staging/octeon-usb/
H A Docteon-hcd.c324 * @transfer_type: Type of transaction supported by this pipe
345 enum cvmx_usb_transfer transfer_type; member in struct:cvmx_usb_pipe
1170 * @transfer_type:
1208 transfer_type,
1225 if (unlikely(transfer_type > CVMX_USB_TRANSFER_INTERRUPT))
1232 if (unlikely((transfer_type == CVMX_USB_TRANSFER_CONTROL) && interval))
1250 (transfer_type == CVMX_USB_TRANSFER_BULK))
1256 pipe->transfer_type = transfer_type;
1793 (pipe->transfer_type
1201 cvmx_usb_open_pipe(struct cvmx_usb_state *usb, int device_addr, int endpoint_num, enum cvmx_usb_speed device_speed, int max_packet, enum cvmx_usb_transfer transfer_type, enum cvmx_usb_direction transfer_dir, int interval, int multi_count, int hub_device_addr, int hub_port) argument
3279 enum cvmx_usb_transfer transfer_type; local
[all...]
/drivers/scsi/arm/
H A Dfas216.c220 printk(" dma={ transfer_type=%X setup=%p pseudo=%p stop=%p }\n",
221 info->dma.transfer_type, info->dma.setup,
707 fasdmatype_t dmatype = info->dma.transfer_type;
709 info->dma.transfer_type = fasdma_none;
784 info->dma.transfer_type = dmatype;
834 if (info->dma.transfer_type == fasdma_real_all ||
835 info->dma.transfer_type == fasdma_real_block)
867 if (info->dma.transfer_type == fasdma_real_all ||
868 info->dma.transfer_type == fasdma_real_block)
871 info->dma.transfer_type
[all...]
H A Dfas216.h304 fasdmatype_t transfer_type; /* current type of DMA transfer */ member in struct:__anon5172::__anon5177
/drivers/media/rc/
H A Dredrat3.c129 __be16 transfer_type; member in struct:redrat3_header
570 pkttype = be16_to_cpu(header->transfer_type);
640 pkttype = be16_to_cpu(rr3->irdata.header.transfer_type);
785 irdata->header.transfer_type = cpu_to_be16(RR3_MOD_SIGNAL_OUT);

Completed in 370 milliseconds