Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/bhnd/cores/chipc/
HDbhnd_pmu_chipc.c106 return (bhnd_pmu_attach(dev, r)); in bhnd_pmu_chipc_attach()
/freebsd-13-stable/sys/dev/bhnd/cores/pmu/
HDbhnd_pmu_core.c106 if ((error = bhnd_pmu_attach(dev, res))) { in bhnd_pmu_core_attach()
HDbhnd_pmuvar.h48 int bhnd_pmu_attach(device_t dev, struct bhnd_resource *res);
HDbhnd_pmu.c105 bhnd_pmu_attach(device_t dev, struct bhnd_resource *res) in bhnd_pmu_attach() function