Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/qcom/camss/
Dcamss-vfe.h116 int (*vfe_enable)(struct vfe_line *line); member
Dcamss-vfe-170.c548 static int vfe_enable(struct vfe_line *line) in vfe_enable() function
783 .vfe_enable = vfe_enable,
Dcamss-vfe-4-1.c1016 .vfe_enable = vfe_gen1_enable,
Dcamss-vfe-4-7.c1208 .vfe_enable = vfe_gen1_enable,
Dcamss-vfe-4-8.c1192 .vfe_enable = vfe_gen1_enable,
Dcamss-vfe.c741 ret = vfe->ops->vfe_enable(line); in vfe_set_stream()