Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/sh/
Dsudmac.c53 #define to_desc(sdesc) container_of(sdesc, struct sudmac_desc, shdma_desc) macro
122 struct sudmac_desc *sd = to_desc(sdesc); in sudmac_start_xfer()
180 struct sudmac_desc *sd = to_desc(sdesc); in sudmac_desc_setup()
222 struct sudmac_desc *sd = to_desc(sdesc); in sudmac_get_partial()
232 struct sudmac_desc *sd = to_desc(sdesc); in sudmac_desc_completed()
Drcar-hpbdma.c124 #define to_desc(sdesc) container_of(sdesc, struct hpb_desc, shdma_desc) macro
318 struct hpb_desc *desc = to_desc(sdesc); in hpb_dmae_start_xfer()
365 struct hpb_desc *desc = to_desc(sdesc); in hpb_dmae_desc_setup()
380 struct hpb_desc *desc = to_desc(sdesc); in hpb_dmae_get_partial()
/linux-4.1.27/drivers/dma/
Dpl330.c1937 to_desc(struct dma_async_tx_descriptor *tx) in to_desc() function
2317 struct dma_pl330_desc *desc, *last = to_desc(tx); in pl330_tx_submit()