Home
last modified time | relevance | path

Searched refs:bus_for_each_dev (Results 1 – 25 of 50) sorted by relevance

12

/Linux-v5.15/sound/core/
Dseq_device.c77 bus_for_each_dev(&snd_seq_bus_type, NULL, buffer, print_dev_info); in snd_seq_device_info()
102 bus_for_each_dev(&snd_seq_bus_type, NULL, NULL, in autoload_drivers()
/Linux-v5.15/drivers/xen/xenbus/
Dxenbus_probe_frontend.c242 return bus_for_each_dev(&xenbus_frontend.bus, NULL, drv, in exists_essential_connecting_device()
247 return bus_for_each_dev(&xenbus_frontend.bus, NULL, drv, in exists_non_essential_connecting_device()
330 bus_for_each_dev(&xenbus_frontend.bus, NULL, drv, in wait_for_devices()
Dxenbus_probe_backend.c282 bus_for_each_dev(&xenbus_backend.bus, NULL, NULL, in backend_shrink_memory_count()
Dxenbus_probe.c403 bus_for_each_dev(bus, NULL, &info, cmp_dev); in xenbus_device_find()
434 bus_for_each_dev(bus, NULL, &info, cleanup_dev); in xenbus_cleanup_devices()
/Linux-v5.15/drivers/nubus/
Dbus.c111 return bus_for_each_dev(&nubus_bus_type, NULL, m, in nubus_proc_show()
/Linux-v5.15/drivers/mcb/
Dmcb-core.c312 bus_for_each_dev(&mcb_bus_type, NULL, NULL, __mcb_devices_unregister); in mcb_devices_unregister()
411 bus_for_each_dev(&mcb_bus_type, NULL, NULL, __mcb_bus_add_devices); in mcb_bus_add_devices()
/Linux-v5.15/drivers/cxl/
Dacpi.c395 rc = bus_for_each_dev(adev->dev.bus, NULL, root_port, in cxl_acpi_probe()
406 rc = bus_for_each_dev(adev->dev.bus, NULL, root_port, in cxl_acpi_probe()
Dpmem.c109 bus_for_each_dev(&cxl_bus_type, NULL, NULL, cxl_nvdimm_release_driver); in offline_nvdimm_bus()
/Linux-v5.15/drivers/bus/
Dmips_cdmm.c625 ret = bus_for_each_dev(&mips_cdmm_bustype, NULL, &cpu, in BUILD_PERDEV_HELPER()
668 ret = bus_for_each_dev(&mips_cdmm_bustype, NULL, &cpu, in mips_cdmm_cpu_online()
/Linux-v5.15/drivers/tee/optee/
Ddevice.c176 bus_for_each_dev(&tee_bus_type, NULL, NULL, in optee_unregister_devices()
/Linux-v5.15/include/linux/device/
Dbus.h160 int bus_for_each_dev(struct bus_type *bus, struct device *start, void *data,
/Linux-v5.15/drivers/firmware/arm_ffa/
Dbus.c145 bus_for_each_dev(&ffa_bus_type, NULL, NULL, in ffa_devices_unregister()
/Linux-v5.15/drivers/firmware/google/
Dcoreboot_table.c171 bus_for_each_dev(&coreboot_bus_type, NULL, NULL, __cb_dev_unregister); in coreboot_table_remove()
/Linux-v5.15/drivers/platform/surface/
Dsurface3-wmi.c213 bus_for_each_dev(&platform_bus_type, NULL, NULL, in s3_wmi_probe()
/Linux-v5.15/drivers/parport/
Dshare.c297 ret = bus_for_each_dev(&parport_bus_type, NULL, NULL, in __parport_register_driver()
304 bus_for_each_dev(&parport_bus_type, NULL, drv, in __parport_register_driver()
342 bus_for_each_dev(&parport_bus_type, NULL, drv, port_detach); in parport_unregister_driver()
/Linux-v5.15/drivers/s390/cio/
Dcss.c125 return bus_for_each_dev(&css_bus_type, NULL, &cb, in for_each_subchannel_staged()
137 rc = bus_for_each_dev(&css_bus_type, NULL, &cb, call_fn_known_sch); in for_each_subchannel_staged()
818 bus_for_each_dev(&css_bus_type, NULL, set, __unset_registered); in css_schedule_eval_cond()
821 bus_for_each_dev(&css_bus_type, NULL, set, __unset_online); in css_schedule_eval_cond()
Dscm.c270 return bus_for_each_dev(&scm_bus_type, NULL, NULL, scm_dev_avail); in scm_process_availability_information()
/Linux-v5.15/drivers/hwtracing/coresight/
Dcoresight-core.c122 return !bus_for_each_dev(&coresight_bustype, NULL, in coresight_source_is_unique()
1056 bus_for_each_dev(&coresight_bustype, NULL, csdev, in coresight_clear_default_sink()
1369 return bus_for_each_dev(&coresight_bustype, NULL, in coresight_fixup_orphan_conns()
1455 bus_for_each_dev(&coresight_bustype, NULL, in coresight_remove_conns()
/Linux-v5.15/drivers/base/
Dsoc.c253 ret = bus_for_each_dev(&soc_bus_type, NULL, (void *)matches, in soc_device_match()
Dbus.c288 int bus_for_each_dev(struct bus_type *bus, struct device *start, in bus_for_each_dev() function
305 EXPORT_SYMBOL_GPL(bus_for_each_dev);
707 return bus_for_each_dev(bus, NULL, NULL, bus_rescan_devices_helper); in bus_rescan_devices()
/Linux-v5.15/drivers/firmware/arm_scmi/
Dbus.c276 bus_for_each_dev(&scmi_bus_type, NULL, NULL, __scmi_devices_unregister); in scmi_devices_unregister()
/Linux-v5.15/drivers/vdpa/
Dvdpa.c286 bus_for_each_dev(&vdpa_bus, NULL, mdev, vdpa_match_remove); in vdpa_mgmtdev_unregister()
609 bus_for_each_dev(&vdpa_bus, NULL, &info, vdpa_dev_dump); in vdpa_nl_cmd_dev_get_dumpit()
/Linux-v5.15/drivers/bus/fsl-mc/
Dfsl-mc-bus.c242 bus_for_each_dev(bus, NULL, NULL, scan_fsl_mc_bus); in rescan_store()
289 bus_for_each_dev(bus, NULL, (void *)buf, fsl_mc_bus_set_autorescan); in autorescan_store()
296 bus_for_each_dev(bus, NULL, (void *)buf, fsl_mc_bus_get_autorescan); in autorescan_show()
/Linux-v5.15/drivers/sh/maple/
Dmaple.c462 bus_for_each_dev(&maple_bus_type, NULL, NULL, in maple_vblank_handler()
501 bus_for_each_dev(&maple_bus_type, NULL, &ds, in maple_map_subunits()
/Linux-v5.15/Documentation/driver-api/driver-model/
Dbus.rst72 int bus_for_each_dev(struct bus_type * bus, struct device * start,

12