Lines Matching refs:WARN_ON_ONCE
100 WARN_ON_ONCE(prepare_owner != NULL); in clk_prepare_lock()
101 WARN_ON_ONCE(prepare_refcnt != 0); in clk_prepare_lock()
108 WARN_ON_ONCE(prepare_owner != current); in clk_prepare_unlock()
109 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()
140 WARN_ON_ONCE(enable_owner != current); in clk_enable_unlock()
141 WARN_ON_ONCE(enable_refcnt == 0); in clk_enable_unlock()
2627 WARN_ON_ONCE(1); in clk_nodrv_disable_unprepare()
2658 if (!clk || WARN_ON_ONCE(IS_ERR(clk))) in clk_unregister()
2776 if (!clk || WARN_ON_ONCE(IS_ERR(clk))) in __clk_put()