Lines Matching refs:hwblk
43 int hwblk = ad->hwblk_id; in __platform_pm_runtime_resume() local
46 dev_dbg(d, "__platform_pm_runtime_resume() [%d]\n", hwblk); in __platform_pm_runtime_resume()
49 hwblk_enable(hwblk_info, hwblk); in __platform_pm_runtime_resume()
59 hwblk_disable(hwblk_info, hwblk); in __platform_pm_runtime_resume()
64 hwblk, ret); in __platform_pm_runtime_resume()
73 int hwblk = ad->hwblk_id; in __platform_pm_runtime_suspend() local
76 dev_dbg(d, "__platform_pm_runtime_suspend() [%d]\n", hwblk); in __platform_pm_runtime_suspend()
83 hwblk_enable(hwblk_info, hwblk); in __platform_pm_runtime_suspend()
85 hwblk_disable(hwblk_info, hwblk); in __platform_pm_runtime_suspend()
91 hwblk_cnt_dec(hwblk_info, hwblk, HWBLK_CNT_IDLE); in __platform_pm_runtime_suspend()
96 hwblk, ret); in __platform_pm_runtime_suspend()
147 int hwblk = ad->hwblk_id; in platform_pm_runtime_suspend() local
150 dev_dbg(dev, "platform_pm_runtime_suspend() [%d]\n", hwblk); in platform_pm_runtime_suspend()
153 if (!hwblk) in platform_pm_runtime_suspend()
169 hwblk_disable(hwblk_info, hwblk); in platform_pm_runtime_suspend()
178 hwblk_cnt_inc(hwblk_info, hwblk, HWBLK_CNT_IDLE); in platform_pm_runtime_suspend()
187 hwblk, ret); in platform_pm_runtime_suspend()
196 int hwblk = ad->hwblk_id; in platform_pm_runtime_resume() local
199 dev_dbg(dev, "platform_pm_runtime_resume() [%d]\n", hwblk); in platform_pm_runtime_resume()
202 if (!hwblk) in platform_pm_runtime_resume()
217 hwblk_cnt_dec(hwblk_info, hwblk, HWBLK_CNT_IDLE); in platform_pm_runtime_resume()
232 hwblk, ret); in platform_pm_runtime_resume()
240 int hwblk = pdev->archdata.hwblk_id; in platform_pm_runtime_idle() local
243 dev_dbg(dev, "platform_pm_runtime_idle() [%d]\n", hwblk); in platform_pm_runtime_idle()
246 if (!hwblk) in platform_pm_runtime_idle()
255 dev_dbg(dev, "platform_pm_runtime_idle() [%d] done!\n", hwblk); in platform_pm_runtime_idle()
264 int hwblk = pdev->archdata.hwblk_id; in platform_bus_notify() local
267 if (!hwblk) in platform_bus_notify()
275 hwblk_enable(hwblk_info, hwblk); in platform_bus_notify()
276 hwblk_disable(hwblk_info, hwblk); in platform_bus_notify()
283 hwblk_cnt_inc(hwblk_info, hwblk, HWBLK_CNT_DEVICES); in platform_bus_notify()
287 hwblk_cnt_dec(hwblk_info, hwblk, HWBLK_CNT_DEVICES); in platform_bus_notify()