Searched defs:to_ctx (Results 1 – 4 of 4) sorted by relevance
31 #define to_ctx(ctx) ((struct delta_mjpeg_ctx *)(ctx)->priv) macro
26 #define to_ctx(hdl) ((struct delta_ipc_ctx *)hdl) macro
27 #define to_ctx(__fh) container_of(__fh, struct delta_ctx, fh) macro
94 static struct qcom_iommu_ctx * to_ctx(struct iommu_fwspec *fwspec, unsigned asid) in to_ctx() function