Searched refs:pwrctl (Results 1 – 4 of 4) sorted by relevance
245 device_t pwrctl; in siba_alloc_pmu() local255 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() local343 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 …]
218 device_t pwrctl; /**< if SIBA_PMU_PWRCTL, legacy PWRCTL provider. */ member
3 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/chipc/pwrctl
1282 dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c optional bhnd1283 dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_if.m optional bhnd1284 dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_hostb_if.m optional bhnd1285 dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c optional bhnd