Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/sti/delta/
Ddelta-mjpeg-dec.c31 #define to_ctx(ctx) ((struct delta_mjpeg_ctx *)(ctx)->priv) macro
Ddelta-ipc.c26 #define to_ctx(hdl) ((struct delta_ipc_ctx *)hdl) macro
Ddelta-v4l2.c27 #define to_ctx(__fh) container_of(__fh, struct delta_ctx, fh) macro
/Linux-v4.19/drivers/iommu/
Dqcom_iommu.c94 static struct qcom_iommu_ctx * to_ctx(struct iommu_fwspec *fwspec, unsigned asid) in to_ctx() function