Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-gen3.c73 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) in vfe_wm_start() function
189 .vfe_wm_start = vfe_wm_start,
H A Dcamss-vfe-680.c155 static void vfe_wm_start(struct vfe_device *vfe, u8 rdi, struct vfe_line *line) in vfe_wm_start() function
238 .vfe_wm_start = vfe_wm_start,
H A Dcamss-vfe-340.c246 static void vfe_wm_start(struct vfe_device *vfe, u8 rdi, struct vfe_line *line) in vfe_wm_start() function
314 .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