Home
last modified time | relevance | path

Searched refs:vfe_wm_start (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-780.c53 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) in vfe_wm_start() function
155 .vfe_wm_start = vfe_wm_start,
H A Dcamss-vfe-480.c99 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) in vfe_wm_start() function
293 .vfe_wm_start = vfe_wm_start,
H A Dcamss-vfe-17x.c207 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) in vfe_wm_start() function
592 .vfe_wm_start = vfe_wm_start,
H A Dcamss-vfe.h117 void (*vfe_wm_start)(struct vfe_device *vfe, u8 wm, member
H A Dcamss-vfe.c538 ops->vfe_wm_start(vfe, output->wm_idx[0], line); in vfe_enable_output_v2()