Lines Matching defs:bid
68 struct bus_id_priv *bid = NULL;
73 bid = &(busid_table[idx]);
75 spin_lock(&bid->busid_lock);
79 return bid;
82 void put_busid_priv(struct bus_id_priv *bid)
84 if (bid)
85 spin_unlock(&bid->busid_lock);
247 struct bus_id_priv *bid;
255 bid = get_busid_priv(buf);
256 if (!bid)
260 bid->status = STUB_BUSID_OTHER;
262 put_busid_priv(bid);
264 ret = do_rebind((char *) buf, bid);