Searched refs:_read_bw (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/opp/ |
H A D | of.c | 634 static int _read_bw(struct dev_pm_opp *new_opp, struct opp_table *table, in _read_bw() function 699 ret = _read_bw(new_opp, table, np, true); in _read_opp_key() 702 ret = _read_bw(new_opp, table, np, false); in _read_opp_key()
|
/kernel/linux/linux-6.6/drivers/opp/ |
H A D | of.c | 802 static int _read_bw(struct dev_pm_opp *new_opp, struct opp_table *opp_table, in _read_bw() function 860 ret = _read_bw(new_opp, opp_table, np, true); in _read_opp_key() 863 ret = _read_bw(new_opp, opp_table, np, false); in _read_opp_key()
|
H A D | core.c | 458 static unsigned long _read_bw(struct dev_pm_opp *opp, int index) in _read_bw() function 841 opp = _find_key_ceil(dev, &temp, index, true, _read_bw, NULL); in dev_pm_opp_find_bw_ceil() 872 opp = _find_key_floor(dev, &temp, index, true, _read_bw, NULL); in dev_pm_opp_find_bw_floor()
|
Completed in 7 milliseconds