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.
519 * and then use this function as their list_voltage() operation,
623 * then use this function as their list_voltage() operation,
640 * and then use this function as their list_voltage() operation.
771 * Regulators that use regmap for their register I/O can set curr_table,
772 * csel_reg and csel_mask fields in their descriptor and then use this
773 * as their set_current_limit operation, saving some code.
823 * Regulators that use regmap for their register I/O can set the
824 * csel_reg and csel_mask fields in their descriptor and then use this
825 * as their get_current_limit operation, saving some code.