Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/
H A Dbhndvar.h73 int bhnd_generic_alloc_pmu(device_t dev,
H A Dbhnd.c361 bhnd_generic_alloc_pmu(device_t dev, device_t child) in bhnd_generic_alloc_pmu() function
1097 DEVMETHOD(bhnd_bus_alloc_pmu, bhnd_generic_alloc_pmu),
/freebsd/sys/dev/bhnd/siba/
H A Dsiba.c269 if ((error = bhnd_generic_alloc_pmu(dev, child))) in siba_alloc_pmu()