Home
last modified time | relevance | path

Searched refs:device_get_driver (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/dev/bhnd/bhndb/
H A Dbhndb_pci_sprom.c68 if (device_get_driver(bridge) != &bhndb_pci_driver) in bhndb_pci_sprom_probe()
/freebsd-12.1/sys/dev/uart/
H A Duart_core.c586 if (sc0->sc_class->size > device_get_driver(dev)->size) { in uart_bus_attach()
793 if (sc->sc_class->size > device_get_driver(dev)->size) { in uart_bus_detach()
/freebsd-12.1/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c99 if (device_get_driver(chipc) != &bhnd_chipc_driver) in bhnd_pwrctl_probe()
/freebsd-12.1/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c118 if (device_get_driver(dev) != &pdrv->bsddriver) in linux_pci_probe()
/freebsd-12.1/sys/amd64/vmm/amd/
H A Damdvi_hw.c809 device_get_driver(mmio_dev)->name); in amdvi_alloc_intr_resources()
/freebsd-12.1/sys/sys/
H A Dbus.h597 driver_t *device_get_driver(device_t dev);
/freebsd-12.1/sys/dev/acpica/
H A Dacpi_cpu.c470 device_get_driver(devices[i]) == &acpi_cpu_driver) in acpi_cpu_postattach()
/freebsd-12.1/share/man/man9/
H A DMakefile99 device_get_driver.9 \
/freebsd-12.1/sys/kern/
H A Dsubr_bus.c2332 device_get_driver(device_t dev) in device_get_driver() function