Home
last modified time | relevance | path

Searched refs:pwrctl (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/bhnd/siba/
H A Dsiba.c245 device_t pwrctl; in siba_alloc_pmu() local
255 pwrctl = NULL; in siba_alloc_pmu()
286 pwrctl = bhnd_retain_provider(child, BHND_SERVICE_PWRCTL); in siba_alloc_pmu()
287 if (pwrctl == NULL) { in siba_alloc_pmu()
293 pwrctl = NULL; in siba_alloc_pmu()
307 dinfo->pmu.pwrctl = pwrctl; in siba_alloc_pmu()
320 device_t pwrctl; in siba_release_pmu() local
343 pwrctl = dinfo->pmu.pwrctl; in siba_release_pmu()
344 error = bhnd_pwrctl_request_clock(pwrctl, child, in siba_release_pmu()
353 dinfo->pmu.pwrctl = NULL; in siba_release_pmu()
[all …]
H A Dsibavar.h217 device_t pwrctl; /**< if SIBA_PMU_PWRCTL, legacy PWRCTL provider. */ member
/freebsd/sys/modules/bhnd/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/chipc/pwrctl
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dchip.c194 u32 pwrctl; /* corerev >= 2 */ member
/freebsd/sys/conf/
H A Dfiles1279 dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c optional bhnd
1280 dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_if.m optional bhnd
1281 dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_hostb_if.m optional bhnd
1282 dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c optional bhnd