Searched refs:DF_REBID (Results 1 – 2 of 2) sorted by relevance
1733 if (dev->state >= DS_ALIVE && (dev->flags & DF_REBID) == 0) in device_probe()2096 (child->flags & DF_REBID)) in bus_generic_driver_added()2442 if (child->state == DS_ALIVE && (child->flags & DF_REBID) == 0) in device_probe_child()2588 child->flags |= DF_REBID; in device_probe_child()2591 child->flags &= ~DF_REBID; in device_probe_child()2901 (dev->flags&DF_REBID? "rebiddable,":""), in print_device_short()
82 #define DF_REBID 0x80 /* Can rebid after attach */ macro