Home
last modified time | relevance | path

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

/arch/arm/mach-mmp/
Dclock.c83 if (clk->ops->getrate) in clk_get_rate()
84 rate = clk->ops->getrate(clk); in clk_get_rate()
Dclock.h8 unsigned long (*getrate)(struct clk *); member
/arch/s390/kernel/
Dperf_cpum_sf.c689 static unsigned long getrate(bool freq, unsigned long sample, in getrate() function
748 rate = getrate(attr->freq, attr->sample_freq, si); in __hw_perf_event_init_rate()
752 rate = getrate(attr->freq, attr->sample_period, si); in __hw_perf_event_init_rate()
1818 rate = getrate(do_freq, value, &si); in cpumsf_pmu_check_period()