Searched refs:class_for_each_device (Results 1 – 5 of 5) 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 | 309 err = class_for_each_device(&platform_profile_class, NULL, in platform_profile_choices_show() 314 err = class_for_each_device(&platform_profile_class, NULL, in platform_profile_choices_show() 387 err = class_for_each_device(&platform_profile_class, NULL, in platform_profile_show() 426 ret = class_for_each_device(&platform_profile_class, NULL, in platform_profile_store() 433 ret = class_for_each_device(&platform_profile_class, NULL, &i, in platform_profile_store() 505 err = class_for_each_device(&platform_profile_class, NULL, in platform_profile_cycle() 515 err = class_for_each_device(&platform_profile_class, NULL, in platform_profile_cycle() 528 err = class_for_each_device(&platform_profile_class, NULL, &next, in platform_profile_cycle()
|
| /linux/drivers/base/ |
| H A D | class.c | 404 int class_for_each_device(const struct class *class, const struct device *start, in class_for_each_device() function 431 EXPORT_SYMBOL_GPL(class_for_each_device);
|
| /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/regulator/ |
| H A D | core.c | 6629 class_for_each_device(®ulator_class, NULL, &summary_data, in regulator_summary_show_subtree() 6685 ret = class_for_each_device(®ulator_class, NULL, &lock_data, in regulator_summary_lock_all() 6688 class_for_each_device(®ulator_class, NULL, &lock_data, in regulator_summary_lock_all() 6726 class_for_each_device(®ulator_class, NULL, NULL, in regulator_summary_unlock() 6753 class_for_each_device(®ulator_class, NULL, s, in regulator_summary_show() 6874 class_for_each_device(®ulator_class, NULL, NULL, in regulator_init_complete_work_function()
|