/linux-6.12.1/drivers/media/platform/qcom/camss/ |
D | camss-vfe-gen1.h | 16 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 …]
|
D | camss-vfe.h | 38 container_of(vfe_line_array(ptr_line), struct vfe_device, line) 99 struct vfe_device; 102 void (*enable_irq_common)(struct vfe_device *vfe); 103 void (*global_reset)(struct vfe_device *vfe); 104 u32 (*hw_version)(struct vfe_device *vfe); 106 void (*isr_read)(struct vfe_device *vfe, u32 *value0, u32 *value1); 107 void (*pm_domain_off)(struct vfe_device *vfe); 108 int (*pm_domain_on)(struct vfe_device *vfe); 109 void (*reg_update)(struct vfe_device *vfe, enum vfe_line_id line_id); 110 void (*reg_update_clear)(struct vfe_device *vfe, [all …]
|
D | camss-vfe-4-1.c | 213 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 …]
|
D | camss-vfe-480.c | 24 static inline int reg_update_rdi(struct vfe_device *vfe, int n) in reg_update_rdi() 47 static inline int bus_irq_mask_0_rdi_rup(struct vfe_device *vfe, int n) in bus_irq_mask_0_rdi_rup() 53 static inline int bus_irq_mask_0_comp_done(struct vfe_device *vfe, int n) in bus_irq_mask_0_comp_done() 95 static u32 vfe_hw_version(struct vfe_device *vfe) in vfe_hw_version() 108 static void vfe_global_reset(struct vfe_device *vfe) in vfe_global_reset() 114 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) in vfe_wm_start() 145 static void vfe_wm_stop(struct vfe_device *vfe, u8 wm) in vfe_wm_stop() 151 static void vfe_wm_update(struct vfe_device *vfe, u8 wm, u32 addr, in vfe_wm_update() 158 static void vfe_reg_update(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_reg_update() 164 static inline void vfe_reg_update_clear(struct vfe_device *vfe, in vfe_reg_update_clear() [all …]
|
D | camss-vfe-4-8.c | 250 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 …]
|
D | camss-vfe-4-7.c | 257 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 …]
|
D | camss-vfe-17x.c | 179 static u32 vfe_hw_version(struct vfe_device *vfe) in vfe_hw_version() 193 static inline void vfe_reg_set(struct vfe_device *vfe, u32 reg, u32 set_bits) in vfe_reg_set() 200 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 …]
|
D | camss-vfe-gen1.c | 18 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 …]
|
D | camss-vfe.c | 284 struct vfe_device *vfe = to_vfe(line); in vfe_src_pad_code() 405 int vfe_reset(struct vfe_device *vfe) in vfe_reset() 423 static void vfe_init_outputs(struct vfe_device *vfe) in vfe_init_outputs() 437 static void vfe_reset_output_maps(struct vfe_device *vfe) in vfe_reset_output_maps() 445 int vfe_reserve_wm(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_reserve_wm() 461 int vfe_release_wm(struct vfe_device *vfe, u8 wm) in vfe_release_wm() 511 struct vfe_device *vfe = to_vfe(line); in vfe_put_output() 529 struct vfe_device *vfe = to_vfe(line); in vfe_disable_output() 551 struct vfe_device *vfe = to_vfe(line); in vfe_disable() 575 void vfe_isr_comp_done(struct vfe_device *vfe, u8 comp) in vfe_isr_comp_done() [all …]
|
D | camss.h | 112 struct vfe_device *vfe;
|
D | camss.c | 1623 struct vfe_device *vfe = &camss->vfe[id]; in camss_pm_domain_on() 1634 struct vfe_device *vfe = &camss->vfe[id]; in camss_pm_domain_off() 1645 struct vfe_device *vfe = &camss->vfe[id]; in vfe_parent_dev_ops_get() 1656 struct vfe_device *vfe = &camss->vfe[id]; in vfe_parent_dev_ops_put() 1668 struct vfe_device *vfe = &camss->vfe[id]; in vfe_parent_dev_ops_get_base_address()
|
D | camss-ispif.c | 1263 struct vfe_device *vfe; in ispif_get_vfe_id()
|