Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnubus.h100 struct nubus_dev* nubus_find_slot(unsigned int slot,
/linux-4.1.27/drivers/nubus/
Dnubus.c335 nubus_find_slot(unsigned int slot, in nubus_find_slot() function
348 EXPORT_SYMBOL(nubus_find_slot);
/linux-4.1.27/drivers/net/ethernet/cirrus/
Dmac89x0.c211 if (nubus_find_slot(slot, NULL) != NULL) in mac89x0_probe()