Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
H A Dibmebus.c198 dev = bus_find_device(&ibmebus_bus_type, NULL, child, in ibmebus_create_devices()
282 dev = bus_find_device(&ibmebus_bus_type, NULL, path, in probe_store()
318 if ((dev = bus_find_device(&ibmebus_bus_type, NULL, path, in remove_store()
/linux/lib/kunit/
H A Dplatform-test.c81 dev = bus_find_device(&platform_bus_type, NULL, name, in kunit_platform_device_add_cleans_up()
98 dev = bus_find_device(&platform_bus_type, NULL, name, in kunit_platform_device_add_cleans_up()
/linux/drivers/of/
H A Doverlay_test.c95 dev = bus_find_device(&platform_bus_type, NULL, kunit_compatible, in of_overlay_apply_kunit_cleanup()
/linux/drivers/vdpa/
H A Dvdpa.c230 dev = bus_find_device(&vdpa_bus, NULL, dev_name(&vdev->dev), vdpa_name_match); in __vdpa_register_device()
717 dev = bus_find_device(&vdpa_bus, NULL, name, vdpa_name_match); in vdpa_nl_cmd_dev_del_set_doit()
801 dev = bus_find_device(&vdpa_bus, NULL, devname, vdpa_name_match); in vdpa_nl_cmd_dev_get_doit()
1338 dev = bus_find_device(&vdpa_bus, NULL, devname, vdpa_name_match); in vdpa_nl_cmd_dev_config_get_doit()
1411 dev = bus_find_device(&vdpa_bus, NULL, name, vdpa_name_match); in vdpa_nl_cmd_dev_attr_set_doit()
1500 dev = bus_find_device(&vdpa_bus, NULL, devname, vdpa_name_match); in vdpa_nl_cmd_dev_stats_get_doit()
/linux/drivers/usb/phy/
H A Dphy-am335x-control.c137 dev = bus_find_device(&platform_bus_type, NULL, node, match); in am335x_get_phy_control()
/linux/drivers/net/ethernet/ti/
H A Dcpsw-phy-sel.c174 dev = bus_find_device(&platform_bus_type, NULL, node, match); in cpsw_phy_sel()
/linux/drivers/pci/
H A Dsearch.c277 dev = bus_find_device(&pci_bus_type, dev_start, (void *)id, in pci_get_dev_by_id()
/linux/drivers/char/ipmi/
H A Dipmi_si_platform.c425 while ((dev = bus_find_device(&platform_bus_type, NULL, name, in ipmi_remove_platform_device_by_name()
/linux/drivers/acpi/x86/
H A Dlpss.c560 dev = bus_find_device(&platform_bus_type, NULL, &data, match_hid_uid); in acpi_lpss_find_device()
564 return bus_find_device(&pci_bus_type, NULL, &data, match_hid_uid); in acpi_lpss_find_device()
/linux/drivers/s390/crypto/
H A Dap_bus.c1838 dev = bus_find_device(&ap_bus_type, NULL, in ap_scan_domains()
1988 dev = bus_find_device(&ap_bus_type, NULL, in ap_scan_adapter()
2247 bus_find_device(&ap_bus_type, NULL, in ap_scan_bus()
/linux/drivers/base/
H A Dbus.c378 * bus_find_device - device iterator for locating a particular device.
392 struct device *bus_find_device(const struct bus_type *bus, in bus_find_device() function
415 EXPORT_SYMBOL_GPL(bus_find_device); in next_driver()
H A Dplatform.c1505 return bus_find_device(&platform_bus_type, start, drv, in platform_find_device_by_driver()
/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c204 dev = bus_find_device(hid_ops->bus_type, NULL, &hid_id, device_match_id); in hid_get_device()
/linux/drivers/usb/core/
H A Dusb.c436 dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface); in usb_find_interface()
/linux/drivers/media/pci/intel/
H A Dipu-bridge.c161 dev = bus_find_device(&platform_bus_type, NULL, adev, in ipu_bridge_get_ivsc_csi_dev()
/linux/drivers/thunderbolt/
H A Dswitch.c3731 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_link_depth()
3755 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_uuid()
3782 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_route()
/linux/drivers/cxl/core/
H A Dport.c1339 dev = bus_find_device(&cxl_bus_type, NULL, ctx, match_port_by_dport); in __find_cxl_port()
1490 bus_find_device(&cxl_bus_type, NULL, &ctx, port_has_memdev); in cxl_detach_ep()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c564 dev = bus_find_device(&coresight_bustype, NULL, &id, in coresight_put_ref()
/linux/drivers/platform/x86/
H A Dwmi.c197 dev = bus_find_device(&wmi_bus_type, NULL, &guid, wmidev_match_guid); in wmi_find_device_by_guid()
/linux/drivers/s390/cio/
H A Dcss.c486 dev = bus_find_device(&css_bus_type, NULL, in get_subchannel_by_schid()
/linux/drivers/i2c/
H A Di2c-core-base.c1879 dev = bus_find_device(&i2c_bus_type, NULL, fwnode, in i2c_find_adapter_by_fwnode()
/linux/drivers/net/ethernet/toshiba/
H A Dtc35815.c706 struct device *pd = bus_find_device(&platform_bus_type, NULL, in tc35815_read_plat_dev_addr()