Searched refs:test_power_supplies (Results 1 – 1 of 1) sorted by relevance
197 static struct power_supply *test_power_supplies[TEST_POWER_NUM];308 psy = test_power_supplies[TEST_BATTERY];328 BUILD_BUG_ON(TEST_POWER_NUM != ARRAY_SIZE(test_power_supplies));331 for (i = 0; i < ARRAY_SIZE(test_power_supplies); i++) {332 test_power_supplies[i] = power_supply_register(NULL,335 if (IS_ERR(test_power_supplies[i])) {338 ret = PTR_ERR(test_power_supplies[i]);349 power_supply_unregister(test_power_supplies[i]); in map_get_value() 362 for (i = 0; i < ARRAY_SIZE(test_power_supplies); i++)363 power_supply_changed(test_power_supplies[196 static struct power_supply *test_power_supplies[TEST_POWER_NUM]; global() variable [all...]