Home
last modified time | relevance | path

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

/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-common.c57 #define fh_to_ctx(__fh) container_of(__fh, struct coda_ctx, fh) macro
61 return fh_to_ctx(file_to_v4l2_fh(filp)); in file_to_ctx()
1458 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_subscribe_event()