Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/qcom/camss/
Dcamss-vfe-gen1.h16 struct vfe_device;
21 void (*bus_connect_wm_to_rdi)(struct vfe_device *vfe, u8 wm, enum vfe_line_id id);
22 void (*bus_disconnect_wm_from_rdi)(struct vfe_device *vfe, u8 wm, enum vfe_line_id id);
23 void (*bus_enable_wr_if)(struct vfe_device *vfe, u8 enable);
24 void (*bus_reload_wm)(struct vfe_device *vfe, u8 wm);
25 int (*camif_wait_for_stop)(struct vfe_device *vfe, struct device *dev);
26 void (*enable_irq_common)(struct vfe_device *vfe);
27 void (*enable_irq_wm_line)(struct vfe_device *vfe, u8 wm, enum vfe_line_id line_id,
29 void (*enable_irq_pix_line)(struct vfe_device *vfe, u8 comp, enum vfe_line_id line_id,
32 void (*halt_clear)(struct vfe_device *vfe);
[all …]
Dcamss-vfe.h38 container_of(vfe_line_array(ptr_line), struct vfe_device, line)
101 struct vfe_device;
104 void (*enable_irq_common)(struct vfe_device *vfe);
105 void (*global_reset)(struct vfe_device *vfe);
106 u32 (*hw_version)(struct vfe_device *vfe);
108 void (*isr_read)(struct vfe_device *vfe, u32 *value0, u32 *value1);
109 void (*pm_domain_off)(struct vfe_device *vfe);
110 int (*pm_domain_on)(struct vfe_device *vfe);
111 void (*reg_update)(struct vfe_device *vfe, enum vfe_line_id line_id);
112 void (*reg_update_clear)(struct vfe_device *vfe,
[all …]
Dcamss-vfe-480.c28 static inline int reg_update_rdi(struct vfe_device *vfe, int n) in reg_update_rdi()
51 static inline int bus_irq_mask_0_rdi_rup(struct vfe_device *vfe, int n) in bus_irq_mask_0_rdi_rup()
57 static inline int bus_irq_mask_0_comp_done(struct vfe_device *vfe, int n) in bus_irq_mask_0_comp_done()
97 static u32 vfe_hw_version(struct vfe_device *vfe) in vfe_hw_version()
110 static void vfe_global_reset(struct vfe_device *vfe) in vfe_global_reset()
116 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) in vfe_wm_start()
147 static void vfe_wm_stop(struct vfe_device *vfe, u8 wm) in vfe_wm_stop()
153 static void vfe_wm_update(struct vfe_device *vfe, u8 wm, u32 addr, in vfe_wm_update()
160 static void vfe_reg_update(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_reg_update()
166 static inline void vfe_reg_update_clear(struct vfe_device *vfe, in vfe_reg_update_clear()
[all …]
Dcamss-vfe-4-1.c213 static u32 vfe_hw_version(struct vfe_device *vfe) in vfe_hw_version()
230 static inline void vfe_reg_clr(struct vfe_device *vfe, u32 reg, u32 clr_bits) in vfe_reg_clr()
237 static inline void vfe_reg_set(struct vfe_device *vfe, u32 reg, u32 set_bits) in vfe_reg_set()
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()
270 static void vfe_wm_enable(struct vfe_device *vfe, u8 wm, u8 enable) in vfe_wm_enable()
280 static void vfe_wm_frame_based(struct vfe_device *vfe, u8 wm, u8 enable) in vfe_wm_frame_based()
303 static void vfe_wm_line_based(struct vfe_device *vfe, u32 wm, in vfe_wm_line_based()
338 static void vfe_wm_set_framedrop_period(struct vfe_device *vfe, u8 wm, u8 per) in vfe_wm_set_framedrop_period()
[all …]
Dcamss-vfe-4-7.c257 static u32 vfe_hw_version(struct vfe_device *vfe) in vfe_hw_version()
276 static inline void vfe_reg_clr(struct vfe_device *vfe, u32 reg, u32 clr_bits) in vfe_reg_clr()
283 static inline void vfe_reg_set(struct vfe_device *vfe, u32 reg, u32 set_bits) in vfe_reg_set()
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()
321 static void vfe_wm_enable(struct vfe_device *vfe, u8 wm, u8 enable) in vfe_wm_enable()
331 static void vfe_wm_frame_based(struct vfe_device *vfe, u8 wm, u8 enable) in vfe_wm_frame_based()
396 static void vfe_wm_line_based(struct vfe_device *vfe, u32 wm, in vfe_wm_line_based()
431 static void vfe_wm_set_framedrop_period(struct vfe_device *vfe, u8 wm, u8 per) in vfe_wm_set_framedrop_period()
[all …]
Dcamss-vfe-4-8.c250 static u32 vfe_hw_version(struct vfe_device *vfe) in vfe_hw_version()
259 static inline void vfe_reg_clr(struct vfe_device *vfe, u32 reg, u32 clr_bits) in vfe_reg_clr()
266 static inline void vfe_reg_set(struct vfe_device *vfe, u32 reg, u32 set_bits) in vfe_reg_set()
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()
304 static void vfe_wm_frame_based(struct vfe_device *vfe, u8 wm, u8 enable) in vfe_wm_frame_based()
369 static void vfe_wm_line_based(struct vfe_device *vfe, u32 wm, in vfe_wm_line_based()
404 static void vfe_wm_set_framedrop_period(struct vfe_device *vfe, u8 wm, u8 per) in vfe_wm_set_framedrop_period()
420 static void vfe_wm_set_framedrop_pattern(struct vfe_device *vfe, u8 wm, in vfe_wm_set_framedrop_pattern()
[all …]
Dcamss-vfe-170.c180 static u32 vfe_hw_version(struct vfe_device *vfe) in vfe_hw_version()
194 static inline void vfe_reg_set(struct vfe_device *vfe, u32 reg, u32 set_bits) in vfe_reg_set()
201 static void vfe_global_reset(struct vfe_device *vfe) in vfe_global_reset()
223 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) in vfe_wm_start()
266 static void vfe_wm_stop(struct vfe_device *vfe, u8 wm) in vfe_wm_stop()
272 static void vfe_wm_update(struct vfe_device *vfe, u8 wm, u32 addr, in vfe_wm_update()
283 static void vfe_reg_update(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_reg_update()
296 static inline void vfe_reg_update_clear(struct vfe_device *vfe, in vfe_reg_update_clear()
302 static void vfe_enable_irq_common(struct vfe_device *vfe) in vfe_enable_irq_common()
312 static void vfe_isr_halt_ack(struct vfe_device *vfe) in vfe_isr_halt_ack()
[all …]
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()
383 static void vfe_output_update_ping_addr(struct vfe_device *vfe, in vfe_output_update_ping_addr()
402 static void vfe_output_update_pong_addr(struct vfe_device *vfe, in vfe_output_update_pong_addr()
[all …]
Dcamss-vfe.c171 struct vfe_device *vfe = to_vfe(line); in vfe_src_pad_code()
288 int vfe_reset(struct vfe_device *vfe) in vfe_reset()
306 static void vfe_init_outputs(struct vfe_device *vfe) in vfe_init_outputs()
320 static void vfe_reset_output_maps(struct vfe_device *vfe) in vfe_reset_output_maps()
328 int vfe_reserve_wm(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_reserve_wm()
344 int vfe_release_wm(struct vfe_device *vfe, u8 wm) in vfe_release_wm()
394 struct vfe_device *vfe = to_vfe(line); in vfe_put_output()
415 void vfe_isr_comp_done(struct vfe_device *vfe, u8 comp) in vfe_isr_comp_done()
426 void vfe_isr_reset_ack(struct vfe_device *vfe) in vfe_isr_reset_ack()
437 static int vfe_set_clock_rates(struct vfe_device *vfe) in vfe_set_clock_rates()
[all …]
Dcamss.h102 struct vfe_device *vfe;
Dcamss.c1008 struct vfe_device *vfe = &camss->vfe[id]; in camss_pm_domain_on()
1019 struct vfe_device *vfe = &camss->vfe[id]; in camss_pm_domain_off()
Dcamss-csid.c161 struct vfe_device *vfe = &camss->vfe[csid->id]; in csid_set_power()