Home
last modified time | relevance | path

Searched refs:pwrctl (Results 1 – 4 of 4) 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.h218 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/conf/
H A Dfiles1282 dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c optional bhnd
1283 dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_if.m optional bhnd
1284 dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_hostb_if.m optional bhnd
1285 dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c optional bhnd