Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dst_fdma.c33 static int st_fdma_dreq_get(struct st_fdma_chan *fchan) in st_fdma_dreq_get() argument
35 struct st_fdma_dev *fdev = fchan->fdev; in st_fdma_dreq_get()
36 u32 req_line_cfg = fchan->cfg.req_line; in st_fdma_dreq_get()
67 static void st_fdma_dreq_put(struct st_fdma_chan *fchan) in st_fdma_dreq_put() argument
69 struct st_fdma_dev *fdev = fchan->fdev; in st_fdma_dreq_put()
71 dev_dbg(fdev->dev, "put dreq_line:%#lx\n", fchan->dreq_line); in st_fdma_dreq_put()
72 clear_bit(fchan->dreq_line, &fdev->dreq_mask); in st_fdma_dreq_put()
75 static void st_fdma_xfer_desc(struct st_fdma_chan *fchan) in st_fdma_xfer_desc() argument
80 vdesc = vchan_next_desc(&fchan->vchan); in st_fdma_xfer_desc()
84 fchan->fdesc = to_st_fdma_desc(vdesc); in st_fdma_xfer_desc()
[all …]