Home
last modified time | relevance | path

Searched defs:fimc_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/media/video/s5p-fimc/
Dfimc-core.h496 struct fimc_ctx { struct
497 spinlock_t slock;
498 struct fimc_frame s_frame;
499 struct fimc_frame d_frame;
500 u32 out_order_1p;
524 #define fh_to_ctx(__fh) container_of(__fh, struct fimc_ctx, fh) argument