Home
last modified time | relevance | path

Searched refs:transfer_type (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/comedi/drivers/
H A Dni_labpc.h11 enum transfer_type { fifo_not_empty_transfer, fifo_half_full_transfer, enum
41 enum transfer_type current_transfer;
H A Dni_labpc_common.c155 enum transfer_type xfer, in labpc_setup_cmd6_reg()
629 enum transfer_type xfer; in labpc_ai_cmd()
/linux/drivers/usb/host/
H A Docteon-hcd.c325 enum cvmx_usb_transfer transfer_type; member
1092 transfer_type, in cvmx_usb_open_pipe()
1106 (transfer_type == CVMX_USB_TRANSFER_BULK)) in cvmx_usb_open_pipe()
1112 pipe->transfer_type = transfer_type; in cvmx_usb_open_pipe()
1641 (pipe->transfer_type == in cvmx_usb_start_channel()
2138 if (unlikely(pipe->transfer_type != type)) in cvmx_usb_submit_transaction()
2164 &usb->active_pipes[pipe->transfer_type]); in cvmx_usb_submit_transaction()
2769 (pipe->transfer_type == CVMX_USB_TRANSFER_BULK) && in cvmx_usb_poll_channel()
3090 enum cvmx_usb_transfer transfer_type; in octeon_usb_urb_enqueue() local
3097 transfer_type = CVMX_USB_TRANSFER_ISOCHRONOUS; in octeon_usb_urb_enqueue()
[all …]
/linux/drivers/dma/
H A Ddma-jz4780.c125 u32 transfer_type; member
255 desc->transfer_type = jzchan->transfer_type_rx; in jz4780_dma_desc_alloc()
257 desc->transfer_type = jzchan->transfer_type_tx; in jz4780_dma_desc_alloc()
473 desc->transfer_type = JZ_DMA_DRT_AUTO; in jz4780_dma_prep_dma_memcpy()
539 jzchan->desc->transfer_type); in jz4780_dma_begin()
/linux/drivers/dma/sf-pdma/
H A Dsf-pdma.h116 u32 transfer_type; member
H A Dsf-pdma.c71 desc->xfer_type = desc->chan->pdma->transfer_type; in sf_pdma_fill_desc()
524 pdma->transfer_type = PDMA_FULL_SPEED | PDMA_STRICT_ORDERING; in sf_pdma_probe()
529 pdma->transfer_type &= ~PDMA_STRICT_ORDERING; in sf_pdma_probe()
/linux/drivers/media/rc/
H A Dredrat3.c154 __be16 transfer_type; member
605 pkttype = be16_to_cpu(header->transfer_type); in redrat3_read_packet_start()
675 pkttype = be16_to_cpu(rr3->irdata.header.transfer_type); in redrat3_get_ir_data()
818 irdata->header.transfer_type = cpu_to_be16(RR3_MOD_SIGNAL_OUT); in redrat3_transmit_ir()
/linux/Documentation/driver-api/usb/
H A Ddwc3.rst249 ``transfer_type``
257 ``transfer_type``
260 When read, ``transfer_type`` will print out one of ``control``,
/linux/drivers/mtd/nand/raw/
H A Dcadence-nand-controller.c1263 int transfer_type) in cadence_nand_prepare_data_size() argument
1273 if (cdns_ctrl->curr_trans_type == transfer_type) in cadence_nand_prepare_data_size()
1276 switch (transfer_type) { in cadence_nand_prepare_data_size()
1314 cdns_ctrl->curr_trans_type = transfer_type; in cadence_nand_prepare_data_size()