Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-480.c242 static int vfe_halt(struct vfe_device *vfe) in vfe_halt() function
505 .vfe_halt = vfe_halt,
H A Dcamss-vfe-17x.c396 static int vfe_halt(struct vfe_device *vfe) in vfe_halt() function
696 .vfe_halt = vfe_halt,
H A Dcamss-vfe.h115 int (*vfe_halt)(struct vfe_device *vfe); member
H A Dcamss-vfe-4-1.c1009 .vfe_halt = vfe_gen1_halt,
H A Dcamss-vfe-4-8.c1159 .vfe_halt = vfe_gen1_halt,
H A Dcamss-vfe-4-7.c1169 .vfe_halt = vfe_gen1_halt,
H A Dcamss-vfe.c855 vfe->res->hw_ops->vfe_halt(vfe); in vfe_put()