kernel/drivers/media/platform/rockchip/cif/hw.h
.. .. @@ -116,6 +116,8 @@ 116 116 struct mutex dev_lock; 117 117 struct rkcif_hw_timer hw_timer; 118 118 struct rkcif_reset_info reset_info; 119 + spinlock_t spin_lock;120 + bool reset_work_cancel;119 121 }; 120 122 121 123 void rkcif_hw_soft_reset(struct rkcif_hw *cif_hw, bool is_rst_iommu);