Searched refs:class_for_each_device (Results 1 – 10 of 10) sorted by relevance
/linux-6.14.4/drivers/acpi/ |
D | platform_profile.c | 310 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/ |
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.14.4/drivers/base/ |
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()
|
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);
|
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.14.4/include/linux/device/ |
D | class.h | 93 int class_for_each_device(const struct class *class, const struct device *start,
|
/linux-6.14.4/net/ieee802154/ |
D | core.c | 62 return class_for_each_device(&wpan_phy_class, NULL, in wpan_phy_for_each()
|
/linux-6.14.4/drivers/isdn/mISDN/ |
D | core.c | 194 class_for_each_device(&mISDN_class, NULL, &cnt, _get_mdevice_count); in get_mdevice_count()
|
/linux-6.14.4/drivers/regulator/ |
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.14.4/drivers/power/supply/ |
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()
|