Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/dma/
Dipu-dma.h174 #define to_tx_desc(tx) container_of(tx, struct idmac_tx_desc, txd) macro
/linux-4.1.27/drivers/video/fbdev/
Dmx3fb.c399 to_tx_desc(mx3_fbi->txd), to_tx_desc(mx3_fbi->txd)->sg); in sdc_enable_channel()
761 struct idmac_tx_desc *tx_desc = to_tx_desc(arg); in mx3fb_dma_done()
/linux-4.1.27/drivers/media/platform/soc_camera/
Dmx3_camera.c144 struct idmac_tx_desc *desc = to_tx_desc(arg); in mx3_cam_dma_done()
/linux-4.1.27/drivers/dma/ipu/
Dipu_idmac.c824 struct idmac_tx_desc *desc = to_tx_desc(tx); in idmac_tx_submit()