Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/mmio/
H A Dvirtio_mmio_cmdline.c110 device_set_driver(child, driver); in parsearg()
/freebsd/sys/dev/cfe/
H A Dcfe_resource.c85 device_set_driver(child, driver); in cferes_identify()
/freebsd/sys/x86/isa/
H A Dorm.c98 device_set_driver(child, driver); in orm_identify()
/freebsd/sys/dev/smbios/
H A Dsmbios.c149 device_set_driver(child, driver); in smbios_identify()
/freebsd/sys/dev/aic7xxx/
H A Dahc_isa.c114 device_set_driver(child, driver); in ahc_isa_identify()
/freebsd/sys/i386/bios/
H A Dsmapi.c155 device_set_driver(child, driver); in smapi_identify()
/freebsd/sys/x86/bios/
H A Dvpd.c145 device_set_driver(child, driver); in vpd_identify()
/freebsd/sys/kern/
H A Dsubr_bus.c1636 result = device_set_driver(child, dl->driver); in device_probe_child()
1653 (void)device_set_driver(child, NULL); in device_probe_child()
1700 (void)device_set_driver(child, NULL); in device_probe_child()
1731 result = device_set_driver(child, best->driver); in device_probe_child()
1737 (void)device_set_driver(child, NULL); in device_probe_child()
1752 (void)device_set_driver(child, NULL); in device_probe_child()
2390 device_set_driver(device_t dev, driver_t *driver) in device_set_driver() function
2569 (void)device_set_driver(dev, NULL); in device_attach()
2642 (void)device_set_driver(dev, NULL); in device_detach()
/freebsd/sys/powerpc/mpc85xx/
H A Datpic.c149 device_set_driver(child, drv); in atpic_isa_identify()
/freebsd/sys/dev/mii/
H A Dmii.c511 rv = device_set_driver(*miibus, &miibus_driver); in mii_attach()
/freebsd/sys/sys/
H A Dbus.h702 int device_set_driver(device_t dev, driver_t *driver);
/freebsd/share/man/man9/
H A DMakefile124 device_set_driver.9 \
/freebsd/sys/dev/ice/
H A Dif_ice_iflib.c3653 device_set_driver(mif->subdev, &ice_subif_driver); in ice_create_mirror_interface()