Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/qcom/camss/
Dcamss-vfe.h117 int (*vfe_halt)(struct vfe_device *vfe); member
Dcamss-vfe-170.c400 static int vfe_halt(struct vfe_device *vfe) in vfe_halt() function
784 .vfe_halt = vfe_halt,
Dcamss-vfe-4-1.c1017 .vfe_halt = vfe_gen1_halt,
Dcamss-vfe-4-7.c1209 .vfe_halt = vfe_gen1_halt,
Dcamss-vfe-4-8.c1193 .vfe_halt = vfe_gen1_halt,
Dcamss-vfe.c646 vfe->ops->vfe_halt(vfe); in vfe_put()