Home
last modified time | relevance | path

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

/drivers/media/platform/qcom/camss/
Dcamss-vfe-170.c407 struct vfe_device *vfe = to_vfe(line); in vfe_get_output()
446 struct vfe_device *vfe = to_vfe(line); in vfe_enable_output()
502 struct vfe_device *vfe = to_vfe(line); in vfe_disable_output()
524 struct vfe_device *vfe = to_vfe(line); in vfe_enable()
569 struct vfe_device *vfe = to_vfe(line); in vfe_disable()
704 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()
674 struct vfe_device *vfe = to_vfe(line); in vfe_flush_buffers()
710 struct vfe_device *vfe = to_vfe(line); in vfe_set_power()
738 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