Home
last modified time | relevance | path

Searched refs:fh2ctx (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/media/platform/st/stm32/dma2d/
Ddma2d.c48 #define fh2ctx(__fh) container_of(__fh, struct dma2d_ctx, fh) macro
323 struct dma2d_ctx *ctx = fh2ctx(file->private_data); in dma2d_release()
/linux-6.1.9/drivers/media/platform/samsung/s5p-g2d/
Dg2d.c28 #define fh2ctx(__fh) container_of(__fh, struct g2d_ctx, fh) macro
277 struct g2d_ctx *ctx = fh2ctx(file->private_data); in g2d_release()