Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu.c164 sc->chipc_dev = bhnd_retain_provider(dev, BHND_SERVICE_CHIPC); in bhnd_pmu_attach()
211 BHND_SERVICE_CHIPC); in bhnd_pmu_attach()
234 bhnd_release_provider(sc->dev, sc->chipc_dev, BHND_SERVICE_CHIPC); in bhnd_pmu_detach()
/freebsd/sys/dev/bhnd/
H A Dbhnd_types.h76 BHND_SERVICE_CHIPC, /**< chipcommon service; implements the bhnd_chipc interface */ enumerator
/freebsd/sys/dev/bhnd/siba/
H A Dsiba.c259 chipc = bhnd_retain_provider(child, BHND_SERVICE_CHIPC); in siba_alloc_pmu()
262 bhnd_release_provider(child, chipc, BHND_SERVICE_CHIPC); in siba_alloc_pmu()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc.c216 if ((error = bhnd_register_provider(dev, BHND_SERVICE_CHIPC))) in chipc_attach()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c700 sc->sc_chipc = bhnd_retain_provider(sc->sc_dev, BHND_SERVICE_CHIPC); in bwn_retain_bus_providers()
740 BWN_RELEASE_PROV(sc, sc_chipc, BHND_SERVICE_CHIPC); in bwn_release_bus_providers()