Searched refs:device_get_state (Results 1 – 18 of 18) sorted by relevance
99 if (device_get_state(parent) == DS_ATTACHED) in isahint_identify()101 if (device_get_state(parent) == DS_INPROGRESS) in isahint_identify()
698 if (device_get_state(parent) == DS_ATTACHED) in pnp_identify()700 if (device_get_state(parent) == DS_INPROGRESS) in pnp_identify()
841 if (device_get_state(child) != DS_NOTPRESENT) in isa_driver_added()
238 int status = device_get_state(devlist[tmp]); in cardbus_detach_card()272 if (device_get_state(dev) != DS_NOTPRESENT) in cardbus_driver_added()279 if (device_get_state(dev) != DS_NOTPRESENT) in cardbus_driver_added()
103 if (device_get_state(parent) == DS_ATTACHED) in legacy_identify()105 if (device_get_state(parent) == DS_INPROGRESS) in legacy_identify()
92 if (device_get_state(parent) == DS_ATTACHED) in orm_identify()
68 device_get_state.9 \475 MLINKS+=device_get_state.9 device_busy.9 \476 device_get_state.9 device_is_alive.9 \477 device_get_state.9 device_unbusy.9
114 if (device_get_state(parent) == DS_ATTACHED) in acpi_timer_identify()
314 if (device_get_state(parent) == DS_ATTACHED) in acpi_hpet_identify()
900 if (device_get_state(child) == DS_NOTPRESENT) { in acpi_driver_added()
1004 if (device_get_state(child) != DS_NOTPRESENT) in vtpci_probe_and_attach_child()1009 if (error != 0 || device_get_state(child) == DS_NOTPRESENT) { in vtpci_probe_and_attach_child()
306 state = device_get_state(pf->dev); in pccard_detach_card()1085 if (device_get_state(child) != DS_NOTPRESENT) in pccard_driver_added()
376 device_state_t device_get_state(device_t dev);
654 if (device_get_state(devlistp[i]) >= DS_ATTACHED) { in fw_busreset()1619 if (device_get_state(devlistp[i]) >= DS_ATTACHED) { in fw_attach_dev()
410 if (device_get_state(dev) == DS_NOTPRESENT && in cbb_driver_added()
7568 if (device_get_state(psm) != DS_NOTPRESENT)7632 if ((atkbdc != NULL) && (device_get_state(atkbdc) == DS_ATTACHED)) {
1822 device_get_state(device_t dev) in device_get_state() function
3265 if (device_get_state(child) != DS_NOTPRESENT) in pci_driver_added()