Home
last modified time | relevance | path

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

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