/kernel/linux/linux-5.10/drivers/dma/sf-pdma/ |
H A D | sf-pdma.h | 66 void __iomem *xfer_type; /* 4 bytes */ member 79 u32 xfer_type; member
|
H A D | sf-pdma.c | 68 desc->xfer_type = PDMA_FULL_SPEED; in sf_pdma_fill_desc() 262 writel(desc->xfer_type, regs->xfer_type); in sf_pdma_xfer_desc() 467 chan->regs.xfer_type = in sf_pdma_setup_chans()
|
/kernel/linux/linux-6.6/drivers/dma/sf-pdma/ |
H A D | sf-pdma.h | 62 void __iomem *xfer_type; /* 4 bytes */ member 75 u32 xfer_type; member
|
H A D | sf-pdma.c | 68 desc->xfer_type = PDMA_FULL_SPEED; in sf_pdma_fill_desc() 261 writel(desc->xfer_type, regs->xfer_type); in sf_pdma_xfer_desc() 460 chan->regs.xfer_type = in sf_pdma_setup_chans()
|
/kernel/linux/linux-5.10/drivers/usb/mon/ |
H A D | mon_bin.c | 92 unsigned char xfer_type; /* ISO, Intr, Control, Bulk */ member 568 ep->xfer_type = xfer_to_pipe[usb_endpoint_type(epd)]; in mon_bin_event() 655 ep->xfer_type = xfer_to_pipe[usb_endpoint_type(&urb->ep->desc)]; in mon_bin_error()
|
/kernel/linux/linux-6.6/drivers/usb/mon/ |
H A D | mon_bin.c | 92 unsigned char xfer_type; /* ISO, Intr, Control, Bulk */ member 571 ep->xfer_type = xfer_to_pipe[usb_endpoint_type(epd)]; in mon_bin_event() 658 ep->xfer_type = xfer_to_pipe[usb_endpoint_type(&urb->ep->desc)]; in mon_bin_error()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | omap2.c | 150 enum nand_io xfer_type; member 1804 info->xfer_type = i; in omap_get_dt_info() 1928 switch (info->xfer_type) { in omap_nand_attach_chip() 2001 dev_err(dev, "xfer_type %d not supported!\n", info->xfer_type); in omap_nand_attach_chip()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | omap2.c | 150 enum nand_io xfer_type; member 1712 info->xfer_type = i; in omap_get_dt_info() 1841 switch (info->xfer_type) { in omap_nand_attach_chip() 1914 dev_err(dev, "xfer_type %d not supported!\n", info->xfer_type); in omap_nand_attach_chip()
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-pl022.c | 416 * @xfer_type: polling/interrupt/DMA 431 int xfer_type; member 1604 if (pl022->cur_chip->xfer_type == POLLING_TRANSFER) in pl022_transfer_one_message() 1943 chip->xfer_type = chip_info->com_mode; in pl022_setup()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-pl022.c | 414 * @xfer_type: polling/interrupt/DMA 428 int xfer_type; member 1597 if (pl022->cur_chip->xfer_type == POLLING_TRANSFER) in pl022_transfer_one_message() 1935 chip->xfer_type = chip_info->com_mode; in pl022_setup()
|
/kernel/linux/linux-6.6/drivers/i3c/master/ |
H A D | svc-i3c-master.c | 1025 bool rnw, unsigned int xfer_type, u8 addr, in svc_i3c_master_xfer() 1036 xfer_type | in svc_i3c_master_xfer() 1024 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 *read_len, bool continued) svc_i3c_master_xfer() argument
|
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/ |
H A D | octeon-hcd.c | 1834 * @xfer_type: Transfer type 1839 enum cvmx_usb_transfer xfer_type) in cvmx_usb_find_ready_pipe() 1841 struct list_head *list = usb->active_pipes + xfer_type; in cvmx_usb_find_ready_pipe() 1838 cvmx_usb_find_ready_pipe(struct octeon_hcd *usb, enum cvmx_usb_transfer xfer_type) cvmx_usb_find_ready_pipe() argument
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | octeon-hcd.c | 1836 * @xfer_type: Transfer type 1841 enum cvmx_usb_transfer xfer_type) in cvmx_usb_find_ready_pipe() 1843 struct list_head *list = usb->active_pipes + xfer_type; in cvmx_usb_find_ready_pipe() 1840 cvmx_usb_find_ready_pipe(struct octeon_hcd *usb, enum cvmx_usb_transfer xfer_type) cvmx_usb_find_ready_pipe() argument
|