Searched defs:fimc_ctx (Results 1 – 1 of 1) sorted by relevance
496 struct fimc_ctx { struct497 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