Lines Matching full:using
62 * @set_voltage_sel: Set the voltage for the regulator using the specified
262 * @vsel_range_reg: Register for range selector when using pickable ranges
265 * @vsel_reg: Register for selector when using ``regulator_map_*_voltage_*``
272 * @csel_reg: Register for current limit selector using regmap set_current_limit
275 * using regulator_set_voltage_sel_regmap
277 * output when using regulator_set_voltage_sel_regmap
278 * @enable_reg: Register for control when using regmap enable/disable ops
279 * @enable_mask: Mask for control when using regmap enable/disable ops
280 * @enable_val: Enabling value for control when using regmap enable/disable ops
281 * @disable_val: Disabling value for control when using regmap enable/disable ops
283 * when using regulator_enable_regmap and friends APIs.
284 * @bypass_reg: Register for control when using regmap set_bypass
285 * @bypass_mask: Mask for control when using regmap set_bypass
286 * @bypass_val_on: Enabling value for control when using regmap set_bypass
287 * @bypass_val_off: Disabling value for control when using regmap set_bypass
288 * @active_discharge_off: Enabling value for control when using regmap
290 * @active_discharge_on: Disabling value for control when using regmap
292 * @active_discharge_mask: Mask for control when using regmap
294 * @active_discharge_reg: Register for control when using regmap
296 * @soft_start_reg: Register for control when using regmap set_soft_start
297 * @soft_start_mask: Mask for control when using regmap set_soft_start
298 * @soft_start_val_on: Enabling value for control when using regmap
300 * @pull_down_reg: Register for control when using regmap set_pull_down
301 * @pull_down_mask: Mask for control when using regmap set_pull_down
302 * @pull_down_val_on: Enabling value for control when using regmap