Searched refs:bus_find_device (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dof_i2c.c87 dev = bus_find_device(&i2c_bus_type, NULL, node,
H A Dof_mdio.c119 d = bus_find_device(&mdio_bus_type, NULL, phy_np, of_phy_match);
H A Dplatform.c40 dev = bus_find_device(&platform_bus_type, NULL, np, of_dev_node_match);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dibmebus.c185 if (bus_find_device(&ibmebus_bus_type, NULL, child,
265 if (bus_find_device(&ibmebus_bus_type, NULL, path,
299 if ((dev = bus_find_device(&ibmebus_bus_type, NULL, path,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/pnpacpi/
H A Dcore.c293 adev = bus_find_device(&acpi_bus_type, NULL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dsearch.c217 dev = bus_find_device(&pci_bus_type, dev_start, (void *)id,
H A Dprobe.c39 dev = bus_find_device(&pci_bus_type, NULL, NULL, find_anything);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dbus.c306 * bus_find_device - device iterator for locating a particular device.
320 struct device *bus_find_device(struct bus_type *bus, function
338 EXPORT_SYMBOL_GPL(bus_find_device); variable
353 * This is similar to the bus_find_device() function above, but it handles
360 return bus_find_device(bus, start, (void *)name, match_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-at91sam9.c468 * free the modules. Here we just use bus_find_device() as like such a
508 rtc = bus_find_device(&platform_bus_type, NULL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dusb.c203 dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface);
205 /* Drop reference count from bus_find_device */
H A Ddevio.c646 dev = bus_find_device(&usb_bus_type, NULL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddisplay.c591 dev = bus_find_device(dss_get_bus(), dev_start, NULL, match);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddevice.h80 struct device *bus_find_device(struct bus_type *bus, struct device *start,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/crypto/
H A Dap_bus.c1086 dev = bus_find_device(&ap_bus_type, NULL,
1730 while ((dev = bus_find_device(&ap_bus_type, NULL, NULL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dcss.c396 dev = bus_find_device(&css_bus_type, NULL,
H A Ddevice.c689 dev = bus_find_device(&ccw_bus_type, NULL, dev_id, match_dev_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtc35815.c727 struct device *pd = bus_find_device(&platform_bus_type, NULL,

Completed in 106 milliseconds