Home
last modified time | relevance | path

Searched refs:device_get_state (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/dev/cardbus/
H A Dcardbus.c287 if (device_get_state(dev) != DS_NOTPRESENT) in cardbus_driver_added()
294 if (device_get_state(dev) != DS_NOTPRESENT) in cardbus_driver_added()
/freebsd/sys/xen/xenbus/
H A Dxenbusb.c446 if (device_get_state(kids[i]) != DS_NOTPRESENT) { in xenbusb_probe_children()
802 if (device_get_state(kids[i]) == DS_NOTPRESENT) in xenbusb_resume()
/freebsd/sys/dev/iicbus/
H A Diiconf.c163 if (device_get_state(dev) < DS_ATTACHING) in iicbus_request_bus()
H A Dacpi_iicbus.c659 if (device_get_state(child) == DS_NOTPRESENT) { in acpi_iicbus_driver_added()
/freebsd/share/man/man9/
H A DMakefile115 device_get_state.9 \
1011 MLINKS+=device_get_state.9 device_busy.9 \
1012 device_get_state.9 device_is_alive.9 \
1013 device_get_state.9 device_is_attached.9 \
1014 device_get_state.9 device_unbusy.9
/freebsd/sys/dev/spibus/
H A Dacpi_spibus.c470 if (device_get_state(child) == DS_NOTPRESENT) { in acpi_spibus_driver_added()
/freebsd/sys/dev/virtio/pci/
H A Dvirtio_pci_legacy.c629 if (child == NULL || device_get_state(child) != DS_NOTPRESENT) in vtpci_legacy_probe_and_attach_child()
H A Dvirtio_pci_modern.c1135 if (child == NULL || device_get_state(child) != DS_NOTPRESENT) in vtpci_modern_probe_and_attach_child()
/freebsd/sys/dev/virtio/mmio/
H A Dvirtio_mmio.c889 if (device_get_state(child) != DS_NOTPRESENT) { in vtmmio_probe_and_attach_child()
/freebsd/sys/isa/
H A Disa_common.c900 if (device_get_state(child) != DS_NOTPRESENT) in isa_driver_added()
/freebsd/sys/dev/firewire/
H A Dfirewire.c727 if (device_get_state(devlistp[i]) >= DS_ATTACHED) { in fw_busreset()
1796 if (device_get_state(devlistp[i]) >= DS_ATTACHED) { in fw_attach_dev()
/freebsd/sys/dev/pccbb/
H A Dpccbb.c421 if (device_get_state(dev) == DS_NOTPRESENT && in cbb_driver_added()
/freebsd/sys/sys/
H A Dbus.h676 device_state_t device_get_state(device_t dev);
/freebsd/sys/kern/
H A Dsubr_bus.c2156 device_get_state(device_t dev) in device_get_state() function
3604 error = device_get_state(child) == DS_ATTACHED ? in bus_helper_reset_prepare()
/freebsd/sys/dev/pci/
H A Dpci.c4726 if (device_get_state(child) != DS_NOTPRESENT) in pci_driver_added()
6656 error = device_get_state(child) == DS_ATTACHED ? in pci_reset_child()
/freebsd/sys/dev/atkbdc/
H A Dpsm.c7563 if (device_get_state(psm) != DS_NOTPRESENT)
7627 if ((atkbdc != NULL) && (device_get_state(atkbdc) == DS_ATTACHED))
/freebsd/sys/dev/acpica/
H A Dacpi.c865 if (device_get_state(child) == DS_NOTPRESENT) { in acpi_driver_added()