Lines Matching defs:mode
77 static int rtq2134_buck_set_mode(struct regulator_dev *rdev, unsigned int mode)
83 if (mode == REGULATOR_MODE_NORMAL)
85 else if (mode == REGULATOR_MODE_FAST)
99 unsigned int mode;
102 ret = regmap_read(rdev->regmap, desc->mode_reg, &mode);
106 if (mode & desc->mode_mask)
147 unsigned int mode)
153 if (mode == REGULATOR_MODE_NORMAL)
155 else if (mode == REGULATOR_MODE_FAST)
222 static unsigned int rtq2134_buck_of_map_mode(unsigned int mode)
224 switch (mode) {