Home
last modified time | relevance | path

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

/drivers/power/
Dpower_supply_core.c44 class_for_each_device(power_supply_class, NULL, psy, in power_supply_changed_work()
82 error = class_for_each_device(power_supply_class, NULL, psy, in power_supply_am_i_supplied()
108 error = class_for_each_device(power_supply_class, NULL, NULL, in power_supply_is_system_supplied()
Dapm_power.c81 error = class_for_each_device(power_supply_class, NULL, &bp, in find_main_battery()
/drivers/base/
Dclass.c368 int class_for_each_device(struct class *class, struct device *start, in class_for_each_device() function
393 EXPORT_SYMBOL_GPL(class_for_each_device);
/drivers/ieee1394/
Dnodemgr.c1410 class_for_each_device(&nodemgr_ud_class, NULL, ne, update_pdrv); in nodemgr_update_pdrv()
1509 if (class_for_each_device(&nodemgr_ne_class, NULL, &p, node_probe) != 0) in nodemgr_node_probe()
1513 if (class_for_each_device(&nodemgr_ne_class, NULL, &p, node_probe) != 0) in nodemgr_node_probe()
1775 return class_for_each_device(&hpsb_host_class, NULL, &p, per_host); in nodemgr_for_each_host()
/drivers/isdn/mISDN/
Dcore.c204 class_for_each_device(&mISDN_class, NULL, &cnt, _get_mdevice_count); in get_mdevice_count()
/drivers/i2c/
Di2c-core.c738 class_for_each_device(&i2c_adapter_class, NULL, driver, in i2c_register_driver()
799 class_for_each_device(&i2c_adapter_class, NULL, driver, in i2c_del_driver()