/linux/arch/powerpc/platforms/pseries/ |
H A D | ibmebus.c | 198 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 D | platform-test.c | 81 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 D | overlay_test.c | 95 dev = bus_find_device(&platform_bus_type, NULL, kunit_compatible, in of_overlay_apply_kunit_cleanup()
|
/linux/drivers/vdpa/ |
H A D | vdpa.c | 230 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 D | phy-am335x-control.c | 137 dev = bus_find_device(&platform_bus_type, NULL, node, match); in am335x_get_phy_control()
|
/linux/drivers/net/ethernet/ti/ |
H A D | cpsw-phy-sel.c | 174 dev = bus_find_device(&platform_bus_type, NULL, node, match); in cpsw_phy_sel()
|
/linux/drivers/pci/ |
H A D | search.c | 277 dev = bus_find_device(&pci_bus_type, dev_start, (void *)id, in pci_get_dev_by_id()
|
/linux/drivers/char/ipmi/ |
H A D | ipmi_si_platform.c | 425 while ((dev = bus_find_device(&platform_bus_type, NULL, name, in ipmi_remove_platform_device_by_name()
|
/linux/drivers/acpi/x86/ |
H A D | lpss.c | 560 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 D | ap_bus.c | 1838 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 D | bus.c | 378 * 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 D | platform.c | 1505 return bus_find_device(&platform_bus_type, start, drv, in platform_find_device_by_driver()
|
/linux/drivers/hid/bpf/ |
H A D | hid_bpf_dispatch.c | 204 dev = bus_find_device(hid_ops->bus_type, NULL, &hid_id, device_match_id); in hid_get_device()
|
/linux/drivers/usb/core/ |
H A D | usb.c | 436 dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface); in usb_find_interface()
|
/linux/drivers/media/pci/intel/ |
H A D | ipu-bridge.c | 161 dev = bus_find_device(&platform_bus_type, NULL, adev, in ipu_bridge_get_ivsc_csi_dev()
|
/linux/drivers/thunderbolt/ |
H A D | switch.c | 3731 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 D | port.c | 1339 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 D | coresight-core.c | 564 dev = bus_find_device(&coresight_bustype, NULL, &id, in coresight_put_ref()
|
/linux/drivers/platform/x86/ |
H A D | wmi.c | 197 dev = bus_find_device(&wmi_bus_type, NULL, &guid, wmidev_match_guid); in wmi_find_device_by_guid()
|
/linux/drivers/s390/cio/ |
H A D | css.c | 486 dev = bus_find_device(&css_bus_type, NULL, in get_subchannel_by_schid()
|
/linux/drivers/i2c/ |
H A D | i2c-core-base.c | 1879 dev = bus_find_device(&i2c_bus_type, NULL, fwnode, in i2c_find_adapter_by_fwnode()
|
/linux/drivers/net/ethernet/toshiba/ |
H A D | tc35815.c | 706 struct device *pd = bus_find_device(&platform_bus_type, NULL, in tc35815_read_plat_dev_addr()
|