Home
last modified time | relevance | path

Searched refs:bus_find_device (Results 1 – 11 of 11) sorted by relevance

/drivers/of/
Dof_i2c.c79 dev = bus_find_device(&i2c_bus_type, NULL, node, in of_find_i2c_device_by_node()
/drivers/base/
Dbus.c312 struct device *bus_find_device(struct bus_type *bus, in bus_find_device() function
330 EXPORT_SYMBOL_GPL(bus_find_device);
352 return bus_find_device(bus, start, (void *)name, match_name); in bus_find_device_by_name()
/drivers/pci/
Dsearch.c276 dev = bus_find_device(&pci_bus_type, dev_start, (void *)id, in pci_get_dev_by_id()
Dprobe.c38 dev = bus_find_device(&pci_bus_type, NULL, NULL, find_anything); in no_pci_devices()
/drivers/pnp/pnpacpi/
Dcore.c238 adev = bus_find_device(&acpi_bus_type, NULL, in acpi_pnp_find_device()
/drivers/rtc/
Drtc-at91sam9.c507 rtc = bus_find_device(&platform_bus_type, NULL, in at91_rtc_init()
/drivers/s390/crypto/
Dap_bus.c986 dev = bus_find_device(&ap_bus_type, NULL, in ap_scan_bus()
1603 while ((dev = bus_find_device(&ap_bus_type, NULL, NULL, in ap_module_exit()
/drivers/s390/cio/
Dcss.c325 dev = bus_find_device(&css_bus_type, NULL, in get_subchannel_by_schid()
Ddevice.c657 dev = bus_find_device(&ccw_bus_type, NULL, &data, match_devno); in get_disc_ccwdev_by_dev_id()
/drivers/usb/core/
Ddevio.c558 dev = bus_find_device(&usb_bus_type, NULL, in usbdev_lookup_by_devt()
/drivers/net/
Dtc35815.c826 struct device *pd = bus_find_device(&platform_bus_type, NULL, in tc35815_read_plat_dev_addr()