Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bhnd/bhndb/
H A Dbhndb_pci_sprom.c66 if (device_get_driver(bridge) != &bhndb_pci_driver) in bhndb_pci_sprom_probe()
/freebsd-14.2/sys/dev/uart/
H A Duart_core.c586 if (sc0->sc_class->size > device_get_driver(dev)->size) { in uart_bus_attach()
799 if (sc->sc_class->size > device_get_driver(dev)->size) { in uart_bus_detach()
/freebsd-14.2/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c96 if (device_get_driver(chipc) != &bhnd_chipc_driver) in bhnd_pwrctl_probe()
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h294 drv = device_get_driver(dev->bsddev); in dev_driver_string()
/freebsd-14.2/sys/sys/
H A Dbus.h633 driver_t *device_get_driver(device_t dev);
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c427 if (device_get_driver(dev) != &pdrv->bsddriver) in linux_pci_probe()
/freebsd-14.2/share/man/man9/
H A DMakefile108 device_get_driver.9 \
/freebsd-14.2/sys/kern/
H A Dsubr_bus.c1870 device_get_driver(device_t dev) in device_get_driver() function