Lines Matching refs:fh_to_ctx

57 #define fh_to_ctx(__fh)	container_of(__fh, struct coda_ctx, fh)  macro
423 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_querycap()
443 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_enum_fmt()
493 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_g_fmt()
649 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_try_fmt_vid_cap()
748 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_try_fmt_vid_out()
842 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_s_fmt_vid_cap()
885 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_s_fmt_vid_out()
941 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_reqbufs()
961 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_qbuf()
972 struct coda_ctx *ctx = fh_to_ctx(priv); in coda_dqbuf()
1000 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_g_selection()
1046 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_s_selection()
1090 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_try_encoder_cmd()
1112 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_encoder_cmd()
1148 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_try_decoder_cmd()
1204 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_decoder_cmd()
1283 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_enum_framesizes()
1319 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_enum_frameintervals()
1350 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_g_parm()
1433 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_s_parm()
1451 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_subscribe_event()
2725 struct coda_ctx *ctx = fh_to_ctx(file->private_data); in coda_release()