Searched defs:pxad_chan (Results 1 – 1 of 1) sorted by relevance
106 struct pxad_chan { struct109 enum pxad_chan_prio prio; /* Required priority of phy */ argument115 bool misaligned;116 struct dma_slave_config cfg; /* Runtime config */142 #define to_pxad_chan(dchan) \ argument143 container_of(dchan, struct pxad_chan, vc.chan) argument