b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | #ifndef _POWER_DOMAIN_ISP_H |
2 | #define _POWER_DOMAIN_ISP_H | ||||
3 | /* | ||||
4 | * gc, vpu, isp will access the same regsiter to pwr on/off, | ||||
5 | * add spinlock to protect the sequence | ||||
6 | */ | ||||
7 | extern spinlock_t gc_vpu_isp_pwr_lock; | ||||
8 | |||||
9 | int isp_pwr_ctrl(void *dev, int on); | ||||
10 | |||||
11 | #endif |