Lines Matching full:their
24 * Regulators that use regmap for their register I/O can set the
25 * enable_reg and enable_mask fields in their descriptor and then use
26 * this as their is_enabled operation, saving some code.
56 * Regulators that use regmap for their register I/O can set the
57 * enable_reg and enable_mask fields in their descriptor and then use
58 * this as their enable() operation, saving some code.
82 * Regulators that use regmap for their register I/O can set the
83 * enable_reg and enable_mask fields in their descriptor and then use
84 * this as their disable() operation, saving some code.
126 * Regulators that use regmap for their register I/O and use pickable
128 * fields in their descriptor and then use this as their get_voltage_sel
196 * Regulators that use regmap for their register I/O and use pickable
198 * fields in their descriptor and then use this as their set_voltage_sel
251 * Regulators that use regmap for their register I/O can set the
252 * vsel_reg and vsel_mask fields in their descriptor and then use this
253 * as their get_voltage_sel operation, saving some code.
277 * Regulators that use regmap for their register I/O can set the
278 * vsel_reg and vsel_mask fields in their descriptor and then use this
279 * as their set_voltage_sel operation, saving some code.
308 * this as their map_voltage() operation. It will find a suitable
347 * Drivers that have ascendant voltage list can use this as their
378 * Drivers providing min_uV and uV_step in their regulator_desc can
379 * use this as their map_voltage() operation.
424 * Drivers providing linear_ranges in their descriptor can use this as
425 * their map_voltage() callback.
473 * Drivers providing pickable linear_ranges in their descriptor can use
474 * this as their map_voltage() callback.
566 * and then use this function as their list_voltage() operation,
663 * then use this function as their list_voltage() operation,
680 * and then use this function as their list_voltage() operation.
813 * Regulators that use regmap for their register I/O can set curr_table,
814 * csel_reg and csel_mask fields in their descriptor and then use this
815 * as their set_current_limit operation, saving some code.
865 * Regulators that use regmap for their register I/O can set the
866 * csel_reg and csel_mask fields in their descriptor and then use this
867 * as their get_current_limit operation, saving some code.
977 * Regulators that use regmap for their register I/O can set the ramp_reg
978 * and ramp_mask fields in their descriptor and then use this as their