Home
last modified time | relevance | path

Searched refs:class_for_each_device (Results 1 – 10 of 10) sorted by relevance

/linux-6.14.4/drivers/acpi/
Dplatform_profile.c310 err = class_for_each_device(&platform_profile_class, NULL, in platform_profile_choices_show()
315 err = class_for_each_device(&platform_profile_class, NULL, in platform_profile_choices_show()
388 err = class_for_each_device(&platform_profile_class, NULL, in platform_profile_show()
427 ret = class_for_each_device(&platform_profile_class, NULL, in platform_profile_store()
434 ret = class_for_each_device(&platform_profile_class, NULL, &i, in platform_profile_store()
507 err = class_for_each_device(&platform_profile_class, NULL, in platform_profile_cycle()
516 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-6.14.4/scripts/gdb/linux/
Ddevice.py78 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.14.4/drivers/base/
Ddevcoredump.c208 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()
Dclass.c404 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);
Dcore.c1772 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.14.4/include/linux/device/
Dclass.h93 int class_for_each_device(const struct class *class, const struct device *start,
/linux-6.14.4/net/ieee802154/
Dcore.c62 return class_for_each_device(&wpan_phy_class, NULL, in wpan_phy_for_each()
/linux-6.14.4/drivers/isdn/mISDN/
Dcore.c194 class_for_each_device(&mISDN_class, NULL, &cnt, _get_mdevice_count); in get_mdevice_count()
/linux-6.14.4/drivers/regulator/
Dcore.c5952 class_for_each_device(&regulator_class, NULL, NULL, in regulator_register()
6281 class_for_each_device(&regulator_class, NULL, &summary_data, in regulator_summary_show_subtree()
6337 ret = class_for_each_device(&regulator_class, NULL, &lock_data, in regulator_summary_lock_all()
6340 class_for_each_device(&regulator_class, NULL, &lock_data, in regulator_summary_lock_all()
6378 class_for_each_device(&regulator_class, NULL, NULL, in regulator_summary_unlock()
6405 class_for_each_device(&regulator_class, NULL, s, in regulator_summary_show()
6503 class_for_each_device(&regulator_class, NULL, NULL, in regulator_init_complete_work_function()
6520 class_for_each_device(&regulator_class, NULL, NULL, in regulator_init_complete_work_function()
/linux-6.14.4/drivers/power/supply/
Dpower_supply_core.c147 return class_for_each_device(&power_supply_class, NULL, &cb_data, psy_for_each_psy_cb); in power_supply_for_each_psy()