Searched refs:device_detach (Results 351 - 375 of 947) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/dev/mse/
H A Dmse_isa.c98 DEVMETHOD(device_detach, mse_detach),
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_drv.c377 DEVMETHOD(device_detach, drm_generic_detach),
/freebsd-11-stable/sys/dev/ow/
H A Dowc_gpiobus.c403 DEVMETHOD(device_detach, owc_gpiobus_detach),
/freebsd-11-stable/sys/dev/spibus/
H A Dspibus.c234 DEVMETHOD(device_detach, spibus_detach),
/freebsd-11-stable/sys/mips/cavium/usb/
H A Doctusb_octeon.c201 DEVMETHOD(device_detach, octusb_octeon_detach),
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Dehci_ebus.c231 DEVMETHOD(device_detach, ehci_ebus_detach),
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_ahci.c379 DEVMETHOD(device_detach, ahci_a10_detach),
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_ahci.c342 DEVMETHOD(device_detach, imx6_ahci_detach),
/freebsd-11-stable/sys/dev/iicbus/
H A Diicbus.c330 DEVMETHOD(device_detach, iicbus_detach),
/freebsd-11-stable/sys/dev/ichsmb/
H A Dichsmb_pci.c169 DEVMETHOD(device_detach, ichsmb_detach),
/freebsd-11-stable/sys/dev/ral/
H A Dif_ral_pci.c164 DEVMETHOD(device_detach, ral_pci_detach),
/freebsd-11-stable/sys/dev/sound/pci/
H A Dcsamidi.c277 DEVMETHOD(device_detach, midicsa_detach),
/freebsd-11-stable/sys/dev/gpio/
H A Dgpioiic.c251 DEVMETHOD(device_detach, gpioiic_detach),
/freebsd-11-stable/sys/dev/imcsmb/
H A Dimcsmb.c113 * device_detach() method. attach() didn't do any allocations, so all that's
531 DEVMETHOD(device_detach, imcsmb_detach),
/freebsd-11-stable/sys/dev/amdsmn/
H A Damdsmn.c115 DEVMETHOD(device_detach, amdsmn_detach),
/freebsd-11-stable/sys/dev/rp/
H A Drp_pci.c351 DEVMETHOD(device_detach, rp_pcidetach),
/freebsd-11-stable/sys/dev/usb/controller/
H A Ddwc_otg_fdt.c222 DEVMETHOD(device_detach, dwc_otg_detach),
/freebsd-11-stable/sys/dev/uart/
H A Duart_bus_pci.c53 DEVMETHOD(device_detach, uart_bus_detach),
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis_pci.c89 DEVMETHOD(device_detach, ndis_detach),
H A Dif_ndis_pccard.c93 DEVMETHOD(device_detach, ndis_detach_pccard),
H A Dif_ndis_usb.c91 DEVMETHOD(device_detach, ndisusb_detach),
/freebsd-11-stable/sys/dev/xen/control/
H A Dcontrol.c476 DEVMETHOD(device_detach, xctrl_detach),
/freebsd-11-stable/sys/kern/
H A Dsubr_bus.c1216 if ((error = device_detach(dev)) != 0)
1935 * detached first using device_detach().
1952 if ((error = device_detach(child)) != 0)
2216 if ((result = device_detach(dev)) != 0)
2534 * cannot be freed when the "device_detach" method is called.
2958 device_detach(device_t dev) function
2974 EVENTHANDLER_INVOKE(device_detach, dev, EVHDEV_DETACH_BEGIN);
2976 EVENTHANDLER_INVOKE(device_detach, dev, EVHDEV_DETACH_FAILED);
2979 EVENTHANDLER_INVOKE(device_detach, dev, EVHDEV_DETACH_COMPLETE);
3691 * a bus. It calls device_detach() fo
[all...]
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd.c120 * This implementation calls device_detach() for each of the device's
122 * device_detach() fails.
143 if ((error = device_detach(child)))
656 DEVMETHOD(device_detach, bhnd_generic_detach),
/freebsd-11-stable/sys/dev/nfsmb/
H A Dnfsmb.c599 DEVMETHOD(device_detach, nfsmb_detach),
620 DEVMETHOD(device_detach, nfsmbsub_detach),

Completed in 443 milliseconds

<<11121314151617181920>>