Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/gdb/linux/
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):
/linux-6.3-rc2/drivers/base/
A Ddevcoredump.c215 class_for_each_device(&devcd_class, NULL, NULL, devcd_free); in disabled_store()
423 class_for_each_device(&devcd_class, NULL, NULL, devcd_free); in devcoredump_exit()
A Dclass.c367 int class_for_each_device(struct class *class, struct device *start, in class_for_each_device() function
392 EXPORT_SYMBOL_GPL(class_for_each_device);
A Dcore.c1753 class_for_each_device(&devlink_class, NULL, NULL, in fw_devlink_drivers_done()
/linux-6.3-rc2/drivers/power/supply/
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()
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()
365 error = class_for_each_device(power_supply_class, NULL, &count, in power_supply_is_system_supplied()
412 ret = class_for_each_device(power_supply_class, NULL, &data, in power_supply_get_property_from_supplier()
A Dapm_power.c82 error = class_for_each_device(power_supply_class, NULL, &bp, in find_main_battery()
A Dab8500_btemp.c629 class_for_each_device(power_supply_class, NULL, in ab8500_btemp_external_power_changed()
A Dab8500_chargalg.c1234 class_for_each_device(power_supply_class, NULL, in ab8500_chargalg_algorithm()
A Dab8500_charger.c1952 class_for_each_device(power_supply_class, NULL, in ab8500_charger_check_vbat_work()
A Dab8500_fg.c2412 class_for_each_device(power_supply_class, NULL, in ab8500_fg_external_power_changed()
/linux-6.3-rc2/include/linux/device/
A Dclass.h114 extern int class_for_each_device(struct class *class, struct device *start,
/linux-6.3-rc2/net/ieee802154/
A Dcore.c62 return class_for_each_device(&wpan_phy_class, NULL, in wpan_phy_for_each()
/linux-6.3-rc2/drivers/isdn/mISDN/
A Dcore.c200 class_for_each_device(&mISDN_class, NULL, &cnt, _get_mdevice_count); in get_mdevice_count()
/linux-6.3-rc2/drivers/regulator/
A Dcore.c5647 class_for_each_device(&regulator_class, NULL, NULL, in regulator_register()
5972 class_for_each_device(&regulator_class, NULL, &summary_data, in regulator_summary_show_subtree()
6028 ret = class_for_each_device(&regulator_class, NULL, &lock_data, in regulator_summary_lock_all()
6031 class_for_each_device(&regulator_class, NULL, &lock_data, in regulator_summary_lock_all()
6068 class_for_each_device(&regulator_class, NULL, NULL, in regulator_summary_unlock()
6095 class_for_each_device(&regulator_class, NULL, s, in regulator_summary_show()
6185 class_for_each_device(&regulator_class, NULL, NULL, in regulator_init_complete_work_function()
6193 class_for_each_device(&regulator_class, NULL, NULL, in regulator_init_complete_work_function()

Completed in 44 milliseconds