Home
last modified time | relevance | path

Searched refs:peak (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/opp/
H A Dof.c368 prop = of_find_property(np, "opp-peak-kBps", NULL); in _bandwidth_supported()
641 static int _read_bw(struct dev_pm_opp *new_opp, struct opp_table *table, struct device_node *np, bool peak) in _read_bw() argument
643 const char *name = peak ? "opp-peak-kBps" : "opp-avg-kBps"; in _read_bw()
671 if (peak) { in _read_bw()
672 new_opp->bandwidth[i].peak = kBps_to_icc(bw[i]); in _read_bw()
703 * Bandwidth consists of peak and average (optional) values: in _read_opp_key()
704 * opp-peak-kBps = <path1_value path2_value>; in _read_opp_key()
H A Ddebugfs.c65 debugfs_create_u32("peak_bw", S_IRUGO, d, &opp->bandwidth[i].peak); in opp_debug_create_bw()

Completed in 3 milliseconds