Home
last modified time | relevance | path

Searched refs:vfe_device (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/media/platform/qcom/camss/
A Dcamss-vfe-gen1.h16 struct vfe_device;
24 void (*bus_reload_wm)(struct vfe_device *vfe, u8 wm);
26 void (*enable_irq_common)(struct vfe_device *vfe);
32 void (*halt_clear)(struct vfe_device *vfe);
33 void (*halt_request)(struct vfe_device *vfe);
35 void (*set_camif_cmd)(struct vfe_device *vfe, u8 enable);
37 void (*set_clamp_cfg)(struct vfe_device *vfe);
40 void (*set_ds)(struct vfe_device *vfe);
45 void (*set_qos)(struct vfe_device *vfe);
51 void (*wm_set_subsample)(struct vfe_device *vfe, u8 wm);
[all …]
A Dcamss-vfe.h101 struct vfe_device;
105 void (*global_reset)(struct vfe_device *vfe);
106 u32 (*hw_version)(struct vfe_device *vfe);
109 void (*pm_domain_off)(struct vfe_device *vfe);
110 int (*pm_domain_on)(struct vfe_device *vfe);
117 int (*vfe_halt)(struct vfe_device *vfe);
118 void (*violation_read)(struct vfe_device *vfe);
122 void (*reset_ack)(struct vfe_device *vfe);
123 void (*halt_ack)(struct vfe_device *vfe);
130 struct vfe_device { struct
[all …]
A Dcamss-vfe-4-1.c213 static u32 vfe_hw_version(struct vfe_device *vfe) in vfe_hw_version()
244 static void vfe_global_reset(struct vfe_device *vfe) in vfe_global_reset()
259 static void vfe_halt_request(struct vfe_device *vfe) in vfe_halt_request()
265 static void vfe_halt_clear(struct vfe_device *vfe) in vfe_halt_clear()
726 static void vfe_set_clamp_cfg(struct vfe_device *vfe) in vfe_set_clamp_cfg()
741 static void vfe_set_qos(struct vfe_device *vfe) in vfe_set_qos()
756 static void vfe_set_ds(struct vfe_device *vfe) in vfe_set_ds()
875 static void vfe_violation_read(struct vfe_device *vfe) in vfe_violation_read()
891 struct vfe_device *vfe = dev; in vfe_isr()
939 static void vfe_pm_domain_off(struct vfe_device *vfe) in vfe_pm_domain_off()
[all …]
A Dcamss-vfe-4-7.c257 static u32 vfe_hw_version(struct vfe_device *vfe) in vfe_hw_version()
290 static void vfe_global_reset(struct vfe_device *vfe) in vfe_global_reset()
310 static void vfe_halt_request(struct vfe_device *vfe) in vfe_halt_request()
316 static void vfe_halt_clear(struct vfe_device *vfe) in vfe_halt_clear()
880 static void vfe_set_clamp_cfg(struct vfe_device *vfe) in vfe_set_clamp_cfg()
895 static void vfe_set_qos(struct vfe_device *vfe) in vfe_set_qos()
910 static void vfe_set_ds(struct vfe_device *vfe) in vfe_set_ds()
1049 struct vfe_device *vfe = dev; in vfe_isr()
1110 static void vfe_pm_domain_off(struct vfe_device *vfe) in vfe_pm_domain_off()
1126 static int vfe_pm_domain_on(struct vfe_device *vfe) in vfe_pm_domain_on()
[all …]
A Dcamss-vfe-4-8.c250 static u32 vfe_hw_version(struct vfe_device *vfe) in vfe_hw_version()
273 static void vfe_global_reset(struct vfe_device *vfe) in vfe_global_reset()
293 static void vfe_halt_request(struct vfe_device *vfe) in vfe_halt_request()
299 static void vfe_halt_clear(struct vfe_device *vfe) in vfe_halt_clear()
851 static void vfe_set_clamp_cfg(struct vfe_device *vfe) in vfe_set_clamp_cfg()
979 struct vfe_device *vfe = dev; in vfe_isr()
1042 static void vfe_set_qos(struct vfe_device *vfe) in vfe_set_qos()
1059 static void vfe_set_ds(struct vfe_device *vfe) in vfe_set_ds()
1100 static void vfe_pm_domain_off(struct vfe_device *vfe) in vfe_pm_domain_off()
1111 static int vfe_pm_domain_on(struct vfe_device *vfe) in vfe_pm_domain_on()
[all …]
A Dcamss-vfe-170.c180 static u32 vfe_hw_version(struct vfe_device *vfe) in vfe_hw_version()
208 static void vfe_global_reset(struct vfe_device *vfe) in vfe_global_reset()
319 static void vfe_isr_halt_ack(struct vfe_device *vfe) in vfe_isr_halt_ack()
353 struct vfe_device *vfe = dev; in vfe_isr()
403 static int vfe_halt(struct vfe_device *vfe) in vfe_halt()
421 struct vfe_device *vfe = to_vfe(line); in vfe_get_output()
460 struct vfe_device *vfe = to_vfe(line); in vfe_enable_output()
516 struct vfe_device *vfe = to_vfe(line); in vfe_disable_output()
553 struct vfe_device *vfe = to_vfe(line); in vfe_enable()
598 struct vfe_device *vfe = to_vfe(line); in vfe_disable()
[all …]
A Dcamss-vfe-gen1.c18 int vfe_gen1_halt(struct vfe_device *vfe) in vfe_gen1_halt()
38 struct vfe_device *vfe = to_vfe(line); in vfe_disable_output()
102 struct vfe_device *vfe = to_vfe(line); in vfe_gen1_disable()
120 static void vfe_output_init_addrs(struct vfe_device *vfe, in vfe_output_init_addrs()
148 static void vfe_output_frame_drop(struct vfe_device *vfe, in vfe_output_frame_drop()
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()
511 static void vfe_isr_halt_ack(struct vfe_device *vfe) in vfe_isr_halt_ack()
608 static void vfe_isr_wm_done(struct vfe_device *vfe, u8 wm) in vfe_isr_wm_done()
[all …]
A Dcamss-vfe.c170 struct vfe_device *vfe = to_vfe(line); in vfe_src_pad_code()
286 int vfe_reset(struct vfe_device *vfe) in vfe_reset()
342 int vfe_release_wm(struct vfe_device *vfe, u8 wm) in vfe_release_wm()
392 struct vfe_device *vfe = to_vfe(line); in vfe_put_output()
424 void vfe_isr_reset_ack(struct vfe_device *vfe) in vfe_isr_reset_ack()
576 static int vfe_get(struct vfe_device *vfe) in vfe_get()
638 static void vfe_put(struct vfe_device *vfe) in vfe_put()
675 struct vfe_device *vfe = to_vfe(line); in vfe_flush_buffers()
711 struct vfe_device *vfe = to_vfe(line); in vfe_set_power()
737 struct vfe_device *vfe = to_vfe(line); in vfe_set_stream()
[all …]
A Dcamss.h86 struct vfe_device *vfe;
A Dcamss.c805 struct vfe_device *vfe = &camss->vfe[id]; in camss_pm_domain_on()
816 struct vfe_device *vfe = &camss->vfe[id]; in camss_pm_domain_off()

Completed in 35 milliseconds