Searched refs:class_for_each_device (Results 1 - 13 of 13) sorted by relevance
/linux-4.4.14/drivers/power/ |
H A D | power_supply_core.c | 93 class_for_each_device(power_supply_class, NULL, psy, power_supply_changed_work() 184 error = class_for_each_device(power_supply_class, NULL, psy, power_supply_populate_supplied_from() 198 /* returning non-zero breaks out of class_for_each_device loop */ __power_supply_find_supply_from_node() 210 * class_for_each_device() either returns its own errors or values power_supply_find_supply_from_node() 216 * We return 0 if class_for_each_device() returned 1, -EPROBE_DEFER if power_supply_find_supply_from_node() 219 error = class_for_each_device(power_supply_class, NULL, supply_node, power_supply_find_supply_from_node() 301 error = class_for_each_device(power_supply_class, NULL, psy, power_supply_am_i_supplied() 330 error = class_for_each_device(power_supply_class, NULL, &count, power_supply_is_system_supplied()
|
H A D | apm_power.c | 82 error = class_for_each_device(power_supply_class, NULL, &bp, find_main_battery()
|
H A D | ab8500_btemp.c | 990 class_for_each_device(power_supply_class, NULL, ab8500_btemp_external_power_changed()
|
H A D | abx500_chargalg.c | 1337 class_for_each_device(power_supply_class, NULL, abx500_chargalg_algorithm()
|
H A D | ab8500_charger.c | 1995 class_for_each_device(power_supply_class, NULL, ab8500_charger_check_vbat_work()
|
H A D | ab8500_fg.c | 2399 class_for_each_device(power_supply_class, NULL, ab8500_fg_external_power_changed()
|
/linux-4.4.14/drivers/base/ |
H A D | devcoredump.c | 158 class_for_each_device(&devcd_class, NULL, NULL, devcd_free); disabled_store() 302 class_for_each_device(&devcd_class, NULL, NULL, devcd_free); devcoredump_exit()
|
H A D | class.c | 348 * class_for_each_device - device iterator 365 int class_for_each_device(struct class *class, struct device *start, class_for_each_device() function 390 EXPORT_SYMBOL_GPL(class_for_each_device); variable
|
/linux-4.4.14/drivers/isdn/mISDN/ |
H A D | core.c | 209 class_for_each_device(&mISDN_class, NULL, &cnt, _get_mdevice_count); get_mdevice_count()
|
/linux-4.4.14/net/ieee802154/ |
H A D | core.c | 76 return class_for_each_device(&wpan_phy_class, NULL, wpan_phy_for_each()
|
/linux-4.4.14/include/net/ |
H A D | cfg802154.h | 382 /* Same semantics as for class_for_each_device */
|
/linux-4.4.14/drivers/regulator/ |
H A D | core.c | 4053 return class_for_each_device(®ulator_class, NULL, &state, regulator_suspend_prepare() 4097 return class_for_each_device(®ulator_class, NULL, NULL, regulator_suspend_finish() 4300 class_for_each_device(®ulator_class, NULL, &summary_data, regulator_summary_show_subtree() 4320 class_for_each_device(®ulator_class, NULL, s, regulator_summary_show() 4430 class_for_each_device(®ulator_class, NULL, NULL, regulator_init_complete()
|
/linux-4.4.14/include/linux/ |
H A D | device.h | 442 extern int class_for_each_device(struct class *class, struct device *start,
|
Completed in 529 milliseconds