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

/freebsd-10.3-release/sys/dev/acpica/
H A Dacpi_throttle.c58 device_t cpu_dev; member in struct:acpi_throttle_softc
198 sc->cpu_dev = dev;
245 if (device_get_unit(sc->cpu_dev) == 0) {
255 device_printf(sc->cpu_dev,
260 device_printf(sc->cpu_dev,
277 device_printf(sc->cpu_dev, "_PTC buffer too small\n");
281 acpi_bus_alloc_gas(sc->cpu_dev, &sc->cpu_p_type, &thr_rid,
284 device_printf(sc->cpu_dev, "P_CNT from _PTC %#jx\n",
301 acpi_bus_alloc_gas(sc->cpu_dev, &sc->cpu_p_type, &thr_rid,
305 device_printf(sc->cpu_dev,
[all...]
H A Dacpi_cpu.c77 device_t cpu_dev; member in struct:acpi_cpu_softc
297 sc->cpu_dev = dev;
645 device_printf(sc->cpu_dev, "switching to generic Cx mode\n");
690 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid,
708 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid,
747 device_printf(sc->cpu_dev, "invalid _CST package\n");
752 device_printf(sc->cpu_dev, "invalid _CST state count (%d != %d)\n",
757 device_printf(sc->cpu_dev, "_CST has too many states (%d)\n", count);
783 device_printf(sc->cpu_dev, "skipping invalid Cx state package\n");
810 device_get_unit(sc->cpu_dev),
[all...]
/freebsd-10.3-release/sys/kern/
H A Dkern_cpu.c995 device_t cf_dev, cpu_dev; local
1007 cpu_dev = device_get_parent(dev);
1008 if ((cf_dev = device_find_child(cpu_dev, "cpufreq", -1))) {
1015 cf_dev = BUS_ADD_CHILD(cpu_dev, 0, "cpufreq", -1);

Completed in 98 milliseconds