Lines Matching refs:psy_desc
48 struct power_supply_desc psy_desc;
241 isp->psy_desc.type = POWER_SUPPLY_TYPE_USB_DCP;
244 isp->psy_desc.type = POWER_SUPPLY_TYPE_USB;
253 if (isp->psy_desc.type != POWER_SUPPLY_TYPE_USB_DCP) {
262 isp->psy_desc.type = POWER_SUPPLY_TYPE_USB_CDP;
269 isp->psy_desc.type = POWER_SUPPLY_TYPE_USB;
420 isp->psy_desc.name = "isp1704";
421 isp->psy_desc.type = POWER_SUPPLY_TYPE_USB;
422 isp->psy_desc.properties = power_props;
423 isp->psy_desc.num_properties = ARRAY_SIZE(power_props);
424 isp->psy_desc.get_property = isp1704_charger_get_property;
428 isp->psy = power_supply_register(isp->dev, &isp->psy_desc, &psy_cfg);