Searched refs:brcm_avs_get_pmap (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | brcmstb-avs-cpufreq.c | 359 static int brcm_avs_get_pmap(struct private_data *priv, struct pmap *pmap) in brcm_avs_get_pmap() function 466 * - brcm_avs_get_pmap() doesn't return -ENOTSUPP or -EINVAL 467 * We need to set up our interrupt handling before calling brcm_avs_get_pmap()! 474 rc = brcm_avs_get_pmap(priv, NULL); in brcm_avs_is_firmware_loaded() 503 ret = brcm_avs_get_pmap(priv, &priv->pmap); in brcm_avs_suspend() 508 * We can't use the P-state returned by brcm_avs_get_pmap(), since in brcm_avs_suspend() 672 if (brcm_avs_get_pmap(priv, &pmap)) in show_brcm_avs_mode() 686 if (brcm_avs_get_pmap(priv, &pmap)) in show_brcm_avs_pmap()
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | brcmstb-avs-cpufreq.c | 359 static int brcm_avs_get_pmap(struct private_data *priv, struct pmap *pmap) in brcm_avs_get_pmap() function 466 * - brcm_avs_get_pmap() doesn't return -ENOTSUPP or -EINVAL 467 * We need to set up our interrupt handling before calling brcm_avs_get_pmap()! 474 rc = brcm_avs_get_pmap(priv, NULL); in brcm_avs_is_firmware_loaded() 505 ret = brcm_avs_get_pmap(priv, &priv->pmap); in brcm_avs_suspend() 510 * We can't use the P-state returned by brcm_avs_get_pmap(), since in brcm_avs_suspend() 674 if (brcm_avs_get_pmap(priv, &pmap)) in show_brcm_avs_mode() 688 if (brcm_avs_get_pmap(priv, &pmap)) in show_brcm_avs_pmap()
|
Completed in 4 milliseconds