bus_find_device 191 arch/powerpc/platforms/pseries/ibmebus.c dev = bus_find_device(&ibmebus_bus_type, NULL, child, bus_find_device 275 arch/powerpc/platforms/pseries/ibmebus.c dev = bus_find_device(&ibmebus_bus_type, NULL, path, bus_find_device 311 arch/powerpc/platforms/pseries/ibmebus.c if ((dev = bus_find_device(&ibmebus_bus_type, NULL, path, bus_find_device 554 drivers/acpi/acpi_lpss.c dev = bus_find_device(&platform_bus_type, NULL, &data, match_hid_uid); bus_find_device 558 drivers/acpi/acpi_lpss.c return bus_find_device(&pci_bus_type, NULL, &data, match_hid_uid); bus_find_device 786 drivers/acpi/utils.c dev = bus_find_device(&acpi_bus_type, NULL, &match, acpi_dev_match_cb); bus_find_device 815 drivers/acpi/utils.c dev = bus_find_device(&acpi_bus_type, NULL, &match, acpi_dev_match_cb); bus_find_device 343 drivers/base/bus.c EXPORT_SYMBOL_GPL(bus_find_device); bus_find_device 1284 drivers/base/platform.c return bus_find_device(&platform_bus_type, start, drv, bus_find_device 442 drivers/char/ipmi/ipmi_si_platform.c while ((dev = bus_find_device(&platform_bus_type, NULL, name, bus_find_device 50 drivers/firmware/efi/dev-path-parser.c *child = bus_find_device(&acpi_bus_type, NULL, &hid_uid, bus_find_device 524 drivers/hwtracing/coresight/coresight.c dev = bus_find_device(&coresight_bustype, NULL, &deactivate, bus_find_device 565 drivers/hwtracing/coresight/coresight.c dev = bus_find_device(&coresight_bustype, NULL, &id, bus_find_device 387 drivers/i2c/i2c-core-acpi.c dev = bus_find_device(&i2c_bus_type, NULL, handle, bus_find_device 151 drivers/i2c/i2c-core-of.c dev = bus_find_device(&i2c_bus_type, NULL, node, bus_find_device 137 drivers/iio/inkern.c idev = bus_find_device(&iio_bus_type, NULL, iiospec.np, bus_find_device 175 drivers/net/ethernet/ti/cpsw-phy-sel.c dev = bus_find_device(&platform_bus_type, NULL, node, match); bus_find_device 1488 drivers/net/ethernet/ti/davinci_emac.c phy = bus_find_device(&mdio_bus_type, NULL, NULL, bus_find_device 708 drivers/net/ethernet/toshiba/tc35815.c struct device *pd = bus_find_device(&platform_bus_type, NULL, bus_find_device 274 drivers/pci/search.c dev = bus_find_device(&pci_bus_type, dev_start, (void *)id, bus_find_device 513 drivers/s390/cio/css.c dev = bus_find_device(&css_bus_type, NULL, bus_find_device 668 drivers/s390/cio/device.c dev = bus_find_device(&ccw_bus_type, NULL, dev_id, match_dev_id); bus_find_device 189 drivers/s390/cio/scm.c dev = bus_find_device(&scm_bus_type, NULL, sale, check_address); bus_find_device 1394 drivers/s390/crypto/ap_bus.c dev = bus_find_device(&ap_bus_type, NULL, bus_find_device 1456 drivers/s390/crypto/ap_bus.c dev = bus_find_device(&ap_bus_type, NULL, bus_find_device 1554 drivers/s390/crypto/ap_bus.c bus_find_device(&ap_bus_type, NULL, bus_find_device 2075 drivers/thunderbolt/switch.c dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); bus_find_device 2099 drivers/thunderbolt/switch.c dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); bus_find_device 2126 drivers/thunderbolt/switch.c dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); bus_find_device 361 drivers/usb/core/usb.c dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface); bus_find_device 137 drivers/usb/phy/phy-am335x-control.c dev = bus_find_device(&platform_bus_type, NULL, node, match); bus_find_device 155 drivers/usb/phy/phy-isp1301.c struct device *dev = bus_find_device(&i2c_bus_type, NULL, bus_find_device 197 drivers/visorbus/visorbus_main.c dev = bus_find_device(&visorbus_type, dev_start, (void *)&id, bus_find_device 176 include/linux/device.h struct device *bus_find_device(struct bus_type *bus, struct device *start, bus_find_device 190 include/linux/device.h return bus_find_device(bus, start, name, device_match_name); bus_find_device 202 include/linux/device.h return bus_find_device(bus, NULL, np, device_match_of_node); bus_find_device 214 include/linux/device.h return bus_find_device(bus, NULL, fwnode, device_match_fwnode); bus_find_device 226 include/linux/device.h return bus_find_device(bus, NULL, &devt, device_match_devt); bus_find_device 238 include/linux/device.h return bus_find_device(bus, cur, NULL, device_match_any); bus_find_device 253 include/linux/device.h return bus_find_device(bus, NULL, adev, device_match_acpi_dev);