Lines Matching refs:WARN_ON_ONCE
102 WARN_ON_ONCE(prepare_owner != NULL); in clk_prepare_lock()
103 WARN_ON_ONCE(prepare_refcnt != 0); in clk_prepare_lock()
110 WARN_ON_ONCE(prepare_owner != current); in clk_prepare_unlock()
111 WARN_ON_ONCE(prepare_refcnt == 0); in clk_prepare_unlock()
130 WARN_ON_ONCE(enable_owner != NULL); in clk_enable_lock()
131 WARN_ON_ONCE(enable_refcnt != 0); in clk_enable_lock()
139 WARN_ON_ONCE(enable_owner != current); in clk_enable_unlock()
140 WARN_ON_ONCE(enable_refcnt == 0); in clk_enable_unlock()
2603 WARN_ON_ONCE(1); in clk_nodrv_disable_unprepare()
2634 if (!clk || WARN_ON_ONCE(IS_ERR(clk))) in clk_unregister()
2752 if (!clk || WARN_ON_ONCE(IS_ERR(clk))) in __clk_put()