.. | .. |
---|
116 | 116 | allows error conditions to be reported to the core. |
---|
117 | 117 | |
---|
118 | 118 | Registration should be triggered by explicit setup done by the platform, |
---|
119 | | -supplying a struct :c:type:`regulator_init_data` for the regulator |
---|
| 119 | +supplying a struct regulator_init_data for the regulator |
---|
120 | 120 | containing constraint and supply information. |
---|
121 | 121 | |
---|
122 | 122 | Machine interface |
---|
.. | .. |
---|
144 | 144 | consumers are rated for. |
---|
145 | 145 | |
---|
146 | 146 | This is done at driver registration time` by providing a |
---|
147 | | -struct :c:type:`regulation_constraints`. |
---|
| 147 | +struct regulation_constraints. |
---|
148 | 148 | |
---|
149 | 149 | The constraints may also specify an initial configuration for the |
---|
150 | 150 | regulator in the constraints, which is particularly useful for use with |
---|