Lines Matching refs:bid
70 struct bus_id_priv *bid = NULL;
75 bid = &(busid_table[idx]);
77 spin_lock(&bid->busid_lock);
81 return bid;
84 void put_busid_priv(struct bus_id_priv *bid)
86 if (bid)
87 spin_unlock(&bid->busid_lock);
251 struct bus_id_priv *bid;
259 bid = get_busid_priv(buf);
260 if (!bid)
264 bid->status = STUB_BUSID_OTHER;
266 put_busid_priv(bid);
268 ret = do_rebind((char *) buf, bid);