Home
last modified time | relevance | path

Searched refs:vfe_wm_stop (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-480.c145 static void vfe_wm_stop(struct vfe_device *vfe, u8 wm) in vfe_wm_stop() function
506 .vfe_wm_stop = vfe_wm_stop,
H A Dcamss-vfe-17x.c266 static void vfe_wm_stop(struct vfe_device *vfe, u8 wm) in vfe_wm_stop() function
698 .vfe_wm_stop = vfe_wm_stop,
H A Dcamss-vfe.h117 void (*vfe_wm_stop)(struct vfe_device *vfe, u8 wm); member
H A Dcamss-vfe.c536 vfe->res->hw_ops->vfe_wm_stop(vfe, output->wm_idx[i]); in vfe_disable_output()