Home
last modified time | relevance | path

Searched defs:regulator_ops (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/regulator/
H A Ddriver.h154 struct regulator_ops { global() struct
157 list_voltageregulator_ops global() argument
160 set_voltageregulator_ops global() argument
162 map_voltageregulator_ops global() argument
163 set_voltage_selregulator_ops global() argument
164 get_voltageregulator_ops global() argument
165 get_voltage_selregulator_ops global() argument
168 set_current_limitregulator_ops global() argument
170 get_current_limitregulator_ops global() argument
172 set_input_current_limitregulator_ops global() argument
173 set_over_current_protectionregulator_ops global() argument
175 set_over_voltage_protectionregulator_ops global() argument
177 set_under_voltage_protectionregulator_ops global() argument
179 set_thermal_protectionregulator_ops global() argument
181 set_active_dischargeregulator_ops global() argument
184 enableregulator_ops global() argument
185 disableregulator_ops global() argument
186 is_enabledregulator_ops global() argument
189 set_moderegulator_ops global() argument
190 get_moderegulator_ops global() argument
193 get_error_flagsregulator_ops global() argument
196 enable_timeregulator_ops global() argument
197 set_ramp_delayregulator_ops global() argument
198 set_voltage_timeregulator_ops global() argument
200 set_voltage_time_selregulator_ops global() argument
204 set_soft_startregulator_ops global() argument
211 get_statusregulator_ops global() argument
214 get_optimum_moderegulator_ops global() argument
217 set_loadregulator_ops global() argument
220 set_bypassregulator_ops global() argument
221 get_bypassregulator_ops global() argument
227 set_suspend_voltageregulator_ops global() argument
230 set_suspend_enableregulator_ops global() argument
231 set_suspend_disableregulator_ops global() argument
234 set_suspend_moderegulator_ops global() argument
236 resumeregulator_ops global() argument
238 set_pull_downregulator_ops global() argument
/linux/drivers/regulator/
H A Dtps6524x-regulator.c567 static const struct regulator_ops regulator_ops = { variable