Lines Matching refs:name
177 bool stpmic1_regulator_is_valid(const char *name);
178 int stpmic1_regulator_enable(const char *name);
179 int stpmic1_regulator_disable(const char *name);
180 bool stpmic1_is_regulator_enabled(const char *name);
182 void stpmic1_regulator_levels_mv(const char *name,
187 int stpmic1_regulator_voltage_set(const char *name, uint16_t millivolts);
188 int stpmic1_regulator_voltage_get(const char *name);
189 int stpmic1_regulator_mask_reset_set(const char *name);
192 int stpmic1_lp_copy_reg(const char *name);
193 int stpmic1_lp_reg_on_off(const char *name, uint8_t enable);
194 int stpmic1_lp_set_mode(const char *name, uint8_t hplp);
195 int stpmic1_lp_set_voltage(const char *name, uint16_t millivolts);
234 int stpmic1_bo_enable_cfg(const char *name, struct stpmic1_bo_cfg *cfg);
236 int stpmic1_bo_voltage_cfg(const char *name, uint16_t min_millivolt,
240 int stpmic1_bo_pull_down_cfg(const char *name,
244 int stpmic1_bo_mask_reset_cfg(const char *name, struct stpmic1_bo_cfg *cfg);
247 bool stpmic1_regu_has_lp_cfg(const char *name);
248 int stpmic1_lp_cfg(const char *name, struct stpmic1_lp_cfg *cfg);
253 int stpmic1_lp_voltage_cfg(const char *name, uint16_t millivolts,