Searched refs:class_for_each_device (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/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-6.15/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-6.15/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 | 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);
|
| H A D | core.c | 1772 class_for_each_device(&devlink_class, NULL, NULL, in fw_devlink_drivers_done() 1809 class_for_each_device(&devlink_class, NULL, &sync_list, in fw_devlink_probing_done()
|
| /linux-6.15/include/linux/device/ |
| H A D | class.h | 93 int class_for_each_device(const struct class *class, const struct device *start,
|
| /linux-6.15/net/ieee802154/ |
| H A D | core.c | 62 return class_for_each_device(&wpan_phy_class, NULL, in wpan_phy_for_each()
|
| /linux-6.15/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-6.15/drivers/regulator/ |
| H A D | core.c | 5952 class_for_each_device(®ulator_class, NULL, NULL, in regulator_register() 6281 class_for_each_device(®ulator_class, NULL, &summary_data, in regulator_summary_show_subtree() 6337 ret = class_for_each_device(®ulator_class, NULL, &lock_data, in regulator_summary_lock_all() 6340 class_for_each_device(®ulator_class, NULL, &lock_data, in regulator_summary_lock_all() 6378 class_for_each_device(®ulator_class, NULL, NULL, in regulator_summary_unlock() 6405 class_for_each_device(®ulator_class, NULL, s, in regulator_summary_show() 6503 class_for_each_device(®ulator_class, NULL, NULL, in regulator_init_complete_work_function() 6520 class_for_each_device(®ulator_class, NULL, NULL, in regulator_init_complete_work_function()
|
| /linux-6.15/drivers/power/supply/ |
| H A D | power_supply_core.c | 147 return class_for_each_device(&power_supply_class, NULL, &cb_data, psy_for_each_psy_cb); in power_supply_for_each_psy()
|