Home
last modified time | relevance | path

Searched defs:vfe (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-680.c18 #define VFE_TOP_IRQn_STATUS(vfe, n) ((vfe_is_lite(vfe) ? 0x1c : 0x44) + (n) * 4) argument
19 #define VFE_TOP_IRQn_MASK(vfe, n) ((vfe_is_lite(vfe) ? 0x24 : 0x34) + (n) * 4) argument
20 #define VFE_TOP_IRQn_CLEAR(vfe, n) ((vfe_is_lite(vfe) ? 0x2c : 0x3c) + (n) * 4) argument
21 #define VFE_IRQ1_SOF(vfe, n) ((vfe_is_lite(vfe) ? BIT(2) : BIT(8)) << ((n) * 2)) argument
22 #define VFE_IRQ1_EOF(vfe, n) ((vfe_is_lite(vfe) ? BIT(3) : BIT(9)) << ((n) * 2)) argument
23 #define VFE_TOP_IRQ_CMD(vfe) (vfe_is_lite(vfe) ? 0x38 : 0x30) argument
27 #define VFE_TOP_DEBUG_11(vfe) (vfe_is_lite(vfe) ? 0x40 : 0xcc) argument
28 #define VFE_TOP_DEBUG_12(vfe) (vfe_is_lite(vfe) ? 0x40 : 0xd0) argument
29 #define VFE_TOP_DEBUG_13(vfe) (vfe_is_lite(vfe) ? 0x40 : 0xd4) argument
31 #define VFE_BUS_IRQn_MASK(vfe, n) ((vfe_is_lite(vfe) ? 0x218 : 0xc18) + (n) * 4) argument
[all …]
H 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() local
102 struct vfe_device *vfe = to_vfe(line); in vfe_gen1_disable() local
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() local
283 struct vfe_device *vfe = to_vfe(line); in vfe_get_output() local
340 struct vfe_device *vfe = to_vfe(line); in vfe_gen1_enable() local
384 static void vfe_output_update_ping_addr(struct vfe_device *vfe, in vfe_output_update_ping_addr()
403 static void vfe_output_update_pong_addr(struct vfe_device *vfe, in vfe_output_update_pong_addr()
[all …]
H A Dcamss-vfe-4-1.c222 static inline void vfe_reg_clr(struct vfe_device *vfe, u32 reg, u32 clr_bits) in vfe_reg_clr()
229 static inline void vfe_reg_set(struct vfe_device *vfe, u32 reg, u32 set_bits) in vfe_reg_set()
236 static void vfe_global_reset(struct vfe_device *vfe) in vfe_global_reset()
251 static void vfe_halt_request(struct vfe_device *vfe) in vfe_halt_request()
257 static void vfe_halt_clear(struct vfe_device *vfe) in vfe_halt_clear()
262 static void vfe_wm_enable(struct vfe_device *vfe, u8 wm, u8 enable) in vfe_wm_enable()
272 static void vfe_wm_frame_based(struct vfe_device *vfe, u8 wm, u8 enable) in vfe_wm_frame_based()
295 static void vfe_wm_line_based(struct vfe_device *vfe, u32 wm, in vfe_wm_line_based()
330 static void vfe_wm_set_framedrop_period(struct vfe_device *vfe, u8 wm, u8 per) in vfe_wm_set_framedrop_period()
346 static void vfe_wm_set_framedrop_pattern(struct vfe_device *vfe, u8 wm, in vfe_wm_set_framedrop_pattern()
[all …]
H A Dcamss-vfe-4-7.c265 static inline void vfe_reg_clr(struct vfe_device *vfe, u32 reg, u32 clr_bits) in vfe_reg_clr()
272 static inline void vfe_reg_set(struct vfe_device *vfe, u32 reg, u32 set_bits) in vfe_reg_set()
279 static void vfe_global_reset(struct vfe_device *vfe) in vfe_global_reset()
299 static void vfe_halt_request(struct vfe_device *vfe) in vfe_halt_request()
305 static void vfe_halt_clear(struct vfe_device *vfe) in vfe_halt_clear()
310 static void vfe_wm_enable(struct vfe_device *vfe, u8 wm, u8 enable) in vfe_wm_enable()
320 static void vfe_wm_frame_based(struct vfe_device *vfe, u8 wm, u8 enable) in vfe_wm_frame_based()
385 static void vfe_wm_line_based(struct vfe_device *vfe, u32 wm, in vfe_wm_line_based()
420 static void vfe_wm_set_framedrop_period(struct vfe_device *vfe, u8 wm, u8 per) in vfe_wm_set_framedrop_period()
436 static void vfe_wm_set_framedrop_pattern(struct vfe_device *vfe, u8 wm, in vfe_wm_set_framedrop_pattern()
[all …]
H A Dcamss-vfe-4-8.c248 static inline void vfe_reg_clr(struct vfe_device *vfe, u32 reg, u32 clr_bits) in vfe_reg_clr()
255 static inline void vfe_reg_set(struct vfe_device *vfe, u32 reg, u32 set_bits) in vfe_reg_set()
262 static void vfe_global_reset(struct vfe_device *vfe) in vfe_global_reset()
282 static void vfe_halt_request(struct vfe_device *vfe) in vfe_halt_request()
288 static void vfe_halt_clear(struct vfe_device *vfe) in vfe_halt_clear()
293 static void vfe_wm_frame_based(struct vfe_device *vfe, u8 wm, u8 enable) in vfe_wm_frame_based()
358 static void vfe_wm_line_based(struct vfe_device *vfe, u32 wm, in vfe_wm_line_based()
393 static void vfe_wm_set_framedrop_period(struct vfe_device *vfe, u8 wm, u8 per) in vfe_wm_set_framedrop_period()
409 static void vfe_wm_set_framedrop_pattern(struct vfe_device *vfe, u8 wm, in vfe_wm_set_framedrop_pattern()
415 static void vfe_wm_set_ub_cfg(struct vfe_device *vfe, u8 wm, in vfe_wm_set_ub_cfg()
[all …]
H A Dcamss-vfe-gen3.c15 #define IS_VFE_690(vfe) \ argument
73 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) in vfe_wm_start()
115 static void vfe_wm_stop(struct vfe_device *vfe, u8 wm) in vfe_wm_stop()
121 static void vfe_wm_update(struct vfe_device *vfe, u8 wm, u32 addr, in vfe_wm_update()
135 static void vfe_reg_update(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_reg_update()
142 static inline void vfe_reg_update_clear(struct vfe_device *vfe, in vfe_reg_update_clear()
155 static void vfe_subdev_init(struct device *dev, struct vfe_device *vfe) in vfe_subdev_init()
160 static void vfe_global_reset(struct vfe_device *vfe) in vfe_global_reset()
171 static int vfe_halt(struct vfe_device *vfe) in vfe_halt()
H A Dcamss-vfe-17x.c177 static inline void vfe_reg_set(struct vfe_device *vfe, u32 reg, u32 set_bits) in vfe_reg_set()
184 static void vfe_global_reset(struct vfe_device *vfe) in vfe_global_reset()
207 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) in vfe_wm_start()
250 static void vfe_wm_stop(struct vfe_device *vfe, u8 wm) in vfe_wm_stop()
256 static void vfe_wm_update(struct vfe_device *vfe, u8 wm, u32 addr, in vfe_wm_update()
267 static void vfe_reg_update(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_reg_update()
280 static inline void vfe_reg_update_clear(struct vfe_device *vfe, in vfe_reg_update_clear()
286 static void vfe_enable_irq_common(struct vfe_device *vfe) in vfe_enable_irq_common()
296 static void vfe_isr_halt_ack(struct vfe_device *vfe) in vfe_isr_halt_ack()
301 static void vfe_isr_read(struct vfe_device *vfe, u32 *status0, u32 *status1) in vfe_isr_read()
[all …]
H A Dcamss-vfe-340.c159 static void vfe_global_reset(struct vfe_device *vfe) in vfe_global_reset()
167 struct vfe_device *vfe = dev; in vfe_isr() local
223 static int vfe_halt(struct vfe_device *vfe) in vfe_halt()
229 static void vfe_enable_irq(struct vfe_device *vfe) in vfe_enable_irq()
238 static void vfe_wm_update(struct vfe_device *vfe, u8 rdi, u32 addr, in vfe_wm_update()
246 static void vfe_wm_start(struct vfe_device *vfe, u8 rdi, struct vfe_line *line) in vfe_wm_start()
274 static void vfe_wm_stop(struct vfe_device *vfe, u8 rdi) in vfe_wm_stop()
288 static void vfe_subdev_init(struct device *dev, struct vfe_device *vfe) in vfe_subdev_init()
293 static void vfe_reg_update(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_reg_update()
299 static void vfe_reg_update_clear(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_reg_update_clear()
H A Dcamss-ispif.c424 u8 vfe, u8 enable) in ispif_select_clk_mux()
482 enum ispif_intf intf, u8 vfe) in ispif_validate_intf_status()
528 enum ispif_intf intf, u8 vfe) in ispif_wait_for_stop()
573 u8 csid, u8 vfe, u8 enable) in ispif_select_csid()
618 u8 cid, u8 vfe, u8 enable) in ispif_select_cid()
659 u8 vfe, u8 enable) in ispif_config_irq()
724 enum ispif_intf intf, u8 cid, u8 vfe, u8 enable) in ispif_config_pack()
772 enum ispif_intf intf, u8 vfe, u8 vc) in ispif_set_intf_cmd()
809 u8 vfe = line->vfe_id; in ispif_set_stream() local
1272 struct vfe_device *vfe; in ispif_get_vfe_id() local
H A Dcamss-vfe-vbif.c20 void vfe_vbif_write_reg(struct vfe_device *vfe, u32 reg, u32 val) in vfe_vbif_write_reg()
25 int vfe_vbif_apply_settings(struct vfe_device *vfe) in vfe_vbif_apply_settings()
/linux/drivers/media/pci/cx23885/
H A Dcx23885-video.c1013 struct vb2_dvb_frontend *vfe; in cx23885_set_freq_via_ops() local
/linux/drivers/media/pci/zoran/
H A Dzoran.h207 struct videocodec *vfe; /* video front end */ member