Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_sprom.c149 if ((error = bhnd_register_provider(dev, BHND_SERVICE_NVRAM))) { in bhnd_sprom_attach()
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c180 if ((error = bhnd_register_provider(dev, BHND_SERVICE_PWRCTL))) { in bhnd_pwrctl_attach()
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu.c178 if ((error = bhnd_register_provider(dev, BHND_SERVICE_PMU))) { in bhnd_pmu_attach()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_gpio.c184 if ((error = bhnd_register_provider(dev, BHND_SERVICE_GPIO))) { in chipc_gpio_attach()
H A Dchipc.c216 if ((error = bhnd_register_provider(dev, BHND_SERVICE_CHIPC))) in chipc_attach()
/freebsd/sys/dev/bhnd/
H A Dbhnd.h670 bhnd_register_provider(device_t dev, bhnd_service_t service) in bhnd_register_provider() function
/freebsd/share/man/man9/
H A DMakefile581 bhnd.9 bhnd_register_provider.9 \