Home
last modified time | relevance | path

Searched refs:hwblk_cnt_dec (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/sh/kernel/cpu/shmobile/
Dpm_runtime.c91 hwblk_cnt_dec(hwblk_info, hwblk, HWBLK_CNT_IDLE); in __platform_pm_runtime_suspend()
217 hwblk_cnt_dec(hwblk_info, hwblk, HWBLK_CNT_IDLE); in platform_pm_runtime_resume()
287 hwblk_cnt_dec(hwblk_info, hwblk, HWBLK_CNT_DEVICES); in platform_bus_notify()
/linux-2.6.39/arch/sh/include/asm/
Dhwblk.h58 void hwblk_cnt_dec(struct hwblk_info *info, int hwblk, int cnt);
/linux-2.6.39/arch/sh/kernel/cpu/
Dhwblk.c53 void hwblk_cnt_dec(struct hwblk_info *info, int hwblk, int counter) in hwblk_cnt_dec() function