Searched refs:ac_chg_desc (Results 1 – 2 of 2) sorted by relevance
1046 pm2->ac_chg_desc.name = pm2->pdata->label; in pm2xxx_wall_charger_probe()1047 pm2->ac_chg_desc.type = POWER_SUPPLY_TYPE_MAINS; in pm2xxx_wall_charger_probe()1048 pm2->ac_chg_desc.properties = pm2xxx_charger_ac_props; in pm2xxx_wall_charger_probe()1049 pm2->ac_chg_desc.num_properties = ARRAY_SIZE(pm2xxx_charger_ac_props); in pm2xxx_wall_charger_probe()1050 pm2->ac_chg_desc.get_property = pm2xxx_charger_ac_get_property; in pm2xxx_wall_charger_probe()1098 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