Searched refs:class_for_each_device (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.4/scripts/gdb/linux/ | 
| D | device.py | 78 def class_for_each_device(cls):  function127                 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-v5.4/drivers/power/supply/ | 
| D | power_supply_core.c | 95 		class_for_each_device(power_supply_class, NULL, psy,  in power_supply_changed_work()189 	error = class_for_each_device(power_supply_class, NULL, psy,  in power_supply_populate_supplied_from()
 224 	error = class_for_each_device(power_supply_class, NULL, supply_node,  in power_supply_find_supply_from_node()
 332 	error = class_for_each_device(power_supply_class, NULL, &data,  in power_supply_am_i_supplied()
 364 	error = class_for_each_device(power_supply_class, NULL, &count,  in power_supply_is_system_supplied()
 407 	curr = class_for_each_device(power_supply_class, NULL, psy,  in power_supply_set_input_current_limit_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 | 924 	class_for_each_device(power_supply_class, NULL,  in ab8500_btemp_external_power_changed()
 | 
| D | abx500_chargalg.c | 1294 	class_for_each_device(power_supply_class, NULL,  in abx500_chargalg_algorithm()
 | 
| D | ab8500_fg.c | 2385 	class_for_each_device(power_supply_class, NULL,  in ab8500_fg_external_power_changed()
 | 
| D | ab8500_charger.c | 1924 	class_for_each_device(power_supply_class, NULL,  in ab8500_charger_check_vbat_work()
 | 
| /Linux-v5.4/drivers/base/ | 
| D | devcoredump.c | 144 	class_for_each_device(&devcd_class, NULL, NULL, devcd_free);  in disabled_store()345 	class_for_each_device(&devcd_class, NULL, NULL, devcd_free);  in devcoredump_exit()
 
 | 
| D | class.c | 351 int class_for_each_device(struct class *class, struct device *start,  in class_for_each_device()  function376 EXPORT_SYMBOL_GPL(class_for_each_device);
 
 | 
| /Linux-v5.4/net/ieee802154/ | 
| D | core.c | 62 	return class_for_each_device(&wpan_phy_class, NULL,  in wpan_phy_for_each()
 | 
| /Linux-v5.4/drivers/isdn/mISDN/ | 
| D | core.c | 200 	class_for_each_device(&mISDN_class, NULL, &cnt, _get_mdevice_count);  in get_mdevice_count()
 | 
| /Linux-v5.4/drivers/regulator/ | 
| D | core.c | 5190 	class_for_each_device(®ulator_class, NULL, NULL,  in regulator_register()5502 	class_for_each_device(®ulator_class, NULL, &summary_data,  in regulator_summary_show_subtree()
 5558 	ret = class_for_each_device(®ulator_class, NULL, &lock_data,  in regulator_summary_lock_all()
 5561 		class_for_each_device(®ulator_class, NULL, &lock_data,  in regulator_summary_lock_all()
 5598 	class_for_each_device(®ulator_class, NULL, NULL,  in regulator_summary_unlock()
 5625 	class_for_each_device(®ulator_class, NULL, s,  in regulator_summary_show()
 5720 	class_for_each_device(®ulator_class, NULL, NULL,  in regulator_init_complete_work_function()
 5728 	class_for_each_device(®ulator_class, NULL, NULL,  in regulator_init_complete_work_function()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | device.h | 633 extern int class_for_each_device(struct class *class, struct device *start,
 |