Lines Matching refs:kHz
1069 * voltage like <freq-kHz vol-uV>.
1430 * It provides the power used by @dev at @kHz if it is the frequency of an
1431 * existing OPP, or at the frequency of the first OPP above @kHz otherwise
1432 * (see dev_pm_opp_find_freq_ceil()). This function updates @kHz to the ceiled
1438 _get_dt_power(struct device *dev, unsigned long *uW, unsigned long *kHz)
1444 opp_freq = *kHz * 1000;
1454 *kHz = opp_freq / 1000;
1462 * This computes the power estimated by @dev at @kHz if it is the frequency
1463 * of an existing OPP, or at the frequency of the first OPP above @kHz otherwise
1464 * (see dev_pm_opp_find_freq_ceil()). This function updates @kHz to the ceiled
1473 unsigned long *kHz)
1491 Hz = *kHz * 1000;
1506 *kHz = Hz / 1000;