Searched refs:DS_ALIVE (Results 1 – 2 of 2) sorted by relevance
2088 if (child->state == DS_ALIVE && (child->flags & DF_REBID) == 0) in device_probe_child()2209 if (child->state > DS_ALIVE && best->driver != child->driver) in device_probe_child()2236 child->state = DS_ALIVE; in device_probe_child()2702 return (dev->state >= DS_ALIVE); in device_is_alive()2868 if (dev->state >= DS_ALIVE && (dev->flags & DF_REBID) == 0) in device_probe()
58 DS_ALIVE = 20, /**< @brief probe succeeded */ enumerator