Searched refs:class_for_each_device (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.6/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-v6.6/drivers/base/ |
D | devcoredump.c | 215 class_for_each_device(&devcd_class, NULL, NULL, devcd_free); in disabled_store() 422 class_for_each_device(&devcd_class, NULL, NULL, devcd_free); in devcoredump_exit()
|
D | class.c | 387 int class_for_each_device(const struct class *class, const struct device *start, in class_for_each_device() function 414 EXPORT_SYMBOL_GPL(class_for_each_device);
|
D | core.c | 1759 class_for_each_device(&devlink_class, NULL, NULL, in fw_devlink_drivers_done() 1796 class_for_each_device(&devlink_class, NULL, &sync_list, in fw_devlink_probing_done()
|
/Linux-v6.6/drivers/power/supply/ |
D | power_supply_core.c | 97 class_for_each_device(power_supply_class, NULL, psy, in power_supply_changed_work() 191 error = class_for_each_device(power_supply_class, NULL, psy, in power_supply_populate_supplied_from() 226 error = class_for_each_device(power_supply_class, NULL, supply_node, in power_supply_find_supply_from_node() 333 error = class_for_each_device(power_supply_class, NULL, &data, in power_supply_am_i_supplied() 369 error = class_for_each_device(power_supply_class, NULL, &count, in power_supply_is_system_supplied() 416 ret = class_for_each_device(power_supply_class, NULL, &data, in power_supply_get_property_from_supplier()
|
D | apm_power.c | 82 error = class_for_each_device(power_supply_class, NULL, &bp, in find_main_battery()
|
D | ab8500_btemp.c | 620 class_for_each_device(power_supply_class, NULL, psy, in ab8500_btemp_external_power_changed()
|
D | ab8500_chargalg.c | 1234 class_for_each_device(power_supply_class, NULL, in ab8500_chargalg_algorithm()
|
D | ab8500_charger.c | 1952 class_for_each_device(power_supply_class, NULL, in ab8500_charger_check_vbat_work()
|
D | ab8500_fg.c | 2410 class_for_each_device(power_supply_class, NULL, psy, in ab8500_fg_external_power_changed()
|
/Linux-v6.6/include/linux/device/ |
D | class.h | 97 int class_for_each_device(const struct class *class, const struct device *start, void *data,
|
/Linux-v6.6/net/ieee802154/ |
D | core.c | 62 return class_for_each_device(&wpan_phy_class, NULL, in wpan_phy_for_each()
|
/Linux-v6.6/drivers/isdn/mISDN/ |
D | core.c | 193 class_for_each_device(&mISDN_class, NULL, &cnt, _get_mdevice_count); in get_mdevice_count()
|
/Linux-v6.6/drivers/regulator/ |
D | core.c | 5711 class_for_each_device(®ulator_class, NULL, NULL, in regulator_register() 6032 class_for_each_device(®ulator_class, NULL, &summary_data, in regulator_summary_show_subtree() 6088 ret = class_for_each_device(®ulator_class, NULL, &lock_data, in regulator_summary_lock_all() 6091 class_for_each_device(®ulator_class, NULL, &lock_data, in regulator_summary_lock_all() 6129 class_for_each_device(®ulator_class, NULL, NULL, in regulator_summary_unlock() 6156 class_for_each_device(®ulator_class, NULL, s, in regulator_summary_show() 6246 class_for_each_device(®ulator_class, NULL, NULL, in regulator_init_complete_work_function() 6254 class_for_each_device(®ulator_class, NULL, NULL, in regulator_init_complete_work_function()
|