Home
last modified time | relevance | path

Searched refs:device_set_driver (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/sys/dev/cfe/
H A Dcfe_resource.c88 device_set_driver(child, driver); in cferes_identify()
/freebsd-12.1/sys/x86/isa/
H A Dorm.c100 device_set_driver(child, driver); in orm_identify()
/freebsd-12.1/sys/x86/bios/
H A Dsmbios.c108 device_set_driver(child, driver); in smbios_identify()
H A Dvpd.c134 device_set_driver(child, driver); in vpd_identify()
/freebsd-12.1/sys/net/
H A Diflib_clone.c204 device_set_driver(dev, &iflib_pseudodriver); in iflib_clone_create()
/freebsd-12.1/sys/dev/aic7xxx/
H A Dahc_isa.c118 device_set_driver(child, driver); in ahc_isa_identify()
/freebsd-12.1/sys/dev/ex/
H A Dif_ex_isa.c184 device_set_driver(child, driver); in ex_isa_identify()
/freebsd-12.1/sys/i386/bios/
H A Dsmapi.c168 device_set_driver(child, driver); in smapi_identify()
/freebsd-12.1/sys/dev/ep/
H A Dif_ep_isa.c270 device_set_driver(child, driver); in ep_isa_identify()
/freebsd-12.1/sys/powerpc/mpc85xx/
H A Datpic.c154 device_set_driver(child, drv); in atpic_isa_identify()
/freebsd-12.1/sys/kern/
H A Dsubr_bus.c2124 result = device_set_driver(child, dl->driver); in device_probe_child()
2141 (void)device_set_driver(child, NULL); in device_probe_child()
2188 (void)device_set_driver(child, NULL); in device_probe_child()
2243 result = device_set_driver(child, best->driver); in device_probe_child()
2790 device_set_driver(device_t dev, driver_t *driver) in device_set_driver() function
2948 (void)device_set_driver(dev, NULL); in device_attach()
3024 (void)device_set_driver(dev, NULL); in device_detach()
/freebsd-12.1/sys/dev/mii/
H A Dmii.c505 rv = device_set_driver(*miibus, &miibus_driver); in mii_attach()
/freebsd-12.1/sys/sys/
H A Dbus.h629 int device_set_driver(device_t dev, driver_t *driver);
/freebsd-12.1/share/man/man9/
H A DMakefile113 device_set_driver.9 \
/freebsd-12.1/sys/dev/ctau/
H A Dif_ct.c366 device_set_driver (child, driver); in ct_identify()
/freebsd-12.1/sys/dev/cx/
H A Dif_cx.c455 device_set_driver (child, driver); in cx_identify()