Symbol: bus_for_each_dev
arch/arm/mach-omap2/omap_device.c
627
bus_for_each_dev(&platform_bus_type, NULL, NULL, omap_device_late_idle);
drivers/acpi/bus.c
1180
return bus_for_each_dev(&acpi_bus_type, NULL, data, fn);
drivers/ata/pata_parport/pata_parport.c
507
if (bus_for_each_dev(&pata_parport_bus_type, NULL, &match, pi_find_dev))
drivers/ata/pata_parport/pata_parport.c
762
bus_for_each_dev(&pata_parport_bus_type, NULL, port, pi_remove_port);
drivers/base/bus.c
388
EXPORT_SYMBOL_GPL(bus_for_each_dev);
drivers/base/bus.c
864
return bus_for_each_dev(bus, NULL, NULL, bus_rescan_devices_helper);
drivers/base/dd.c
1305
return bus_for_each_dev(drv->bus, NULL, (void *)drv, __driver_attach);
drivers/base/memory.c
1062
return bus_for_each_dev(&memory_subsys, NULL, &cb_data,
drivers/base/platform.c
992
if (!bus_for_each_dev(&platform_bus_type, NULL, &drv->driver, is_bound_to_driver)) {
drivers/base/soc.c
268
ret = bus_for_each_dev(&soc_bus_type, NULL, (void *)matches,
drivers/bus/fsl-mc/fsl-mc-bus.c
278
bus_for_each_dev(bus, NULL, NULL, scan_fsl_mc_bus);
drivers/bus/fsl-mc/fsl-mc-bus.c
325
bus_for_each_dev(bus, NULL, (void *)buf, fsl_mc_bus_set_autorescan);
drivers/bus/fsl-mc/fsl-mc-bus.c
332
bus_for_each_dev(bus, NULL, (void *)buf, fsl_mc_bus_get_autorescan);
drivers/bus/mips_cdmm.c
626
ret = bus_for_each_dev(&mips_cdmm_bustype, NULL, &cpu,
drivers/bus/mips_cdmm.c
669
ret = bus_for_each_dev(&mips_cdmm_bustype, NULL, &cpu,
drivers/bus/moxtet.c
177
ret = bus_for_each_dev(&moxtet_bus_type, NULL, dev,
drivers/cdx/cdx.c
176
bus_for_each_dev(bus, NULL, NULL, cdx_unregister_device);
drivers/cxl/acpi.c
918
rc = bus_for_each_dev(adev->dev.bus, NULL, root_port,
drivers/cxl/acpi.c
950
rc = bus_for_each_dev(adev->dev.bus, NULL, root_port,
drivers/cxl/core/port.c
2285
bus_for_each_dev(&cxl_bus_type, NULL, NULL, cxl_rescan_attach);
drivers/cxl/core/region.c
209
rc = bus_for_each_dev(&cxl_bus_type, NULL, &temp, is_dup);
drivers/cxl/pmem.c
345
bus_for_each_dev(&cxl_bus_type, NULL, cxl_nvb, detach_nvdimm);
drivers/firmware/arm_ffa/bus.c
165
bus_for_each_dev(&ffa_bus_type, NULL, NULL,
drivers/firmware/arm_scmi/bus.c
580
bus_for_each_dev(&scmi_bus_type, NULL, NULL, __scmi_devices_unregister);
drivers/firmware/google/coreboot_table.c
201
bus_for_each_dev(&coreboot_bus_type, NULL, NULL, __cb_dev_unregister);
drivers/hid/hid-core.c
3055
bus_for_each_dev(&hid_bus_type, NULL, hdrv,
drivers/hwtracing/coresight/coresight-core.c
1046
bus_for_each_dev(&coresight_bustype, NULL, csdev,
drivers/hwtracing/coresight/coresight-core.c
1135
return bus_for_each_dev(&coresight_bustype, NULL,
drivers/hwtracing/coresight/coresight-core.c
1159
bus_for_each_dev(&coresight_bustype, NULL, csdev,
drivers/hwtracing/coresight/coresight-core.c
1593
bus_for_each_dev(&coresight_bustype, NULL, NULL,
drivers/i2c/i2c-core-base.c
1984
res = bus_for_each_dev(&i2c_bus_type, NULL, data, fn);
drivers/iommu/iommu.c
1939
ret = bus_for_each_dev(bus, NULL, &group_list, probe_iommu_group);
drivers/iommu/iommu.c
297
bus_for_each_dev(iommu_buses[i], NULL, iommu, remove_iommu_group);
drivers/ipack/ipack.c
238
bus_for_each_dev(&ipack_bus_type, NULL, bus,
drivers/mcb/mcb-core.c
317
bus_for_each_dev(bus->dev.bus, NULL, NULL, __mcb_devices_unregister);
drivers/mcb/mcb-core.c
412
bus_for_each_dev(bus->dev.bus, NULL, NULL, __mcb_bus_add_devices);
drivers/most/core.c
1259
bus_for_each_dev(&mostbus, NULL, comp, disconnect_channels);
drivers/most/core.c
511
bus_for_each_dev(&mostbus, NULL, &d, print_links);
drivers/nubus/bus.c
95
return bus_for_each_dev(&nubus_bus_type, NULL, m,
drivers/parport/share.c
288
ret = bus_for_each_dev(&parport_bus_type, NULL, NULL,
drivers/parport/share.c
295
bus_for_each_dev(&parport_bus_type, NULL, drv,
drivers/parport/share.c
333
bus_for_each_dev(&parport_bus_type, NULL, drv, port_detach);
drivers/pcmcia/ds.c
1241
bus_for_each_dev(&pcmcia_bus_type, NULL, skt, pcmcia_bus_resume_callback);
drivers/pcmcia/ds.c
1248
if (bus_for_each_dev(&pcmcia_bus_type, NULL, skt,
drivers/pcmcia/ds.c
690
bus_for_each_dev(&pcmcia_bus_type, NULL, NULL, pcmcia_requery_callback);
drivers/peci/sysfs.c
30
ret = bus_for_each_dev(&peci_bus_type, NULL, NULL, rescan_controller);
drivers/platform/surface/surface3-wmi.c
205
bus_for_each_dev(&platform_bus_type, NULL, NULL,
drivers/platform/wmi/core.c
1123
ret = bus_for_each_dev(&wmi_bus_type, NULL, &context, wmi_count_guids);
drivers/platform/x86/apple-gmux.c
939
!bus_for_each_dev(&pci_bus_type, NULL, NULL, is_thunderbolt);
drivers/platform/x86/dell/dell-lis3lv02d.c
139
bus_for_each_dev(&i2c_bus_type, NULL, &adap, find_i801);
drivers/power/sequencing/core.c
682
ret = bus_for_each_dev(&pwrseq_bus, NULL, &match_data,
drivers/power/sequencing/core.c
997
bus_for_each_dev(&pwrseq_bus, NULL, &ctx, pwrseq_debugfs_seq_count);
drivers/s390/cio/css.c
124
return bus_for_each_dev(&css_bus_type, NULL, &cb,
drivers/s390/cio/css.c
136
rc = bus_for_each_dev(&css_bus_type, NULL, &cb, call_fn_known_sch);
drivers/s390/cio/css.c
777
bus_for_each_dev(&css_bus_type, NULL, set, __unset_validpath);
drivers/s390/cio/css.c
780
bus_for_each_dev(&css_bus_type, NULL, set, __unset_online);
drivers/s390/cio/device.c
1280
bus_for_each_dev(&ccw_bus_type, NULL, &redo, recovery_check);
drivers/s390/cio/scm.c
271
return bus_for_each_dev(&scm_bus_type, NULL, NULL, scm_dev_avail);
drivers/s390/crypto/ap_bus.c
1971
bus_for_each_dev(&ap_bus_type, NULL,
drivers/s390/crypto/ap_bus.c
792
bus_for_each_dev(&ap_bus_type, NULL, (void *)&ctrs, __ap_calc_helper);
drivers/s390/crypto/ap_bus.c
905
bus_for_each_dev(&ap_bus_type, NULL, NULL, __ap_revise_reserved);
drivers/sh/maple/maple.c
463
bus_for_each_dev(&maple_bus_type, NULL, NULL,
drivers/sh/maple/maple.c
502
bus_for_each_dev(&maple_bus_type, NULL, &ds,
drivers/spi/spi.c
708
status = bus_for_each_dev(&spi_bus_type, NULL, spi, spi_dev_check);
drivers/tee/optee/device.c
196
bus_for_each_dev(&tee_bus_type, NULL, NULL,
drivers/thunderbolt/domain.c
850
return bus_for_each_dev(&tb_bus_type, NULL, tb, disconnect_xdomain);
drivers/thunderbolt/icm.c
2078
bus_for_each_dev(&tb_bus_type, &sw->dev, NULL, complete_rpm);
drivers/thunderbolt/xdomain.c
2488
bus_for_each_dev(&tb_bus_type, NULL, NULL, update_xdomain);
drivers/usb/core/driver.c
1017
bus_for_each_dev(&usb_bus_type, NULL, new_udriver,
drivers/usb/core/usb.c
475
return bus_for_each_dev(&usb_bus_type, NULL, &arg, __each_dev);
drivers/vdpa/vdpa.c
1474
bus_for_each_dev(&vdpa_bus, NULL, &info, vdpa_dev_config_dump);
drivers/vdpa/vdpa.c
370
bus_for_each_dev(&vdpa_bus, NULL, mdev, vdpa_match_remove);
drivers/vdpa/vdpa.c
870
bus_for_each_dev(&vdpa_bus, NULL, &info, vdpa_dev_dump);
drivers/xen/xenbus/xenbus_probe.c
414
bus_for_each_dev(bus, NULL, &info, cmp_dev);
drivers/xen/xenbus/xenbus_probe.c
445
bus_for_each_dev(bus, NULL, &info, cleanup_dev);
drivers/xen/xenbus/xenbus_probe_backend.c
282
bus_for_each_dev(&xenbus_backend.bus, NULL, NULL,
drivers/xen/xenbus/xenbus_probe_frontend.c
232
return bus_for_each_dev(&xenbus_frontend.bus, NULL, drv,
drivers/xen/xenbus/xenbus_probe_frontend.c
237
return bus_for_each_dev(&xenbus_frontend.bus, NULL, drv,
drivers/xen/xenbus/xenbus_probe_frontend.c
320
bus_for_each_dev(&xenbus_frontend.bus, NULL, drv,
include/linux/device/bus.h
155
int bus_for_each_dev(const struct bus_type *bus, struct device *start,
sound/core/seq_device.c
124
bus_for_each_dev(&snd_seq_bus_type, NULL, NULL,
sound/core/seq_device.c
99
bus_for_each_dev(&snd_seq_bus_type, NULL, buffer, print_dev_info);