Lines Matching defs:name

573 static const struct regul_struct *get_regulator_data(const char *name)  in get_regulator_data()
585 bool stpmic1_regulator_is_valid(const char *name) in stpmic1_regulator_is_valid()
590 void stpmic1_regulator_levels_mv(const char *name, in stpmic1_regulator_levels_mv()
605 static size_t voltage_to_index(const char *name, uint16_t millivolts) in voltage_to_index()
630 int stpmic1_regulator_enable(const char *name) in stpmic1_regulator_enable()
639 int stpmic1_regulator_disable(const char *name) in stpmic1_regulator_disable()
647 bool stpmic1_is_regulator_enabled(const char *name) in stpmic1_is_regulator_enabled()
659 static uint8_t find_plat_mask(const char *name) in find_plat_mask()
670 int stpmic1_regulator_voltage_set(const char *name, uint16_t millivolts) in stpmic1_regulator_voltage_set()
688 int stpmic1_regulator_mask_reset_set(const char *name) in stpmic1_regulator_mask_reset_set()
703 int stpmic1_bo_enable_cfg(const char *name, struct stpmic1_bo_cfg *cfg) in stpmic1_bo_enable_cfg()
721 int stpmic1_bo_voltage_cfg(const char *name, uint16_t min_millivolt, in stpmic1_bo_voltage_cfg()
758 int stpmic1_bo_pull_down_cfg(const char *name, struct stpmic1_bo_cfg *cfg) in stpmic1_bo_pull_down_cfg()
782 int stpmic1_bo_mask_reset_cfg(const char *name, struct stpmic1_bo_cfg *cfg) in stpmic1_bo_mask_reset_cfg()
806 int stpmic1_regulator_voltage_get(const char *name) in stpmic1_regulator_voltage_get()
827 int stpmic1_lp_copy_reg(const char *name) in stpmic1_lp_copy_reg()
843 bool stpmic1_regu_has_lp_cfg(const char *name) in stpmic1_regu_has_lp_cfg()
848 int stpmic1_lp_cfg(const char *name, struct stpmic1_lp_cfg *cfg) in stpmic1_lp_cfg()
875 int stpmic1_lp_reg_on_off(const char *name, uint8_t enable) in stpmic1_lp_reg_on_off()
894 int stpmic1_lp_set_mode(const char *name, uint8_t hplp) in stpmic1_lp_set_mode()
913 int stpmic1_lp_set_voltage(const char *name, uint16_t millivolts) in stpmic1_lp_set_voltage()
930 int stpmic1_lp_voltage_cfg(const char *name, uint16_t millivolts, in stpmic1_lp_voltage_cfg()
999 char __maybe_unused const *name = NULL; in stpmic1_dump_regulators() local