Home
last modified time | relevance | path

Searched refs:xfer_desc (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/media/pci/pt3/
H A Dpt3.h67 #define DESCS_IN_PAGE (PAGE_SIZE / sizeof(struct xfer_desc))
75 struct xfer_desc { struct
86 struct xfer_desc *descs; /* PAGE_SIZE (xfer_desc[DESCS_IN_PAGE]) */
H A Dpt3_dma.c153 struct xfer_desc *d; in pt3_alloc_dmabuf()
194 desc_addr += sizeof(struct xfer_desc); in pt3_alloc_dmabuf()
/linux-6.15/drivers/soc/fsl/qe/
H A Dqmc.c445 struct qmc_xfer_desc *xfer_desc; in qmc_chan_write_submit() local
474 xfer_desc->context = context; in qmc_chan_write_submit()
524 context = xfer_desc->context; in qmc_chan_write_done()
525 xfer_desc->tx_complete = NULL; in qmc_chan_write_done()
526 xfer_desc->context = NULL; in qmc_chan_write_done()
582 xfer_desc->context = context; in qmc_chan_read_submit()
646 context = xfer_desc->context; in qmc_chan_read_done()
647 xfer_desc->rx_complete = NULL; in qmc_chan_read_done()
648 xfer_desc->context = NULL; in qmc_chan_read_done()
1142 xfer_desc->context = NULL; in qmc_chan_reset_rx()
[all …]