Searched refs:ac_chg_desc (Results 1 – 2 of 2) sorted by relevance
1036 pm2->ac_chg_desc.name = pm2->pdata->label; in pm2xxx_wall_charger_probe()1037 pm2->ac_chg_desc.type = POWER_SUPPLY_TYPE_MAINS; in pm2xxx_wall_charger_probe()1038 pm2->ac_chg_desc.properties = pm2xxx_charger_ac_props; in pm2xxx_wall_charger_probe()1039 pm2->ac_chg_desc.num_properties = ARRAY_SIZE(pm2xxx_charger_ac_props); in pm2xxx_wall_charger_probe()1040 pm2->ac_chg_desc.get_property = pm2xxx_charger_ac_get_property; in pm2xxx_wall_charger_probe()1089 pm2->ac_chg.psy = power_supply_register(pm2->dev, &pm2->ac_chg_desc, in pm2xxx_wall_charger_probe()
489 struct power_supply_desc ac_chg_desc; member