Home
last modified time | relevance | path

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

/freebsd/sys/dev/cardbus/
H A Dcardbus.c276 if (device_get_state(dev) != DS_NOTPRESENT) in cardbus_driver_added()
283 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 DMakefile116 device_get_state.9 \
1039 MLINKS+=device_get_state.9 device_busy.9 \
1040 device_get_state.9 device_is_alive.9 \
1041 device_get_state.9 device_is_attached.9 \
1042 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/mmio/
H A Dvirtio_mmio.c885 if (device_get_state(child) != DS_NOTPRESENT) { in vtmmio_probe_and_attach_child()
/freebsd/sys/isa/
H A Disa_common.c906 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.c391 if (device_get_state(dev) == DS_NOTPRESENT && in cbb_driver_added()
/freebsd/sys/sys/
H A Dbus.h670 device_state_t device_get_state(device_t dev);
/freebsd/sys/kern/
H A Dsubr_bus.c2210 device_get_state(device_t dev) in device_get_state() function
3715 error = device_get_state(child) == DS_ATTACHED ? in bus_helper_reset_prepare()
/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/pci/
H A Dpci.c4802 if (device_get_state(child) != DS_NOTPRESENT) in pci_driver_added()
6845 error = device_get_state(child) == DS_ATTACHED ? in pci_reset_child()
/freebsd/sys/dev/acpica/
H A Dacpi.c886 if (device_get_state(child) == DS_NOTPRESENT) { in acpi_driver_added()