Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/power/supply/
Dpower_supply_core.c96 class_for_each_device(power_supply_class, NULL, psy, in power_supply_changed_work()
192 error = class_for_each_device(power_supply_class, NULL, psy, in power_supply_populate_supplied_from()
227 error = class_for_each_device(power_supply_class, NULL, supply_node, in power_supply_find_supply_from_node()
335 error = class_for_each_device(power_supply_class, NULL, &data, in power_supply_am_i_supplied()
367 error = class_for_each_device(power_supply_class, NULL, &count, in power_supply_is_system_supplied()
410 curr = class_for_each_device(power_supply_class, NULL, psy, in power_supply_set_input_current_limit_from_supplier()
Dapm_power.c82 error = class_for_each_device(power_supply_class, NULL, &bp, in find_main_battery()
Dab8500_btemp.c924 class_for_each_device(power_supply_class, NULL, in ab8500_btemp_external_power_changed()
Dabx500_chargalg.c1294 class_for_each_device(power_supply_class, NULL, in abx500_chargalg_algorithm()
Dab8500_fg.c2385 class_for_each_device(power_supply_class, NULL, in ab8500_fg_external_power_changed()
Dab8500_charger.c1923 class_for_each_device(power_supply_class, NULL, in ab8500_charger_check_vbat_work()
/Linux-v4.19/drivers/base/
Ddevcoredump.c144 class_for_each_device(&devcd_class, NULL, NULL, devcd_free); in disabled_store()
354 class_for_each_device(&devcd_class, NULL, NULL, devcd_free); in devcoredump_exit()
Dclass.c345 int class_for_each_device(struct class *class, struct device *start, in class_for_each_device() function
370 EXPORT_SYMBOL_GPL(class_for_each_device);
/Linux-v4.19/net/ieee802154/
Dcore.c76 return class_for_each_device(&wpan_phy_class, NULL, in wpan_phy_for_each()
/Linux-v4.19/drivers/regulator/
Dcore.c4408 class_for_each_device(&regulator_class, NULL, NULL, in regulator_register()
4481 return class_for_each_device(&regulator_class, NULL, &state, in regulator_suspend()
4512 return class_for_each_device(&regulator_class, NULL, &state, in regulator_resume()
4727 class_for_each_device(&regulator_class, NULL, &summary_data, in regulator_summary_show_subtree()
4747 class_for_each_device(&regulator_class, NULL, s, in regulator_summary_show()
4859 class_for_each_device(&regulator_class, NULL, NULL, in regulator_init_complete()
4867 class_for_each_device(&regulator_class, NULL, NULL, in regulator_init_complete()
4870 class_for_each_device(&regulator_class, NULL, NULL, in regulator_init_complete()
/Linux-v4.19/drivers/isdn/mISDN/
Dcore.c209 class_for_each_device(&mISDN_class, NULL, &cnt, _get_mdevice_count); in get_mdevice_count()
/Linux-v4.19/include/linux/
Ddevice.h462 extern int class_for_each_device(struct class *class, struct device *start,