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_vsel
170 * Regulators that use regmap for their register I/O and use pickable
172 * fields in their descriptor and then use this as their set_voltage_vsel
234 * Regulators that use regmap for their register I/O can set the
235 * vsel_reg and vsel_mask fields in their descriptor and then use this
236 * as their get_voltage_vsel operation, saving some code.
260 * Regulators that use regmap for their register I/O can set the
261 * vsel_reg and vsel_mask fields in their descriptor and then use this
262 * as their set_voltage_vsel operation, saving some code.
291 * this as their map_voltage() operation. It will find a suitable
330 * Drivers that have ascendant voltage list can use this as their
361 * Drivers providing min_uV and uV_step in their regulator_desc can
362 * use this as their map_voltage() operation.
407 * Drivers providing linear_ranges in their descriptor can use this as
408 * their map_voltage() callback.
456 * Drivers providing pickable linear_ranges in their descriptor can use
457 * this as their map_voltage() callback.
549 * and then use this function as their list_voltage() operation,
646 * then use this function as their list_voltage() operation,
663 * and then use this function as their list_voltage() operation.
796 * Regulators that use regmap for their register I/O can set curr_table,
797 * csel_reg and csel_mask fields in their descriptor and then use this
798 * as their set_current_limit operation, saving some code.
848 * Regulators that use regmap for their register I/O can set the
849 * csel_reg and csel_mask fields in their descriptor and then use this
850 * as their get_current_limit operation, saving some code.
960 * Regulators that use regmap for their register I/O can set the ramp_reg
961 * and ramp_mask fields in their descriptor and then use this as their