Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/qcom/camss/
Dcamss-vfe-480.c234 struct vfe_device *vfe = to_vfe(line); in vfe_get_output()
273 struct vfe_device *vfe = to_vfe(line); in vfe_enable_output()
316 struct vfe_device *vfe = to_vfe(line); in vfe_disable_output()
353 struct vfe_device *vfe = to_vfe(line); in vfe_enable()
398 struct vfe_device *vfe = to_vfe(line); in vfe_disable()
523 struct vfe_device *vfe = to_vfe(line); in vfe_queue_buffer()
Dcamss-vfe-170.c404 struct vfe_device *vfe = to_vfe(line); in vfe_get_output()
443 struct vfe_device *vfe = to_vfe(line); in vfe_enable_output()
499 struct vfe_device *vfe = to_vfe(line); in vfe_disable_output()
536 struct vfe_device *vfe = to_vfe(line); in vfe_enable()
581 struct vfe_device *vfe = to_vfe(line); in vfe_disable()
716 struct vfe_device *vfe = to_vfe(line); in vfe_queue_buffer()
Dcamss-vfe-gen1.c38 struct vfe_device *vfe = to_vfe(line); in vfe_disable_output()
102 struct vfe_device *vfe = to_vfe(line); in vfe_gen1_disable()
170 struct vfe_device *vfe = to_vfe(line); in vfe_enable_output()
282 struct vfe_device *vfe = to_vfe(line); in vfe_get_output()
339 struct vfe_device *vfe = to_vfe(line); in vfe_gen1_enable()
691 struct vfe_device *vfe = to_vfe(line); in vfe_queue_buffer()
Dcamss-vfe.c171 struct vfe_device *vfe = to_vfe(line); in vfe_src_pad_code()
394 struct vfe_device *vfe = to_vfe(line); in vfe_put_output()
677 struct vfe_device *vfe = to_vfe(line); in vfe_flush_buffers()
713 struct vfe_device *vfe = to_vfe(line); in vfe_set_power()
739 struct vfe_device *vfe = to_vfe(line); in vfe_set_stream()
1438 vfe = to_vfe(line); in msm_vfe_get_vfe_id()
Dcamss-vfe.h37 #define to_vfe(ptr_line) \ macro