Lines Matching full:their

23  * Regulators that use regmap for their register I/O can set the
24 * enable_reg and enable_mask fields in their descriptor and then use
25 * this as their is_enabled operation, saving some code.
55 * Regulators that use regmap for their register I/O can set the
56 * enable_reg and enable_mask fields in their descriptor and then use
57 * this as their enable() operation, saving some code.
81 * Regulators that use regmap for their register I/O can set the
82 * enable_reg and enable_mask fields in their descriptor and then use
83 * this as their disable() operation, saving some code.
124 * Regulators that use regmap for their register I/O and use pickable
126 * fields in their descriptor and then use this as their get_voltage_vsel
168 * Regulators that use regmap for their register I/O and use pickable
170 * fields in their descriptor and then use this as their set_voltage_vsel
231 * Regulators that use regmap for their register I/O can set the
232 * vsel_reg and vsel_mask fields in their descriptor and then use this
233 * as their get_voltage_vsel operation, saving some code.
257 * Regulators that use regmap for their register I/O can set the
258 * vsel_reg and vsel_mask fields in their descriptor and then use this
259 * as their set_voltage_vsel operation, saving some code.
288 * this as their map_voltage() operation. It will find a suitable
327 * Drivers that have ascendant voltage list can use this as their
358 * Drivers providing min_uV and uV_step in their regulator_desc can
359 * use this as their map_voltage() operation.
404 * Drivers providing linear_ranges in their descriptor can use this as
405 * their map_voltage() callback.
453 * Drivers providing pickable linear_ranges in their descriptor can use
454 * this as their map_voltage() callback.
546 * and then use this function as their list_voltage() operation,
643 * then use this function as their list_voltage() operation,
660 * and then use this function as their list_voltage() operation.
793 * Regulators that use regmap for their register I/O can set curr_table,
794 * csel_reg and csel_mask fields in their descriptor and then use this
795 * as their set_current_limit operation, saving some code.
845 * Regulators that use regmap for their register I/O can set the
846 * csel_reg and csel_mask fields in their descriptor and then use this
847 * as their get_current_limit operation, saving some code.
942 * Regulators that use regmap for their register I/O can set the ramp_reg
943 * and ramp_mask fields in their descriptor and then use this as their