Home
last modified time | relevance | path

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

12

/Linux-v5.10/include/linux/device/
Dbus.h162 struct device *bus_find_device(struct bus_type *bus, struct device *start,
176 return bus_find_device(bus, start, name, device_match_name); in bus_find_device_by_name()
188 return bus_find_device(bus, NULL, np, device_match_of_node); in bus_find_device_by_of_node()
200 return bus_find_device(bus, NULL, fwnode, device_match_fwnode); in bus_find_device_by_fwnode()
212 return bus_find_device(bus, NULL, &devt, device_match_devt); in bus_find_device_by_devt()
224 return bus_find_device(bus, cur, NULL, device_match_any); in bus_find_next_device()
239 return bus_find_device(bus, NULL, adev, device_match_acpi_dev); in bus_find_device_by_acpi_dev()
/Linux-v5.10/arch/powerpc/platforms/pseries/
Dibmebus.c192 dev = bus_find_device(&ibmebus_bus_type, NULL, child, in ibmebus_create_devices()
276 dev = bus_find_device(&ibmebus_bus_type, NULL, path, in probe_store()
312 if ((dev = bus_find_device(&ibmebus_bus_type, NULL, path, in remove_store()
/Linux-v5.10/drivers/firmware/efi/
Ddev-path-parser.c50 *child = bus_find_device(&acpi_bus_type, NULL, &hid_uid, in parse_acpi_path()
/Linux-v5.10/drivers/usb/phy/
Dphy-am335x-control.c137 dev = bus_find_device(&platform_bus_type, NULL, node, match); in am335x_get_phy_control()
Dphy-isp1301.c155 struct device *dev = bus_find_device(&i2c_bus_type, NULL, in isp1301_get_client()
/Linux-v5.10/drivers/net/ethernet/ti/
Dcpsw-phy-sel.c175 dev = bus_find_device(&platform_bus_type, NULL, node, match); in cpsw_phy_sel()
Ddavinci_emac.c1489 phy = bus_find_device(&mdio_bus_type, NULL, NULL, in emac_dev_open()
/Linux-v5.10/drivers/i2c/
Di2c-core-of.c151 dev = bus_find_device(&i2c_bus_type, NULL, node, in of_find_i2c_adapter_by_node()
Di2c-core-acpi.c387 dev = bus_find_device(&i2c_bus_type, NULL, handle, in i2c_acpi_find_adapter_by_handle()
/Linux-v5.10/drivers/pci/
Dsearch.c280 dev = bus_find_device(&pci_bus_type, dev_start, (void *)id, in pci_get_dev_by_id()
/Linux-v5.10/drivers/acpi/
Dutils.c839 dev = bus_find_device(&acpi_bus_type, NULL, &match, acpi_dev_match_cb); in acpi_dev_present()
868 dev = bus_find_device(&acpi_bus_type, NULL, &match, acpi_dev_match_cb); in acpi_dev_get_first_match_dev()
Dacpi_lpss.c539 dev = bus_find_device(&platform_bus_type, NULL, &data, match_hid_uid); in acpi_lpss_find_device()
543 return bus_find_device(&pci_bus_type, NULL, &data, match_hid_uid); in acpi_lpss_find_device()
/Linux-v5.10/drivers/s390/cio/
Dscm.c189 dev = bus_find_device(&scm_bus_type, NULL, sale, check_address); in scmdev_find()
Dcss.c513 dev = bus_find_device(&css_bus_type, NULL, in get_subchannel_by_schid()
Ddevice.c668 dev = bus_find_device(&ccw_bus_type, NULL, dev_id, match_dev_id); in get_ccwdev_by_dev_id()
/Linux-v5.10/drivers/s390/crypto/
Dap_bus.c1337 dev = bus_find_device(&ap_bus_type, NULL, in ap_scan_domains()
1451 dev = bus_find_device(&ap_bus_type, NULL, in ap_scan_adapter()
1601 bus_find_device(&ap_bus_type, NULL, in ap_scan_bus()
/Linux-v5.10/drivers/char/ipmi/
Dipmi_si_platform.c444 while ((dev = bus_find_device(&platform_bus_type, NULL, name, in ipmi_remove_platform_device_by_name()
/Linux-v5.10/drivers/base/
Dbus.c326 struct device *bus_find_device(struct bus_type *bus, in bus_find_device() function
344 EXPORT_SYMBOL_GPL(bus_find_device);
Dplatform.c1384 return bus_find_device(&platform_bus_type, start, drv, in platform_find_device_by_driver()
/Linux-v5.10/drivers/usb/core/
Dusb.c360 dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface); in usb_find_interface()
/Linux-v5.10/drivers/thunderbolt/
Dswitch.c2833 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_link_depth()
2857 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_uuid()
2884 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_route()
/Linux-v5.10/drivers/iio/
Dinkern.c137 idev = bus_find_device(&iio_bus_type, NULL, iiospec.np, in __of_iio_channel_get()
/Linux-v5.10/drivers/visorbus/
Dvisorbus_main.c197 dev = bus_find_device(&visorbus_type, dev_start, (void *)&id, in visorbus_get_device_by_id()
/Linux-v5.10/drivers/hwtracing/coresight/
Dcoresight-core.c657 dev = bus_find_device(&coresight_bustype, NULL, &id, in coresight_get_sink_by_id()
/Linux-v5.10/drivers/nvmem/
Dcore.c811 dev = bus_find_device(&nvmem_bus_type, NULL, data, match); in __nvmem_device_get()

12