Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/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.c151 enum transfer_type xfer, in labpc_setup_cmd6_reg()
625 enum transfer_type xfer; in labpc_ai_cmd()
/kernel/linux/linux-6.6/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.c150 enum transfer_type xfer, in labpc_setup_cmd6_reg()
624 enum transfer_type xfer; in labpc_ai_cmd()
/kernel/linux/linux-5.10/drivers/dma/
H A Ddma-jz4780.c133 uint32_t transfer_type; member
160 uint32_t transfer_type; member
465 jzchan->transfer_type = JZ_DMA_DRT_AUTO; in jz4780_dma_prep_dma_memcpy()
531 jzchan->transfer_type); in jz4780_dma_begin()
791 jzchan->transfer_type = data->transfer_type; in jz4780_dma_filter_fn()
806 data.transfer_type = dma_spec->args[0]; in jz4780_of_dma_xlate()
825 jzdma->chan[data.channel].transfer_type = data.transfer_type; in jz4780_of_dma_xlate()
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/
H A Docteon-hcd.c302 * @transfer_type: Type of transaction supported by this pipe
323 enum cvmx_usb_transfer transfer_type; member
1052 * @transfer_type:
1090 transfer_type, in cvmx_usb_open_pipe()
1104 (transfer_type == CVMX_USB_TRANSFER_BULK)) in cvmx_usb_open_pipe()
1110 pipe->transfer_type = transfer_type; in cvmx_usb_open_pipe()
1639 (pipe->transfer_type == in cvmx_usb_start_channel()
2136 if (unlikely(pipe->transfer_type != type)) in cvmx_usb_submit_transaction()
2162 &usb->active_pipes[pipe->transfer_type]); in cvmx_usb_submit_transaction()
1083 cvmx_usb_open_pipe(struct octeon_hcd *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) cvmx_usb_open_pipe() argument
3086 enum cvmx_usb_transfer transfer_type; octeon_usb_urb_enqueue() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Docteon-hcd.c304 * @transfer_type: Type of transaction supported by this pipe
325 enum cvmx_usb_transfer transfer_type; member
1054 * @transfer_type:
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()
1085 cvmx_usb_open_pipe(struct octeon_hcd *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) cvmx_usb_open_pipe() argument
3090 enum cvmx_usb_transfer transfer_type; octeon_usb_urb_enqueue() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/arm/
H A Dfas216.c219 printk(" dma={ transfer_type=%X setup=%p pseudo=%p stop=%p }\n", in fas216_dumpinfo()
220 info->dma.transfer_type, info->dma.setup, in fas216_dumpinfo()
706 fasdmatype_t dmatype = info->dma.transfer_type; in fas216_cleanuptransfer()
708 info->dma.transfer_type = fasdma_none; in fas216_cleanuptransfer()
783 info->dma.transfer_type = dmatype; in fas216_transfer()
833 if (info->dma.transfer_type == fasdma_real_all || in fas216_stoptransfer()
834 info->dma.transfer_type == fasdma_real_block) in fas216_stoptransfer()
866 if (info->dma.transfer_type == fasdma_real_all || in fas216_aborttransfer()
867 info->dma.transfer_type == fasdma_real_block) in fas216_aborttransfer()
870 info->dma.transfer_type in fas216_aborttransfer()
[all...]
H A Dfas216.h301 fasdmatype_t transfer_type; /* current type of DMA transfer */ member
/kernel/linux/linux-6.6/drivers/scsi/arm/
H A Dfas216.c222 printk(" dma={ transfer_type=%X setup=%p pseudo=%p stop=%p }\n", in fas216_dumpinfo()
223 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 in fas216_aborttransfer()
[all...]
H A Dfas216.h301 fasdmatype_t transfer_type; /* current type of DMA transfer */ member
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
820 irdata->header.transfer_type = cpu_to_be16(RR3_MOD_SIGNAL_OUT); in redrat3_transmit_ir()
/kernel/linux/linux-6.6/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()
820 irdata->header.transfer_type = cpu_to_be16(RR3_MOD_SIGNAL_OUT); in redrat3_transmit_ir()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dcadence-nand-controller.c1205 int transfer_type) in cadence_nand_prepare_data_size()
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()
1204 cadence_nand_prepare_data_size(struct nand_chip *chip, int transfer_type) cadence_nand_prepare_data_size() argument
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dcadence-nand-controller.c1213 int transfer_type) in cadence_nand_prepare_data_size()
1223 if (cdns_ctrl->curr_trans_type == transfer_type) in cadence_nand_prepare_data_size()
1226 switch (transfer_type) { in cadence_nand_prepare_data_size()
1264 cdns_ctrl->curr_trans_type = transfer_type; in cadence_nand_prepare_data_size()
1212 cadence_nand_prepare_data_size(struct nand_chip *chip, int transfer_type) cadence_nand_prepare_data_size() argument

Completed in 30 milliseconds