Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/include/asm/
Dhwblk.h57 void hwblk_cnt_inc(struct hwblk_info *info, int hwblk, int cnt);
/linux-2.6.39/arch/sh/kernel/cpu/shmobile/
Dpm_runtime.c178 hwblk_cnt_inc(hwblk_info, hwblk, HWBLK_CNT_IDLE); in platform_pm_runtime_suspend()
283 hwblk_cnt_inc(hwblk_info, hwblk, HWBLK_CNT_DEVICES); in platform_bus_notify()
/linux-2.6.39/arch/sh/kernel/cpu/
Dhwblk.c48 void hwblk_cnt_inc(struct hwblk_info *info, int hwblk, int counter) in hwblk_cnt_inc() function