Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-780.c137 static int vfe_halt(struct vfe_device *vfe) in vfe_halt() function
154 .vfe_halt = vfe_halt,
H A Dcamss-vfe-480.c224 static int vfe_halt(struct vfe_device *vfe) in vfe_halt() function
291 .vfe_halt = vfe_halt,
H A Dcamss-vfe-17x.c380 static int vfe_halt(struct vfe_device *vfe) in vfe_halt() function
590 .vfe_halt = vfe_halt,
H A Dcamss-vfe.h115 int (*vfe_halt)(struct vfe_device *vfe); member
H A Dcamss-vfe-4-1.c1006 .vfe_halt = vfe_gen1_halt,
H A Dcamss-vfe-4-7.c1158 .vfe_halt = vfe_gen1_halt,
H A Dcamss-vfe-4-8.c1148 .vfe_halt = vfe_gen1_halt,
H A Dcamss-vfe.c1131 vfe->res->hw_ops->vfe_halt(vfe); in vfe_put()