Home
last modified time | relevance | path

Searched refs:rkispp_hw_dev (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dfec.h10 struct rkispp_hw_dev *hw;
19 int rkispp_register_fec(struct rkispp_hw_dev *hw);
20 void rkispp_unregister_fec(struct rkispp_hw_dev *hw);
21 void rkispp_fec_irq(struct rkispp_hw_dev *hw);
23 static inline int rkispp_register_fec(struct rkispp_hw_dev *hw) { return 0; } in rkispp_register_fec()
24 static inline void rkispp_unregister_fec(struct rkispp_hw_dev *hw) { } in rkispp_unregister_fec()
25 static inline void rkispp_fec_irq(struct rkispp_hw_dev *hw) { } in rkispp_fec_irq()
H A Dcommon.c164 struct rkispp_hw_dev *hw; in rkispp_attach_hw()
196 static int rkispp_init_regbuf(struct rkispp_hw_dev *hw) in rkispp_init_regbuf()
224 static void rkispp_free_regbuf(struct rkispp_hw_dev *hw) in rkispp_free_regbuf()
232 static int rkispp_find_regbuf_by_stat(struct rkispp_hw_dev *hw, struct rkisp_ispp_reg **free_buf, in rkispp_find_regbuf_by_stat()
256 static void rkispp_free_pool(struct rkispp_hw_dev *hw) in rkispp_free_pool()
287 static int rkispp_init_pool(struct rkispp_hw_dev *hw, struct rkisp_ispp_buf *dbufs) in rkispp_init_pool()
339 static void rkispp_queue_dmabuf(struct rkispp_hw_dev *hw, struct rkisp_ispp_buf *dbufs) in rkispp_queue_dmabuf()
383 struct rkispp_hw_dev *hw = ispp->hw_dev; in rkispp_event_handle()
411 struct rkispp_hw_dev *hw = dev->hw_dev; in rkispp_alloc_page_dummy_buf()
472 struct rkispp_hw_dev *hw = dev->hw_dev; in rkispp_alloc_common_dummy_buf()
[all …]
H A Dhw.c42 void rkispp_soft_reset(struct rkispp_hw_dev *hw) in rkispp_soft_reset()
137 static void disable_sys_clk(struct rkispp_hw_dev *dev) in disable_sys_clk()
145 static int enable_sys_clk(struct rkispp_hw_dev *dev) in enable_sys_clk()
182 struct rkispp_hw_dev *hw_dev = dev_get_drvdata(dev); in irq_hdl()
299 struct rkispp_hw_dev *hw_dev; in rkispp_hw_probe()
428 struct rkispp_hw_dev *hw_dev = platform_get_drvdata(pdev); in rkispp_hw_remove()
438 struct rkispp_hw_dev *hw_dev = platform_get_drvdata(pdev); in rkispp_hw_shutdown()
451 struct rkispp_hw_dev *hw_dev = dev_get_drvdata(dev); in rkispp_runtime_suspend()
460 struct rkispp_hw_dev *hw_dev = dev_get_drvdata(dev); in rkispp_runtime_resume()
H A Dhw.h28 struct rkispp_hw_dev { struct
66 void rkispp_soft_reset(struct rkispp_hw_dev *hw_dev); argument
H A Ddev.h36 struct rkispp_hw_dev *hw_dev;
H A Dfec.c403 void rkispp_fec_irq(struct rkispp_hw_dev *hw) in rkispp_fec_irq()
412 int rkispp_register_fec(struct rkispp_hw_dev *hw) in rkispp_register_fec()
450 void rkispp_unregister_fec(struct rkispp_hw_dev *hw) in rkispp_unregister_fec()
H A Dstream_v20.c64 struct rkispp_hw_dev *hw = dev->hw_dev; in config_fec()
H A Dstream_v10.c260 struct rkispp_hw_dev *hw = dev->hw_dev; in config_tnr()
467 struct rkispp_hw_dev *hw = dev->hw_dev; in config_nr_shp()
H A Dstream.c1028 struct rkispp_hw_dev *hw = dev->hw_dev; in rkispp_stop_streaming()
1074 struct rkispp_hw_dev *hw = dev->hw_dev; in rkispp_start_streaming()