Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/qcom/camss/
Dcamss-vfe-480.c226 static int vfe_halt(struct vfe_device *vfe) in vfe_halt() function
563 .vfe_halt = vfe_halt,
Dcamss-vfe-170.c396 static int vfe_halt(struct vfe_device *vfe) in vfe_halt() function
770 .vfe_halt = vfe_halt,
Dcamss-vfe.h117 int (*vfe_halt)(struct vfe_device *vfe); member
Dcamss-vfe-4-1.c1011 .vfe_halt = vfe_gen1_halt,
Dcamss-vfe-4-7.c1207 .vfe_halt = vfe_gen1_halt,
Dcamss-vfe-4-8.c1192 .vfe_halt = vfe_gen1_halt,
Dcamss-vfe.c650 vfe->ops->vfe_halt(vfe); in vfe_put()