Lines Matching defs:kHz
1031 * voltage like <freq-kHz vol-uV>.
1429 * It provides the power used by @dev at @kHz if it is the frequency of an
1430 * existing OPP, or at the frequency of the first OPP above @kHz otherwise
1431 * (see dev_pm_opp_find_freq_ceil()). This function updates @kHz to the ceiled
1437 _get_dt_power(struct device *dev, unsigned long *uW, unsigned long *kHz)
1442 opp_freq = *kHz * 1000;
1454 *kHz = opp_freq / 1000;
1464 * @kHz : Frequency for which the new power is calculated
1466 * This computes the power estimated by @dev at @kHz if it is the frequency
1467 * of an existing OPP, or at the frequency of the first OPP above @kHz otherwise
1468 * (see dev_pm_opp_find_freq_ceil()). This function updates @kHz to the ceiled
1479 unsigned long *kHz)
1495 Hz = *kHz * 1000;
1512 *kHz = Hz / 1000;