Home
last modified time | relevance | path

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

/drivers/acpi/
A Dplatform_profile.c308 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()
/drivers/base/
A 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()
A 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);
A Dcore.c1771 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()
/drivers/isdn/mISDN/
A Dcore.c194 class_for_each_device(&mISDN_class, NULL, &cnt, _get_mdevice_count); in get_mdevice_count()
/drivers/regulator/
A Dcore.c5994 class_for_each_device(&regulator_class, NULL, NULL, in regulator_register()
6323 class_for_each_device(&regulator_class, NULL, &summary_data, in regulator_summary_show_subtree()
6379 ret = class_for_each_device(&regulator_class, NULL, &lock_data, in regulator_summary_lock_all()
6382 class_for_each_device(&regulator_class, NULL, &lock_data, in regulator_summary_lock_all()
6420 class_for_each_device(&regulator_class, NULL, NULL, in regulator_summary_unlock()
6447 class_for_each_device(&regulator_class, NULL, s, in regulator_summary_show()
6545 class_for_each_device(&regulator_class, NULL, NULL, in regulator_init_complete_work_function()
6562 class_for_each_device(&regulator_class, NULL, NULL, in regulator_init_complete_work_function()
/drivers/power/supply/
A Dpower_supply_core.c146 return class_for_each_device(&power_supply_class, NULL, &cb_data, psy_for_each_psy_cb); in power_supply_for_each_psy()

Completed in 34 milliseconds