/drivers/video/omap2/dss/ |
D | display.c | 100 r = bus_for_each_dev(bus, NULL, NULL, dss_suspend_device); in dss_suspend_all_devices() 130 return bus_for_each_dev(bus, NULL, NULL, dss_resume_device); in dss_resume_all_devices() 146 bus_for_each_dev(bus, NULL, NULL, dss_disable_device); in dss_disable_all_devices()
|
/drivers/scsi/device_handler/ |
D | scsi_dh.c | 337 bus_for_each_dev(&scsi_bus_type, NULL, scsi_dh, scsi_dh_notifier_add); in scsi_register_device_handler() 357 bus_for_each_dev(&scsi_bus_type, NULL, scsi_dh, in scsi_unregister_device_handler() 575 bus_for_each_dev(&scsi_bus_type, NULL, NULL, in scsi_dh_init() 583 bus_for_each_dev(&scsi_bus_type, NULL, NULL, in scsi_dh_exit()
|
/drivers/xen/xenbus/ |
D | xenbus_probe_frontend.c | 217 return bus_for_each_dev(&xenbus_frontend.bus, NULL, drv, in exists_essential_connecting_device() 222 return bus_for_each_dev(&xenbus_frontend.bus, NULL, drv, in exists_non_essential_connecting_device() 306 bus_for_each_dev(&xenbus_frontend.bus, NULL, drv, in wait_for_devices()
|
D | xenbus_probe.c | 335 bus_for_each_dev(bus, NULL, &info, cmp_dev); in xenbus_device_find() 366 bus_for_each_dev(bus, NULL, &info, cleanup_dev); in xenbus_cleanup_devices()
|
/drivers/base/ |
D | bus.c | 286 int bus_for_each_dev(struct bus_type *bus, struct device *start, in bus_for_each_dev() function 303 EXPORT_SYMBOL_GPL(bus_for_each_dev); 794 return bus_for_each_dev(bus, NULL, NULL, bus_rescan_devices_helper); in bus_rescan_devices()
|
D | dd.c | 479 return bus_for_each_dev(drv->bus, NULL, drv, __driver_attach); in driver_attach()
|
/drivers/sh/maple/ |
D | maple.c | 463 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()
|
/drivers/pcmcia/ |
D | ds.c | 678 bus_for_each_dev(&pcmcia_bus_type, NULL, NULL, pcmcia_requery_callback); in pcmcia_requery() 1220 bus_for_each_dev(&pcmcia_bus_type, NULL, skt, pcmcia_bus_resume_callback); in pcmcia_bus_resume() 1227 if (bus_for_each_dev(&pcmcia_bus_type, NULL, skt, in pcmcia_bus_suspend()
|
/drivers/s390/cio/ |
D | scm.c | 313 return bus_for_each_dev(&scm_bus_type, NULL, NULL, scm_dev_avail); in scm_process_availability_information()
|
D | css.c | 126 rc = bus_for_each_dev(&css_bus_type, NULL, &cb, call_fn_known_sch); in for_each_subchannel_staged() 620 bus_for_each_dev(&css_bus_type, NULL, unreg_set, __unset_registered); in css_schedule_eval_all_unreg()
|
D | device.c | 1296 bus_for_each_dev(&ccw_bus_type, NULL, &redo, recovery_check); in recovery_work_func() 1364 bus_for_each_dev(&ccw_bus_type, NULL, NULL, purge_fn); in ccw_purge_blacklisted()
|
/drivers/ipack/ |
D | ipack.c | 237 bus_for_each_dev(&ipack_bus_type, NULL, bus, in ipack_bus_unregister()
|
/drivers/amba/ |
D | bus.c | 753 bus_for_each_dev(&amba_bustype, NULL, &data, amba_find_match); in amba_find_device()
|
/drivers/iommu/ |
D | iommu.c | 586 bus_for_each_dev(bus, NULL, ops, add_iommu_group); in iommu_bus_init()
|
/drivers/media/platform/davinci/ |
D | vpbe.c | 632 err = bus_for_each_dev(&platform_bus_type, NULL, vpbe_dev, in vpbe_initialize()
|
D | vpbe_venc.c | 614 err = bus_for_each_dev(&platform_bus_type, NULL, &venc, in venc_sub_dev_init()
|
D | vpbe_display.c | 1786 err = bus_for_each_dev(&platform_bus_type, NULL, disp_dev, in vpbe_display_probe()
|
/drivers/media/platform/exynos4-is/ |
D | media-dev.c | 1415 ret = bus_for_each_dev(&platform_bus_type, NULL, fmd, in fimc_md_probe()
|
/drivers/i2c/ |
D | i2c-core.c | 1293 res = bus_for_each_dev(&i2c_bus_type, NULL, data, fn); in i2c_for_each_dev()
|