Searched refs:class_for_each_device (Results 1 – 8 of 8) sorted by relevance
/linux/scripts/gdb/linux/ |
H A D | device.py | 78 def class_for_each_device(cls): function 127 for dev in class_for_each_device(cls): 131 for dev in class_for_each_device(cls): 173 for dev in class_for_each_device(cls):
|
/linux/drivers/acpi/ |
H A D | platform_profile.c | 308 err = class_for_each_device(&platform_profile_class, NULL, in platform_profile_choices_show() 313 err = class_for_each_device(&platform_profile_class, NULL, in platform_profile_choices_show() 386 err = class_for_each_device(&platform_profile_class, NULL, in platform_profile_show() 425 ret = class_for_each_device(&platform_profile_class, NULL, in platform_profile_store() 432 ret = class_for_each_device(&platform_profile_class, NULL, &i, in platform_profile_store() 504 err = class_for_each_device(&platform_profile_class, NULL, in platform_profile_cycle() 513 err = class_for_each_device(&platform_profile_class, NULL, in platform_profile_cycle() 525 err = class_for_each_device(&platform_profile_class, NULL, &next, in platform_profile_cycle()
|
/linux/drivers/base/ |
H A D | devcoredump.c | 208 class_for_each_device(&devcd_class, NULL, NULL, devcd_free); in disabled_store() 447 class_for_each_device(&devcd_class, NULL, NULL, devcd_free); in devcoredump_exit()
|
H A D | core.c | 1771 class_for_each_device(&devlink_class, NULL, NULL, in fw_devlink_drivers_done() 1808 class_for_each_device(&devlink_class, NULL, &sync_list, in fw_devlink_probing_done()
|
/linux/include/linux/device/ |
H A D | class.h | 93 int class_for_each_device(const struct class *class, const struct device *start,
|
/linux/net/ieee802154/ |
H A D | core.c | 62 return class_for_each_device(&wpan_phy_class, NULL, in wpan_phy_for_each()
|
/linux/drivers/isdn/mISDN/ |
H A D | core.c | 194 class_for_each_device(&mISDN_class, NULL, &cnt, _get_mdevice_count); in get_mdevice_count()
|
/linux/drivers/regulator/ |
H A D | core.c | 5994 class_for_each_device(®ulator_class, NULL, NULL, in regulator_register() 6323 class_for_each_device(®ulator_class, NULL, &summary_data, in regulator_summary_show_subtree() 6379 ret = class_for_each_device(®ulator_class, NULL, &lock_data, in regulator_summary_lock_all() 6382 class_for_each_device(®ulator_class, NULL, &lock_data, in regulator_summary_lock_all() 6420 class_for_each_device(®ulator_class, NULL, NULL, in regulator_summary_unlock() 6447 class_for_each_device(®ulator_class, NULL, s, in regulator_summary_show() 6545 class_for_each_device(®ulator_class, NULL, NULL, in regulator_init_complete_work_function() 6562 class_for_each_device(®ulator_class, NULL, NULL, in regulator_init_complete_work_function()
|