Searched refs:pmu_dev (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/bhnd/
H A Dbhndvar.h57 device_t pmu_dev, struct bhnd_resource *r,
H A Dbhnd.c369 device_t pmu_dev; local
447 pmu_dev = bhnd_retain_provider(child, BHND_SERVICE_PMU);
448 if (pmu_dev == NULL) {
454 max_latency = bhnd_pmu_get_max_transition_latency(pmu_dev);
461 bhnd_release_provider(child, pmu_dev, BHND_SERVICE_PMU);
469 clkctl = bhnd_alloc_core_clkctl(child, pmu_dev, r, pmu_regs,
473 bhnd_release_provider(child, pmu_dev, BHND_SERVICE_PMU);
490 device_t pmu_dev; local
523 pmu_dev = clkctl->cc_pmu_dev;
532 bhnd_release_provider(child, pmu_dev, BHND_SERVICE_PM
[all...]
H A Dbhnd_subr.c1059 * @param pmu_dev The bhnd(4) PMU device, implmenting the bhnd_pmu_if
1077 bhnd_alloc_core_clkctl(device_t dev, device_t pmu_dev, struct bhnd_resource *r, argument
1087 clkctl->cc_pmu_dev = pmu_dev;

Completed in 104 milliseconds