Searched refs:c3_isp_device (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/platform/amlogic/c3/isp/ |
| H 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 320 void c3_isp_write(struct c3_isp_device *isp, u32 reg, u32 val); 321 void c3_isp_update_bits(struct c3_isp_device *isp, u32 reg, u32 mask, u32 val); 323 void c3_isp_core_queue_sof(struct c3_isp_device *isp); [all …]
|
| H 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() 31 void c3_isp_update_bits(struct c3_isp_device *isp, u32 reg, u32 mask, u32 val) in c3_isp_update_bits() 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() [all …]
|
| H A D | c3-isp-params.c | 53 typedef void (*c3_isp_block_handler)(struct c3_isp_device *isp, 61 static void c3_isp_params_cfg_awb_gains(struct c3_isp_device *isp, in c3_isp_params_cfg_awb_gains() 95 static void c3_isp_params_awb_wt(struct c3_isp_device *isp, in c3_isp_params_awb_wt() 134 static void c3_isp_params_awb_cood(struct c3_isp_device *isp, in c3_isp_params_awb_cood() 151 static void c3_isp_params_cfg_awb_config(struct c3_isp_device *isp, in c3_isp_params_cfg_awb_config() 211 static void c3_isp_params_ae_wt(struct c3_isp_device *isp, in c3_isp_params_ae_wt() 251 static void c3_isp_params_ae_cood(struct c3_isp_device *isp, in c3_isp_params_ae_cood() 268 static void c3_isp_params_cfg_ae_config(struct c3_isp_device *isp, in c3_isp_params_cfg_ae_config() 309 static void c3_isp_params_af_cood(struct c3_isp_device *isp, in c3_isp_params_af_cood() 326 static void c3_isp_params_cfg_af_config(struct c3_isp_device *isp, in c3_isp_params_cfg_af_config() [all …]
|
| H 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()
|
| H 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()
|
| H 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()
|
| H 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()
|