Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cardbus/
H A Dcardbus.c288 if (device_get_state(dev) != DS_NOTPRESENT) in cardbus_driver_added()
295 if (device_get_state(dev) != DS_NOTPRESENT) in cardbus_driver_added()
/freebsd-14.2/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-14.2/sys/dev/iicbus/
H A Diiconf.c164 if (device_get_state(dev) < DS_ATTACHING) in iicbus_request_bus()
H A Dacpi_iicbus.c657 if (device_get_state(child) == DS_NOTPRESENT) { in acpi_iicbus_driver_added()
/freebsd-14.2/share/man/man9/
H A DMakefile114 device_get_state.9 \
1009 MLINKS+=device_get_state.9 device_busy.9 \
1010 device_get_state.9 device_is_alive.9 \
1011 device_get_state.9 device_is_attached.9 \
1012 device_get_state.9 device_unbusy.9
/freebsd-14.2/sys/dev/spibus/
H A Dacpi_spibus.c470 if (device_get_state(child) == DS_NOTPRESENT) { in acpi_spibus_driver_added()
/freebsd-14.2/sys/dev/virtio/pci/
H A Dvirtio_pci_legacy.c628 if (child == NULL || device_get_state(child) != DS_NOTPRESENT) in vtpci_legacy_probe_and_attach_child()
H A Dvirtio_pci_modern.c1134 if (child == NULL || device_get_state(child) != DS_NOTPRESENT) in vtpci_modern_probe_and_attach_child()
/freebsd-14.2/sys/isa/
H A Disa_common.c900 if (device_get_state(child) != DS_NOTPRESENT) in isa_driver_added()
/freebsd-14.2/sys/dev/virtio/mmio/
H A Dvirtio_mmio.c890 if (device_get_state(child) != DS_NOTPRESENT) { in vtmmio_probe_and_attach_child()
/freebsd-14.2/sys/dev/firewire/
H A Dfirewire.c728 if (device_get_state(devlistp[i]) >= DS_ATTACHED) { in fw_busreset()
1797 if (device_get_state(devlistp[i]) >= DS_ATTACHED) { in fw_attach_dev()
/freebsd-14.2/sys/dev/pccbb/
H A Dpccbb.c422 if (device_get_state(dev) == DS_NOTPRESENT && in cbb_driver_added()
/freebsd-14.2/sys/sys/
H A Dbus.h642 device_state_t device_get_state(device_t dev);
/freebsd-14.2/sys/kern/
H A Dsubr_bus.c2201 device_get_state(device_t dev) in device_get_state() function
3657 error = device_get_state(child) == DS_ATTACHED ? in bus_helper_reset_prepare()
/freebsd-14.2/sys/dev/pci/
H A Dpci.c4726 if (device_get_state(child) != DS_NOTPRESENT) in pci_driver_added()
6657 error = device_get_state(child) == DS_ATTACHED ? in pci_reset_child()
/freebsd-14.2/sys/dev/atkbdc/
H A Dpsm.c7550 if (device_get_state(psm) != DS_NOTPRESENT)
7614 if ((atkbdc != NULL) && (device_get_state(atkbdc) == DS_ATTACHED))
/freebsd-14.2/sys/dev/acpica/
H A Dacpi.c874 if (device_get_state(child) == DS_NOTPRESENT) { in acpi_driver_added()