Home
last modified time | relevance | path

Searched refs:bhnd_pwrctl_init (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl_private.h42 int bhnd_pwrctl_init(struct bhnd_pwrctl_softc *sc);
H A Dbhnd_pwrctl.c166 if ((error = bhnd_pwrctl_init(sc))) { in bhnd_pwrctl_attach()
246 if ((error = bhnd_pwrctl_init(sc))) { in bhnd_pwrctl_resume()
H A Dbhnd_pwrctl_subr.c412 bhnd_pwrctl_init(struct bhnd_pwrctl_softc *sc) in bhnd_pwrctl_init() function