Searched refs:bus_rescan_devices (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dbus.c740 /* Helper for bus_rescan_devices's iter */
757 * bus_rescan_devices - rescan devices on the bus for possible drivers
764 int bus_rescan_devices(struct bus_type *bus) function
768 EXPORT_SYMBOL_GPL(bus_rescan_devices); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/iwmc3200top/
H A Dmain.c71 * a call to "bus_rescan_devices".
82 ret = bus_rescan_devices(priv->func->dev.bus);
84 LOG_INFO(priv, INIT, "bus_rescan_devices FAILED!!!\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddevice.h74 extern int __must_check bus_rescan_devices(struct bus_type *bus);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dnodemgr.c388 error = bus_rescan_devices(&ieee1394_bus_type);
1528 if (bus_rescan_devices(&ieee1394_bus_type) != 0)
1529 HPSB_DEBUG("bus_rescan_devices had an error");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dds.c703 if (bus_rescan_devices(&pcmcia_bus_type))

Completed in 118 milliseconds