Home
last modified time | relevance | path

Searched refs:nubus_find_slot (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/linux/
Dnubus.h321 struct nubus_dev* nubus_find_slot(unsigned int slot,
/linux-2.6.39/drivers/nubus/
Dnubus.c337 nubus_find_slot(unsigned int slot, in nubus_find_slot() function
350 EXPORT_SYMBOL(nubus_find_slot);
/linux-2.6.39/drivers/net/
Dmac89x0.c212 if (nubus_find_slot(slot, NULL) != NULL) in mac89x0_probe()