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

/linux-master/drivers/opp/
H A Dof.c829 static int _read_bw(struct dev_pm_opp *new_opp, struct opp_table *opp_table, function
887 ret = _read_bw(new_opp, opp_table, np, true);
890 ret = _read_bw(new_opp, opp_table, np, false);
H A Dcore.c458 static unsigned long _read_bw(struct dev_pm_opp *opp, int index) function
881 opp = _find_key_ceil(dev, &temp, index, true, _read_bw, NULL);
912 opp = _find_key_floor(dev, &temp, index, true, _read_bw, NULL);

Completed in 118 milliseconds