Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mcb/
Dmcb-core.c216 bus_for_each_dev(&mcb_bus_type, NULL, NULL, __mcb_devices_unregister); in mcb_devices_unregister()
334 bus_for_each_dev(&mcb_bus_type, NULL, NULL, __mcb_bus_add_devices); in mcb_bus_add_devices()
335 bus_for_each_dev(&mcb_bus_type, NULL, NULL, __mcb_bus_add_child); in mcb_bus_add_devices()
/linux-4.4.14/sound/core/seq/
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-4.4.14/drivers/xen/xenbus/
Dxenbus_probe_frontend.c228 return bus_for_each_dev(&xenbus_frontend.bus, NULL, drv, in exists_essential_connecting_device()
233 return bus_for_each_dev(&xenbus_frontend.bus, NULL, drv, in exists_non_essential_connecting_device()
316 bus_for_each_dev(&xenbus_frontend.bus, NULL, drv, in wait_for_devices()
Dxenbus_probe.c342 bus_for_each_dev(bus, NULL, &info, cmp_dev); in xenbus_device_find()
373 bus_for_each_dev(bus, NULL, &info, cleanup_dev); in xenbus_cleanup_devices()
/linux-4.4.14/drivers/bus/
Dmips_cdmm.c611 ret = bus_for_each_dev(&mips_cdmm_bustype, NULL, data, in BUILD_PERDEV_HELPER()
652 ret = bus_for_each_dev(&mips_cdmm_bustype, NULL, data, in mips_cdmm_bus_up()
/linux-4.4.14/drivers/hwtracing/coresight/
Dcoresight.c67 return !bus_for_each_dev(&coresight_bustype, NULL, in coresight_source_is_unique()
538 bus_for_each_dev(&coresight_bustype, NULL, in coresight_fixup_orphan_conns()
/linux-4.4.14/drivers/s390/cio/
Dscm.c268 return bus_for_each_dev(&scm_bus_type, NULL, NULL, scm_dev_avail); in scm_process_availability_information()
Dcss.c121 return bus_for_each_dev(&css_bus_type, NULL, &cb, in for_each_subchannel_staged()
133 rc = bus_for_each_dev(&css_bus_type, NULL, &cb, call_fn_known_sch); in for_each_subchannel_staged()
632 bus_for_each_dev(&css_bus_type, NULL, unreg_set, __unset_registered); in css_schedule_eval_all_unreg()
Ddevice.c1297 bus_for_each_dev(&ccw_bus_type, NULL, &redo, recovery_check); in recovery_work_func()
1365 bus_for_each_dev(&ccw_bus_type, NULL, NULL, purge_fn); in ccw_purge_blacklisted()
/linux-4.4.14/drivers/base/
Dbus.c301 int bus_for_each_dev(struct bus_type *bus, struct device *start, in bus_for_each_dev() function
318 EXPORT_SYMBOL_GPL(bus_for_each_dev);
798 return bus_for_each_dev(bus, NULL, NULL, bus_rescan_devices_helper); in bus_rescan_devices()
Ddd.c661 return bus_for_each_dev(drv->bus, NULL, drv, __driver_attach); in driver_attach()
/linux-4.4.14/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-4.4.14/Documentation/driver-model/
Dbus.txt71 int bus_for_each_dev(struct bus_type * bus, struct device * start, void * data,
Dporting.txt410 int bus_for_each_dev(struct bus_type * bus, struct device * start,
/linux-4.4.14/drivers/staging/fbtft/
Dfbtft_device.c1302 bus_for_each_dev(&spi_bus_type, NULL, NULL, spi_device_found); in pr_spi_devices()
1320 bus_for_each_dev(&platform_bus_type, NULL, NULL, p_device_found); in pr_p_devices()
/linux-4.4.14/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-4.4.14/arch/ia64/sn/kernel/
Dtiocx.c556 bus_for_each_dev(&tiocx_bus_type, NULL, NULL, cx_remove_device); in tiocx_exit()
/linux-4.4.14/drivers/parport/
Dshare.c285 bus_for_each_dev(&parport_bus_type, NULL, drv, in __parport_register_driver()
337 bus_for_each_dev(&parport_bus_type, NULL, drv, port_detach); in parport_unregister_driver()
/linux-4.4.14/drivers/ipack/
Dipack.c247 bus_for_each_dev(&ipack_bus_type, NULL, bus, in ipack_bus_unregister()
/linux-4.4.14/drivers/amba/
Dbus.c633 bus_for_each_dev(&amba_bustype, NULL, &data, amba_find_match); in amba_find_device()
/linux-4.4.14/arch/arm/mach-omap2/
Domap_device.c918 bus_for_each_dev(&platform_bus_type, NULL, NULL, omap_device_late_idle); in omap_device_late_init()
/linux-4.4.14/drivers/s390/crypto/
Dap_bus.c1267 bus_for_each_dev(&ap_bus_type, NULL, NULL, __ap_devices_unregister); in ap_bus_resume()
1853 bus_for_each_dev(&ap_bus_type, NULL, NULL, __ap_devices_unregister); in ap_module_exit()
/linux-4.4.14/drivers/iommu/
Diommu.c975 err = bus_for_each_dev(bus, NULL, &cb, add_iommu_group); in iommu_bus_init()
984 bus_for_each_dev(bus, NULL, &cb, remove_iommu_group); in iommu_bus_init()
/linux-4.4.14/drivers/media/platform/davinci/
Dvpbe_venc.c614 err = bus_for_each_dev(&platform_bus_type, NULL, &venc, in venc_sub_dev_init()
Dvpbe.c645 err = bus_for_each_dev(&platform_bus_type, NULL, vpbe_dev, in vpbe_initialize()
Dvpbe_display.c1403 err = bus_for_each_dev(&platform_bus_type, NULL, disp_dev, in vpbe_display_probe()
/linux-4.4.14/drivers/usb/core/
Dusb.c265 return bus_for_each_dev(&usb_bus_type, NULL, &arg, __each_dev); in usb_for_each_dev()
/linux-4.4.14/include/linux/
Ddevice.h152 int bus_for_each_dev(struct bus_type *bus, struct device *start, void *data,
/linux-4.4.14/drivers/spi/
Dspi.c521 status = bus_for_each_dev(&spi_bus_type, NULL, spi, spi_dev_check); in spi_add_device()
/linux-4.4.14/drivers/i2c/
Di2c-core.c1849 res = bus_for_each_dev(&i2c_bus_type, NULL, data, fn); in i2c_for_each_dev()