Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nxp/
H A Dimx-pxp.c203 struct pxp_ctx;
206 u32 (*data_path_ctrl0)(struct pxp_ctx *ctx);
228 struct pxp_ctx { struct
249 static inline struct pxp_ctx *file2ctx(struct file *file) in file2ctx() argument
251 return container_of(file->private_data, struct pxp_ctx, fh); in file2ctx()
254 static struct pxp_q_data *get_q_data(struct pxp_ctx *ctx, in get_q_data()
350 static void pxp_setup_csc(struct pxp_ctx *ctx) in pxp_setup_csc()
761 static u32 pxp_imx6ull_data_path_ctrl0(struct pxp_ctx *ctx) in pxp_imx6ull_data_path_ctrl0()
791 static u32 pxp_imx7d_data_path_ctrl0(struct pxp_ctx *ctx) in pxp_imx7d_data_path_ctrl0()
822 static void pxp_set_data_path(struct pxp_ctx *ctx) in pxp_set_data_path()
[all …]