Searched refs:c3_isp_device (Results 1 – 7 of 7) sorted by relevance
| /drivers/media/platform/amlogic/c3/isp/ |
| A D | c3-isp-common.h | 158 struct c3_isp_device *isp; 176 struct c3_isp_device *isp; 200 struct c3_isp_device *isp; 227 struct c3_isp_device *isp; 257 struct c3_isp_device *isp; 299 struct c3_isp_device { struct 319 u32 c3_isp_read(struct c3_isp_device *isp, u32 reg); argument 324 int c3_isp_core_register(struct c3_isp_device *isp); 330 void c3_isp_captures_isr(struct c3_isp_device *isp); 334 void c3_isp_stats_isr(struct c3_isp_device *isp); [all …]
|
| A D | c3-isp-dev.c | 21 u32 c3_isp_read(struct c3_isp_device *isp, u32 reg) in c3_isp_read() 26 void c3_isp_write(struct c3_isp_device *isp, u32 reg, u32 val) in c3_isp_write() 47 struct c3_isp_device *isp = dev_get_drvdata(dev); in c3_isp_runtime_suspend() 57 struct c3_isp_device *isp = dev_get_drvdata(dev); in c3_isp_runtime_resume() 72 struct c3_isp_device *isp = dev; in c3_isp_irq_handler() 97 struct c3_isp_device *isp = in c3_isp_notify_bound() 98 container_of(notifier, struct c3_isp_device, notifier); in c3_isp_notify_bound() 108 struct c3_isp_device *isp = in c3_isp_notify_complete() 109 container_of(notifier, struct c3_isp_device, notifier); in c3_isp_notify_complete() 301 static int c3_isp_get_clocks(struct c3_isp_device *isp) in c3_isp_get_clocks() [all …]
|
| A D | c3-isp-params.c | 51 typedef void (*c3_isp_block_handler)(struct c3_isp_device *isp, 98 static void c3_isp_params_awb_wt(struct c3_isp_device *isp, in c3_isp_params_awb_wt() 137 static void c3_isp_params_awb_cood(struct c3_isp_device *isp, in c3_isp_params_awb_cood() 214 static void c3_isp_params_ae_wt(struct c3_isp_device *isp, in c3_isp_params_ae_wt() 254 static void c3_isp_params_ae_cood(struct c3_isp_device *isp, in c3_isp_params_ae_cood() 312 static void c3_isp_params_af_cood(struct c3_isp_device *isp, in c3_isp_params_af_cood() 403 static void c3_isp_params_cfg_ccm(struct c3_isp_device *isp, in c3_isp_params_cfg_ccm() 584 void c3_isp_params_pre_cfg(struct c3_isp_device *isp) in c3_isp_params_pre_cfg() 913 int c3_isp_params_register(struct c3_isp_device *isp) in c3_isp_params_register() 978 void c3_isp_params_unregister(struct c3_isp_device *isp) in c3_isp_params_unregister() [all …]
|
| A D | c3-isp-core.c | 168 static void c3_isp_core_enable(struct c3_isp_device *isp) in c3_isp_core_enable() 180 static void c3_isp_core_disable(struct c3_isp_device *isp) in c3_isp_core_disable() 193 static void c3_isp_core_lswb_ofst(struct c3_isp_device *isp, in c3_isp_core_lswb_ofst() 219 static void c3_isp_core_3a_ofst(struct c3_isp_device *isp, in c3_isp_core_3a_ofst() 239 static void c3_isp_core_dms_ofst(struct c3_isp_device *isp, in c3_isp_core_dms_ofst() 250 static void c3_isp_core_cfg_format(struct c3_isp_device *isp, in c3_isp_core_cfg_format() 576 void c3_isp_core_queue_sof(struct c3_isp_device *isp) in c3_isp_core_queue_sof() 586 int c3_isp_core_register(struct c3_isp_device *isp) in c3_isp_core_register() 633 void c3_isp_core_unregister(struct c3_isp_device *isp) in c3_isp_core_unregister()
|
| A D | c3-isp-stats.c | 54 void c3_isp_stats_pre_cfg(struct c3_isp_device *isp) in c3_isp_stats_pre_cfg() 236 int c3_isp_stats_register(struct c3_isp_device *isp) in c3_isp_stats_register() 302 void c3_isp_stats_unregister(struct c3_isp_device *isp) in c3_isp_stats_unregister() 312 void c3_isp_stats_isr(struct c3_isp_device *isp) in c3_isp_stats_isr()
|
| A D | c3-isp-capture.c | 743 int c3_isp_captures_register(struct c3_isp_device *isp) in c3_isp_captures_register() 782 void c3_isp_captures_unregister(struct c3_isp_device *isp) in c3_isp_captures_unregister() 799 void c3_isp_captures_isr(struct c3_isp_device *isp) in c3_isp_captures_isr()
|
| A D | c3-isp-resizer.c | 861 int c3_isp_resizers_register(struct c3_isp_device *isp) in c3_isp_resizers_register() 884 void c3_isp_resizers_unregister(struct c3_isp_device *isp) in c3_isp_resizers_unregister()
|
Completed in 18 milliseconds