Lines Matching defs:props
128 static int z2_batt_ps_init(struct z2_charger *charger, int props)
135 props++; /* POWER_SUPPLY_PROP_STATUS */
137 props++; /* POWER_SUPPLY_PROP_TECHNOLOGY */
139 props++; /* POWER_SUPPLY_PROP_VOLTAGE_NOW */
141 props++; /* POWER_SUPPLY_PROP_VOLTAGE_MAX */
143 props++; /* POWER_SUPPLY_PROP_VOLTAGE_MIN */
145 prop = kcalloc(props, sizeof(*prop), GFP_KERNEL);
171 charger->batt_ps_desc.num_properties = props;
185 int props = 1; /* POWER_SUPPLY_PROP_PRESENT */
227 ret = z2_batt_ps_init(charger, props);