Home
last modified time | relevance | path

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

12

/Linux-v4.19/sound/core/
Dseq_device.c92 bus_for_each_dev(&snd_seq_bus_type, NULL, buffer, print_dev_info); in snd_seq_device_info()
117 bus_for_each_dev(&snd_seq_bus_type, NULL, NULL, in autoload_drivers()
/Linux-v4.19/drivers/xen/xenbus/
Dxenbus_probe_frontend.c220 return bus_for_each_dev(&xenbus_frontend.bus, NULL, drv, in exists_essential_connecting_device()
225 return bus_for_each_dev(&xenbus_frontend.bus, NULL, drv, in exists_non_essential_connecting_device()
308 bus_for_each_dev(&xenbus_frontend.bus, NULL, drv, in wait_for_devices()
Dxenbus_probe.c338 bus_for_each_dev(bus, NULL, &info, cmp_dev); in xenbus_device_find()
369 bus_for_each_dev(bus, NULL, &info, cleanup_dev); in xenbus_cleanup_devices()
/Linux-v4.19/drivers/nubus/
Dbus.c113 return bus_for_each_dev(&nubus_bus_type, NULL, m, in nubus_proc_show()
/Linux-v4.19/drivers/mcb/
Dmcb-core.c317 bus_for_each_dev(&mcb_bus_type, NULL, NULL, __mcb_devices_unregister); in mcb_devices_unregister()
416 bus_for_each_dev(&mcb_bus_type, NULL, NULL, __mcb_bus_add_devices); in mcb_bus_add_devices()
/Linux-v4.19/drivers/bus/
Dmips_cdmm.c612 ret = bus_for_each_dev(&mips_cdmm_bustype, NULL, &cpu, in BUILD_PERDEV_HELPER()
655 ret = bus_for_each_dev(&mips_cdmm_bustype, NULL, &cpu, in mips_cdmm_cpu_online()
/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight.c91 return !bus_for_each_dev(&coresight_bustype, NULL, in coresight_source_is_unique()
875 bus_for_each_dev(&coresight_bustype, NULL, in coresight_fixup_orphan_conns()
942 bus_for_each_dev(&coresight_bustype, NULL, in coresight_remove_conns()
/Linux-v4.19/drivers/s390/crypto/
Dap_bus.c633 bus_for_each_dev(&ap_bus_type, NULL, NULL, in ap_bus_resume()
636 bus_for_each_dev(&ap_bus_type, NULL, NULL, in ap_bus_resume()
714 bus_for_each_dev(&ap_bus_type, NULL, NULL, __ap_revise_reserved); in ap_bus_revise_bindings()
1364 bus_for_each_dev(&ap_bus_type, NULL, in ap_scan_bus()
/Linux-v4.19/drivers/firmware/arm_scmi/
Dbus.c202 bus_for_each_dev(&scmi_bus_type, NULL, NULL, __scmi_devices_unregister); in scmi_devices_unregister()
/Linux-v4.19/drivers/platform/x86/
Dsurface3-wmi.c213 bus_for_each_dev(&platform_bus_type, NULL, NULL, in s3_wmi_probe()
Dapple-gmux.c746 !bus_for_each_dev(&pci_bus_type, NULL, NULL, is_thunderbolt); in gmux_probe()
/Linux-v4.19/drivers/base/
Dsoc.c244 ret = bus_for_each_dev(&soc_bus_type, NULL, (void *)matches, in soc_device_match()
Dbus.c298 int bus_for_each_dev(struct bus_type *bus, struct device *start, in bus_for_each_dev() function
315 EXPORT_SYMBOL_GPL(bus_for_each_dev);
757 return bus_for_each_dev(bus, NULL, NULL, bus_rescan_devices_helper); in bus_rescan_devices()
Ddd.c915 return bus_for_each_dev(drv->bus, NULL, drv, __driver_attach); in driver_attach()
/Linux-v4.19/drivers/s390/cio/
Dscm.c269 return bus_for_each_dev(&scm_bus_type, NULL, NULL, scm_dev_avail); in scm_process_availability_information()
Dcss.c124 return bus_for_each_dev(&css_bus_type, NULL, &cb, in for_each_subchannel_staged()
136 rc = bus_for_each_dev(&css_bus_type, NULL, &cb, call_fn_known_sch); in for_each_subchannel_staged()
718 bus_for_each_dev(&css_bus_type, NULL, unreg_set, __unset_registered); in css_schedule_eval_all_unreg()
/Linux-v4.19/drivers/sh/maple/
Dmaple.c463 bus_for_each_dev(&maple_bus_type, NULL, NULL, in maple_vblank_handler()
502 bus_for_each_dev(&maple_bus_type, NULL, &ds, in maple_map_subunits()
/Linux-v4.19/Documentation/driver-model/
Dbus.txt71 int bus_for_each_dev(struct bus_type * bus, struct device * start, void * data,
/Linux-v4.19/drivers/pcmcia/
Dds.c694 bus_for_each_dev(&pcmcia_bus_type, NULL, NULL, pcmcia_requery_callback); in pcmcia_requery()
1247 bus_for_each_dev(&pcmcia_bus_type, NULL, skt, pcmcia_bus_resume_callback); in pcmcia_bus_resume()
1254 if (bus_for_each_dev(&pcmcia_bus_type, NULL, skt, in pcmcia_bus_suspend()
/Linux-v4.19/drivers/staging/fbtft/
Dfbtft_device.c1317 bus_for_each_dev(&spi_bus_type, NULL, NULL, spi_device_found); in pr_spi_devices()
1335 bus_for_each_dev(&platform_bus_type, NULL, NULL, p_device_found); in pr_p_devices()
/Linux-v4.19/arch/ia64/sn/kernel/
Dtiocx.c556 bus_for_each_dev(&tiocx_bus_type, NULL, NULL, cx_remove_device); in tiocx_exit()
/Linux-v4.19/drivers/parport/
Dshare.c287 bus_for_each_dev(&parport_bus_type, NULL, drv, in __parport_register_driver()
339 bus_for_each_dev(&parport_bus_type, NULL, drv, port_detach); in parport_unregister_driver()
/Linux-v4.19/drivers/ipack/
Dipack.c247 bus_for_each_dev(&ipack_bus_type, NULL, bus, in ipack_bus_unregister()
/Linux-v4.19/arch/arm/mach-omap2/
Domap_device.c881 bus_for_each_dev(&platform_bus_type, NULL, NULL, omap_device_late_idle); in omap_device_late_init()
/Linux-v4.19/drivers/thunderbolt/
Ddomain.c781 return bus_for_each_dev(&tb_bus_type, NULL, tb, disconnect_xdomain); in tb_domain_disconnect_all_paths()

12