Searched refs:levels_uv (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/regulator/
H A Dscmi-regulator.c150 delta_uV = (vinfo->levels_uv[SCMI_VOLTAGE_SEGMENT_HIGH] -
151 vinfo->levels_uv[SCMI_VOLTAGE_SEGMENT_LOW]);
157 vinfo->levels_uv[SCMI_VOLTAGE_SEGMENT_LOW],
158 vinfo->levels_uv[SCMI_VOLTAGE_SEGMENT_HIGH],
166 vinfo->levels_uv[SCMI_VOLTAGE_SEGMENT_LOW];
172 vinfo->levels_uv[SCMI_VOLTAGE_SEGMENT_LOW];
174 vinfo->levels_uv[SCMI_VOLTAGE_SEGMENT_STEP];
191 sreg->desc.volt_table = (const unsigned int *)vinfo->levels_uv;
194 sreg->desc.fixed_uV = vinfo->levels_uv[0];
217 * voltages: as a consequence each levels_uv entr
[all...]
/linux-master/drivers/firmware/arm_scmi/
H A Dvoltage.c114 v->levels_uv = devm_kcalloc(dev, num_levels, sizeof(u32), GFP_KERNEL);
115 if (!v->levels_uv)
174 p->v->levels_uv[st->desc_index + st->loop_idx] = val;
206 devm_kfree(ph->dev, v->levels_uv);
/linux-master/include/linux/
H A Dscmi_protocol.h557 * @segmented: defines the layout of the entries of array @levels_uv.
563 * @negative_volts_allowed: True if any of the entries of @levels_uv represent
568 * @num_levels: number of total entries in @levels_uv.
569 * @levels_uv: array of entries describing the available voltage levels for
582 int *levels_uv; member in struct:scmi_voltage_info

Completed in 289 milliseconds