Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/bhnd/
H A Dbhnd_types.h82 BHND_SERVICE_ANY = 1000, /**< match on any service type */ enumerator
H A Dbhnd_subr.c1558 if (service == BHND_SERVICE_ANY) in bhnd_service_registry_add()
1625 (service == BHND_SERVICE_ANY || (_e)->service == service)) in bhnd_service_registry_remove()
/freebsd-src/sys/dev/bhnd/nvram/
H A Dbhnd_sprom.c200 if ((error = bhnd_deregister_provider(dev, BHND_SERVICE_ANY))) in bhnd_sprom_detach()
/freebsd-src/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c202 if ((error = bhnd_deregister_provider(dev, BHND_SERVICE_ANY))) in bhnd_pwrctl_detach()
/freebsd-src/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu.c228 if ((error = bhnd_deregister_provider(dev, BHND_SERVICE_ANY))) in bhnd_pmu_detach()
/freebsd-src/sys/dev/bhnd/cores/chipc/
H A Dchipc_gpio.c216 if ((error = bhnd_deregister_provider(dev, BHND_SERVICE_ANY))) in chipc_gpio_detach()
H A Dchipc.c247 if ((error = bhnd_deregister_provider(dev, BHND_SERVICE_ANY))) in chipc_detach()