Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c121 device_t hostb_dev; in bhnd_pwrctl_attach() local
134 hostb_dev = bhnd_bus_find_hostb_device(device_get_parent(sc->chipc_dev)); in bhnd_pwrctl_attach()
135 if (hostb_dev != NULL) in bhnd_pwrctl_attach()
136 hostb_class = bhnd_get_class(hostb_dev); in bhnd_pwrctl_attach()