Lines Matching defs:name
574 static const struct regul_struct *get_regulator_data(const char *name) in get_regulator_data()
586 bool stpmic1_regulator_is_valid(const char *name) in stpmic1_regulator_is_valid()
591 void stpmic1_regulator_levels_mv(const char *name, in stpmic1_regulator_levels_mv()
611 static size_t voltage_to_index(const char *name, uint16_t millivolts) in voltage_to_index()
636 int stpmic1_regulator_enable(const char *name) in stpmic1_regulator_enable()
645 int stpmic1_regulator_disable(const char *name) in stpmic1_regulator_disable()
653 bool stpmic1_is_regulator_enabled(const char *name) in stpmic1_is_regulator_enabled()
665 static uint8_t find_plat_mask(const char *name) in find_plat_mask()
676 int stpmic1_regulator_voltage_set(const char *name, uint16_t millivolts) in stpmic1_regulator_voltage_set()
694 int stpmic1_regulator_mask_reset_set(const char *name) in stpmic1_regulator_mask_reset_set()
709 int stpmic1_bo_enable_cfg(const char *name, struct stpmic1_bo_cfg *cfg) in stpmic1_bo_enable_cfg()
727 int stpmic1_bo_voltage_cfg(const char *name, uint16_t min_millivolt, in stpmic1_bo_voltage_cfg()
764 int stpmic1_bo_pull_down_cfg(const char *name, struct stpmic1_bo_cfg *cfg) in stpmic1_bo_pull_down_cfg()
788 int stpmic1_bo_mask_reset_cfg(const char *name, struct stpmic1_bo_cfg *cfg) in stpmic1_bo_mask_reset_cfg()
812 int stpmic1_regulator_voltage_get(const char *name) in stpmic1_regulator_voltage_get()
833 int stpmic1_lp_copy_reg(const char *name) in stpmic1_lp_copy_reg()
849 bool stpmic1_regu_has_lp_cfg(const char *name) in stpmic1_regu_has_lp_cfg()
854 int stpmic1_lp_cfg(const char *name, struct stpmic1_lp_cfg *cfg) in stpmic1_lp_cfg()
881 int stpmic1_lp_reg_on_off(const char *name, uint8_t enable) in stpmic1_lp_reg_on_off()
900 int stpmic1_lp_set_mode(const char *name, uint8_t hplp) in stpmic1_lp_set_mode()
919 int stpmic1_lp_set_voltage(const char *name, uint16_t millivolts) in stpmic1_lp_set_voltage()
936 int stpmic1_lp_voltage_cfg(const char *name, uint16_t millivolts, in stpmic1_lp_voltage_cfg()
1005 char __maybe_unused const *name = NULL; in stpmic1_dump_regulators() local