Home
last modified time | relevance | path

Searched refs:class_for_each_device (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Ddevice.py78 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):
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Ddevice.py78 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):
/kernel/linux/linux-5.10/drivers/base/
H A Ddevcoredump.c183 * class_for_each_device(&devcd_class,
219 class_for_each_device(&devcd_class, NULL, NULL, devcd_free); in disabled_store()
427 class_for_each_device(&devcd_class, NULL, NULL, devcd_free); in devcoredump_exit()
H A Dclass.c340 * class_for_each_device - device iterator
357 int class_for_each_device(struct class *class, struct device *start, in class_for_each_device() function
382 EXPORT_SYMBOL_GPL(class_for_each_device); variable
/kernel/linux/linux-6.6/drivers/base/
H A Ddevcoredump.c179 * class_for_each_device(&devcd_class,
215 class_for_each_device(&devcd_class, NULL, NULL, devcd_free); in disabled_store()
425 class_for_each_device(&devcd_class, NULL, NULL, devcd_free); in devcoredump_exit()
H A Dclass.c371 * class_for_each_device - device iterator
388 int class_for_each_device(const struct class *class, const struct device *start, in class_for_each_device() function
415 EXPORT_SYMBOL_GPL(class_for_each_device); variable
H A Dcore.c1761 class_for_each_device(&devlink_class, NULL, NULL, in fw_devlink_drivers_done()
1798 class_for_each_device(&devlink_class, NULL, &sync_list, in fw_devlink_probing_done()
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dpower_supply_core.c95 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()
203 /* returning non-zero breaks out of class_for_each_device loop */ in __power_supply_find_supply_from_node()
215 * class_for_each_device() either returns its own errors or values in power_supply_find_supply_from_node()
221 * We return 0 if class_for_each_device() returned 1, -EPROBE_DEFER if in power_supply_find_supply_from_node()
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()
368 error = class_for_each_device(power_supply_class, NULL, &count, in power_supply_is_system_supplied()
415 ret = class_for_each_device(power_supply_class, NULL, &data, in power_supply_get_property_from_supplier()
H A Dapm_power.c82 error = class_for_each_device(power_supply_class, NULL, &bp, in find_main_battery()
H A Dab8500_btemp.c924 class_for_each_device(power_supply_class, NULL, psy, in ab8500_btemp_external_power_changed()
H A Dabx500_chargalg.c1294 class_for_each_device(power_supply_class, NULL, in abx500_chargalg_algorithm()
H A Dab8500_charger.c1949 class_for_each_device(power_supply_class, NULL, in ab8500_charger_check_vbat_work()
H A Dab8500_fg.c2383 class_for_each_device(power_supply_class, NULL, psy, in ab8500_fg_external_power_changed()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dpower_supply_core.c97 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()
205 /* returning non-zero breaks out of class_for_each_device loop */ in __power_supply_find_supply_from_node()
217 * class_for_each_device() either returns its own errors or values in power_supply_find_supply_from_node()
223 * We return 0 if class_for_each_device() returned 1, -EPROBE_DEFER if in power_supply_find_supply_from_node()
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()
H A Dapm_power.c82 error = class_for_each_device(power_supply_class, NULL, &bp, in find_main_battery()
H A Dab8500_btemp.c620 class_for_each_device(power_supply_class, NULL, psy, in ab8500_btemp_external_power_changed()
H A Dab8500_chargalg.c1234 class_for_each_device(power_supply_class, NULL, in ab8500_chargalg_algorithm()
/kernel/linux/linux-6.6/include/linux/device/
H A Dclass.h97 int class_for_each_device(const struct class *class, const struct device *start, void *data,
/kernel/linux/linux-5.10/include/linux/device/
H A Dclass.h114 extern int class_for_each_device(struct class *class, struct device *start,
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Dcore.c200 class_for_each_device(&mISDN_class, NULL, &cnt, _get_mdevice_count); in get_mdevice_count()
/kernel/linux/linux-5.10/net/ieee802154/
H A Dcore.c62 return class_for_each_device(&wpan_phy_class, NULL, in wpan_phy_for_each()
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
H A Dcore.c193 class_for_each_device(&mISDN_class, NULL, &cnt, _get_mdevice_count); in get_mdevice_count()
/kernel/linux/linux-6.6/net/ieee802154/
H A Dcore.c62 return class_for_each_device(&wpan_phy_class, NULL, in wpan_phy_for_each()
/kernel/linux/linux-5.10/drivers/regulator/
H A Dcore.c5480 class_for_each_device(&regulator_class, NULL, NULL, in regulator_register()
5801 class_for_each_device(&regulator_class, NULL, &summary_data, in regulator_summary_show_subtree()
5857 ret = class_for_each_device(&regulator_class, NULL, &lock_data, in regulator_summary_lock_all()
5860 class_for_each_device(&regulator_class, NULL, &lock_data, in regulator_summary_lock_all()
5898 class_for_each_device(&regulator_class, NULL, NULL, in regulator_summary_unlock()
5925 class_for_each_device(&regulator_class, NULL, s, in regulator_summary_show()
6014 class_for_each_device(&regulator_class, NULL, NULL, in regulator_init_complete_work_function()
6022 class_for_each_device(&regulator_class, NULL, NULL, in regulator_init_complete_work_function()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dcore.c5715 class_for_each_device(&regulator_class, NULL, NULL, in regulator_register()
6036 class_for_each_device(&regulator_class, NULL, &summary_data, in regulator_summary_show_subtree()
6092 ret = class_for_each_device(&regulator_class, NULL, &lock_data, in regulator_summary_lock_all()
6095 class_for_each_device(&regulator_class, NULL, &lock_data, in regulator_summary_lock_all()
6133 class_for_each_device(&regulator_class, NULL, NULL, in regulator_summary_unlock()
6160 class_for_each_device(&regulator_class, NULL, s, in regulator_summary_show()
6250 class_for_each_device(&regulator_class, NULL, NULL, in regulator_init_complete_work_function()
6258 class_for_each_device(&regulator_class, NULL, NULL, in regulator_init_complete_work_function()

Completed in 46 milliseconds

12