Searched refs:xfer_type (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/dma/sf-pdma/
H A Dsf-pdma.h63 void __iomem *xfer_type; /* 4 bytes */ member in struct:pdma_regs
76 u32 xfer_type; member in struct:sf_pdma_desc
H A Dsf-pdma.c71 desc->xfer_type = desc->chan->pdma->transfer_type;
264 writel(desc->xfer_type, regs->xfer_type);
463 chan->regs.xfer_type =
/linux-master/drivers/usb/mon/
H A Dmon_bin.c92 unsigned char xfer_type; /* ISO, Intr, Control, Bulk */ member in struct:mon_bin_hdr
571 ep->xfer_type = xfer_to_pipe[usb_endpoint_type(epd)];
658 ep->xfer_type = xfer_to_pipe[usb_endpoint_type(&urb->ep->desc)];
/linux-master/drivers/spi/
H A Dspi-pl022.c402 * @xfer_type: polling/interrupt/DMA
416 int xfer_type; member in struct:chip_data
1343 if (pl022->cur_chip->xfer_type == POLLING_TRANSFER)
1688 chip->xfer_type = chip_info->com_mode;
/linux-master/drivers/mtd/nand/raw/
H A Domap2.c150 enum nand_io xfer_type; member in struct:omap_nand_info
1712 info->xfer_type = i;
1841 switch (info->xfer_type) {
1914 dev_err(dev, "xfer_type %d not supported!\n", info->xfer_type);
/linux-master/drivers/i3c/master/
H A Dsvc-i3c-master.c1041 bool rnw, unsigned int xfer_type, u8 addr,
1052 xfer_type |
1040 svc_i3c_master_xfer(struct svc_i3c_master *master, bool rnw, unsigned int xfer_type, u8 addr, u8 *in, const u8 *out, unsigned int xfer_len, unsigned int *actual_len, bool continued) argument
/linux-master/drivers/usb/host/
H A Docteon-hcd.c1836 * @xfer_type: Transfer type
1841 enum cvmx_usb_transfer xfer_type)
1843 struct list_head *list = usb->active_pipes + xfer_type;
1840 cvmx_usb_find_ready_pipe(struct octeon_hcd *usb, enum cvmx_usb_transfer xfer_type) argument

Completed in 140 milliseconds