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

12

/linux-master/include/linux/device/
H A Dbus.h141 struct device *bus_find_device(const struct bus_type *bus, struct device *start,
155 return bus_find_device(bus, start, name, device_match_name);
167 return bus_find_device(bus, NULL, np, device_match_of_node);
179 return bus_find_device(bus, NULL, fwnode, device_match_fwnode);
191 return bus_find_device(bus, NULL, &devt, device_match_devt);
203 return bus_find_device(bus, cur, NULL, device_match_any);
218 return bus_find_device(bus, NULL, adev, device_match_acpi_dev);
/linux-master/arch/powerpc/platforms/pseries/
H A Dibmebus.c198 dev = bus_find_device(&ibmebus_bus_type, NULL, child,
282 dev = bus_find_device(&ibmebus_bus_type, NULL, path,
318 if ((dev = bus_find_device(&ibmebus_bus_type, NULL, path,
/linux-master/drivers/usb/phy/
H A Dphy-am335x-control.c137 dev = bus_find_device(&platform_bus_type, NULL, node, match);
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw-phy-sel.c174 dev = bus_find_device(&platform_bus_type, NULL, node, match);
H A Ddavinci_emac.c1513 phy = bus_find_device(&mdio_bus_type, NULL, NULL,
1526 put_device(phy); /* reference taken by bus_find_device */
/linux-master/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c310 dev = bus_find_device(hid_bpf_ops->bus_type, NULL, &hid_id, device_match_id);
358 dev = bus_find_device(hid_bpf_ops->bus_type, NULL, &hid_id, device_match_id);
392 /* get_device() is called by bus_find_device() */
/linux-master/drivers/pci/
H A Dsearch.c277 dev = bus_find_device(&pci_bus_type, dev_start, (void *)id,
/linux-master/drivers/base/
H A Dauxiliary.c358 dev = bus_find_device(&auxiliary_bus_type, start, data, match);
H A Dbus.c376 * bus_find_device - device iterator for locating a particular device.
390 struct device *bus_find_device(const struct bus_type *bus, function
410 EXPORT_SYMBOL_GPL(bus_find_device); variable
H A Dplatform.c1511 return bus_find_device(&platform_bus_type, start, drv,
/linux-master/drivers/s390/cio/
H A Dscm.c190 dev = bus_find_device(&scm_bus_type, NULL, sale, check_address);
H A Dcss.c486 dev = bus_find_device(&css_bus_type, NULL,
/linux-master/drivers/vdpa/
H A Dvdpa.c230 dev = bus_find_device(&vdpa_bus, NULL, dev_name(&vdev->dev), vdpa_name_match);
717 dev = bus_find_device(&vdpa_bus, NULL, name, vdpa_name_match);
801 dev = bus_find_device(&vdpa_bus, NULL, devname, vdpa_name_match);
1338 dev = bus_find_device(&vdpa_bus, NULL, devname, vdpa_name_match);
1426 dev = bus_find_device(&vdpa_bus, NULL, devname, vdpa_name_match);
/linux-master/drivers/char/ipmi/
H A Dipmi_si_platform.c427 while ((dev = bus_find_device(&platform_bus_type, NULL, name,
/linux-master/drivers/acpi/
H A Dacpi_lpss.c559 dev = bus_find_device(&platform_bus_type, NULL, &data, match_hid_uid);
563 return bus_find_device(&pci_bus_type, NULL, &data, match_hid_uid);
H A Dutils.c955 dev = bus_find_device(&acpi_bus_type, NULL, &match, acpi_dev_match_cb);
988 dev = bus_find_device(&acpi_bus_type, start, &match, acpi_dev_match_cb);
/linux-master/drivers/platform/x86/
H A Dwmi.c231 dev = bus_find_device(&wmi_bus_type, NULL, &guid, wmidev_match_guid);
242 dev = bus_find_device(&wmi_bus_type, NULL, &notify_id, wmidev_match_notify_id);
/linux-master/drivers/s390/crypto/
H A Dap_bus.c1845 dev = bus_find_device(&ap_bus_type, NULL,
1996 dev = bus_find_device(&ap_bus_type, NULL,
2256 bus_find_device(&ap_bus_type, NULL,
/linux-master/drivers/i2c/
H A Di2c-core-acpi.c431 dev = bus_find_device(&i2c_bus_type, NULL, handle, device_match_acpi_handle);
/linux-master/drivers/usb/core/
H A Dusb.c436 dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface);
438 /* Drop reference count from bus_find_device */
/linux-master/drivers/thunderbolt/
H A Dswitch.c3730 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match);
3754 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match);
3781 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match);
/linux-master/drivers/cxl/core/
H A Dport.c1333 dev = bus_find_device(&cxl_bus_type, NULL, ctx, match_port_by_dport);
1484 dev = bus_find_device(&cxl_bus_type, NULL, &ctx,
/linux-master/drivers/media/pci/intel/
H A Dipu-bridge.c140 dev = bus_find_device(&platform_bus_type, NULL, adev,
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-core.c525 dev = bus_find_device(&coresight_bustype, NULL, &id,
/linux-master/drivers/nvmem/
H A Dcore.c1117 dev = bus_find_device(&nvmem_bus_type, NULL, data, match);

Completed in 474 milliseconds

12