Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/dma/
H A Dipu-dma.h171 #define to_tx_desc(tx) container_of(tx, struct idmac_tx_desc, txd) macro
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dmx3fb.c396 to_tx_desc(mx3_fbi->txd), to_tx_desc(mx3_fbi->txd)->sg); in sdc_enable_channel()
758 struct idmac_tx_desc *tx_desc = to_tx_desc(arg); in mx3fb_dma_done()
/OK3568_Linux_fs/kernel/drivers/dma/ipu/
H A Dipu_idmac.c821 struct idmac_tx_desc *desc = to_tx_desc(tx); in idmac_tx_submit()