Searched refs:hwblk_info (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/arch/sh/kernel/cpu/ |
D | hwblk.c | 11 static void hwblk_area_mod_cnt(struct hwblk_info *info, in hwblk_area_mod_cnt() 26 static int __hwblk_mod_cnt(struct hwblk_info *info, int hwblk, in __hwblk_mod_cnt() 38 static void hwblk_mod_cnt(struct hwblk_info *info, int hwblk, in hwblk_mod_cnt() 48 void hwblk_cnt_inc(struct hwblk_info *info, int hwblk, int counter) in hwblk_cnt_inc() 53 void hwblk_cnt_dec(struct hwblk_info *info, int hwblk, int counter) in hwblk_cnt_dec() 58 void hwblk_enable(struct hwblk_info *info, int hwblk) in hwblk_enable() 77 void hwblk_disable(struct hwblk_info *info, int hwblk) in hwblk_disable() 96 struct hwblk_info *hwblk_info; variable 98 int __init hwblk_register(struct hwblk_info *info) in hwblk_register() 100 hwblk_info = info; in hwblk_register() [all …]
|
/linux-2.6.39/arch/sh/kernel/cpu/shmobile/ |
D | pm_runtime.c | 24 extern struct hwblk_info *hwblk_info; 49 hwblk_enable(hwblk_info, hwblk); in __platform_pm_runtime_resume() 59 hwblk_disable(hwblk_info, hwblk); in __platform_pm_runtime_resume() 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() 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() 217 hwblk_cnt_dec(hwblk_info, hwblk, HWBLK_CNT_IDLE); in platform_pm_runtime_resume() 275 hwblk_enable(hwblk_info, hwblk); in platform_bus_notify() [all …]
|
/linux-2.6.39/arch/sh/include/asm/ |
D | hwblk.h | 40 struct hwblk_info { struct 51 int hwblk_register(struct hwblk_info *info); argument 54 void hwblk_enable(struct hwblk_info *info, int hwblk); 55 void hwblk_disable(struct hwblk_info *info, int hwblk); 57 void hwblk_cnt_inc(struct hwblk_info *info, int hwblk, int cnt); 58 void hwblk_cnt_dec(struct hwblk_info *info, int hwblk, int cnt);
|
/linux-2.6.39/arch/sh/kernel/cpu/sh4a/ |
D | hwblk-sh7722.c | 85 static struct hwblk_info sh7722_hwblk_info = {
|
D | hwblk-sh7723.c | 96 static struct hwblk_info sh7723_hwblk_info = {
|
D | hwblk-sh7724.c | 100 static struct hwblk_info sh7724_hwblk_info = {
|