Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/comedi/drivers/
Dni_labpc.h11 enum transfer_type { fifo_not_empty_transfer, fifo_half_full_transfer, enum
41 enum transfer_type current_transfer;
Dni_labpc_common.c150 enum transfer_type xfer, in labpc_setup_cmd6_reg()
624 enum transfer_type xfer; in labpc_ai_cmd()
/linux-6.1.9/drivers/usb/host/
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-6.1.9/drivers/dma/
Ddma-jz4780.c126 u32 transfer_type; member
256 desc->transfer_type = jzchan->transfer_type_rx; in jz4780_dma_desc_alloc()
258 desc->transfer_type = jzchan->transfer_type_tx; in jz4780_dma_desc_alloc()
474 desc->transfer_type = JZ_DMA_DRT_AUTO; in jz4780_dma_prep_dma_memcpy()
540 jzchan->desc->transfer_type); in jz4780_dma_begin()
/linux-6.1.9/drivers/scsi/arm/
Dfas216.c223 info->dma.transfer_type, info->dma.setup, in fas216_dumpinfo()
709 fasdmatype_t dmatype = info->dma.transfer_type; in fas216_cleanuptransfer()
711 info->dma.transfer_type = fasdma_none; in fas216_cleanuptransfer()
786 info->dma.transfer_type = dmatype; in fas216_transfer()
836 if (info->dma.transfer_type == fasdma_real_all || in fas216_stoptransfer()
837 info->dma.transfer_type == fasdma_real_block) in fas216_stoptransfer()
869 if (info->dma.transfer_type == fasdma_real_all || in fas216_aborttransfer()
870 info->dma.transfer_type == fasdma_real_block) in fas216_aborttransfer()
873 info->dma.transfer_type = fasdma_none; in fas216_aborttransfer()
1777 info->dma.transfer_type = fasdma_none; in fas216_start_command()
[all …]
Dfas216.h301 fasdmatype_t transfer_type; /* current type of DMA transfer */ member
/linux-6.1.9/drivers/media/rc/
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()
820 irdata->header.transfer_type = cpu_to_be16(RR3_MOD_SIGNAL_OUT); in redrat3_transmit_ir()
/linux-6.1.9/Documentation/driver-api/usb/
Ddwc3.rst249 ``transfer_type``
257 ``transfer_type``
260 When read, ``transfer_type`` will print out one of ``control``,
/linux-6.1.9/drivers/mtd/nand/raw/
Dcadence-nand-controller.c1205 int transfer_type) in cadence_nand_prepare_data_size() argument
1215 if (cdns_ctrl->curr_trans_type == transfer_type) in cadence_nand_prepare_data_size()
1218 switch (transfer_type) { in cadence_nand_prepare_data_size()
1256 cdns_ctrl->curr_trans_type = transfer_type; in cadence_nand_prepare_data_size()