Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/qcom/camss/
Dcamss-vfe-170.c418 struct vfe_device *vfe = to_vfe(line); in vfe_get_output()
457 struct vfe_device *vfe = to_vfe(line); in vfe_enable_output()
513 struct vfe_device *vfe = to_vfe(line); in vfe_disable_output()
550 struct vfe_device *vfe = to_vfe(line); in vfe_enable()
595 struct vfe_device *vfe = to_vfe(line); in vfe_disable()
730 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.c170 struct vfe_device *vfe = to_vfe(line); in vfe_src_pad_code()
392 struct vfe_device *vfe = to_vfe(line); in vfe_put_output()
673 struct vfe_device *vfe = to_vfe(line); in vfe_flush_buffers()
709 struct vfe_device *vfe = to_vfe(line); in vfe_set_power()
737 struct vfe_device *vfe = to_vfe(line); in vfe_set_stream()
1437 vfe = to_vfe(line); in msm_vfe_get_vfe_id()
Dcamss-vfe.h37 #define to_vfe(ptr_line) \ macro