···203203 *204204 * @name: Identifying name for the regulator.205205 * @supply_name: Identifying the regulator supply206206+ * @of_match: Name used to identify regulator in DT.207207+ * @regulators_node: Name of node containing regulator definitions in DT.206208 * @id: Numerical identifier for the regulator.207209 * @ops: Regulator operations table.208210 * @irq: Interrupt number for the regulator.···245243struct regulator_desc {246244 const char *name;247245 const char *supply_name;246246+ const char *of_match;247247+ const char *regulators_node;248248 int id;249249 bool continuous_voltage_range;250250 unsigned n_voltages;