Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/qcom/camss/
Dcamss-vfe-480.c351 static int vfe_enable(struct vfe_line *line) in vfe_enable() function
562 .vfe_enable = vfe_enable,
Dcamss-vfe-170.c534 static int vfe_enable(struct vfe_line *line) in vfe_enable() function
769 .vfe_enable = vfe_enable,
Dcamss-vfe.h116 int (*vfe_enable)(struct vfe_line *line); member
Dcamss-vfe-4-1.c1010 .vfe_enable = vfe_gen1_enable,
Dcamss-vfe-4-7.c1206 .vfe_enable = vfe_gen1_enable,
Dcamss-vfe-4-8.c1191 .vfe_enable = vfe_gen1_enable,
Dcamss-vfe.c743 ret = vfe->ops->vfe_enable(line); in vfe_set_stream()