• Home
  • Raw
  • Download

Lines Matching full:their

27  * Regulators that use regmap for their register I/O can set the
28 * enable_reg and enable_mask fields in their descriptor and then use
29 * this as their is_enabled operation, saving some code.
59 * Regulators that use regmap for their register I/O can set the
60 * enable_reg and enable_mask fields in their descriptor and then use
61 * this as their enable() operation, saving some code.
85 * Regulators that use regmap for their register I/O can set the
86 * enable_reg and enable_mask fields in their descriptor and then use
87 * this as their disable() operation, saving some code.
111 * Regulators that use regmap for their register I/O can set the
112 * vsel_reg and vsel_mask fields in their descriptor and then use this
113 * as their get_voltage_vsel operation, saving some code.
137 * Regulators that use regmap for their register I/O can set the
138 * vsel_reg and vsel_mask fields in their descriptor and then use this
139 * as their set_voltage_vsel operation, saving some code.
168 * this as their map_voltage() operation. It will find a suitable
207 * Drivers that have ascendant voltage list can use this as their
238 * Drivers providing min_uV and uV_step in their regulator_desc can
239 * use this as their map_voltage() operation.
284 * Drivers providing linear_ranges in their descriptor can use this as
285 * their map_voltage() callback.
347 * and then use this function as their list_voltage() operation,
371 * then use this function as their list_voltage() operation,
408 * and then use this function as their list_voltage() operation.