max77802           97 drivers/regulator/max77802-regulator.c 	struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev);
max77802          101 drivers/regulator/max77802-regulator.c 	max77802->opmode[id] = val;
max77802          113 drivers/regulator/max77802-regulator.c 	struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev);
max77802          131 drivers/regulator/max77802-regulator.c 	max77802->opmode[id] = val;
max77802          138 drivers/regulator/max77802-regulator.c 	struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev);
max77802          141 drivers/regulator/max77802-regulator.c 	return max77802_map_mode(max77802->opmode[id]);
max77802          163 drivers/regulator/max77802-regulator.c 	struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev);
max77802          172 drivers/regulator/max77802-regulator.c 	if (max77802->opmode[id] == MAX77802_OFF_PWRREQ) {
max77802          185 drivers/regulator/max77802-regulator.c 		if (max77802->opmode[id] == MAX77802_OPMODE_NORMAL)
max77802          196 drivers/regulator/max77802-regulator.c 		if (max77802->opmode[id] == MAX77802_OPMODE_LP)
max77802          212 drivers/regulator/max77802-regulator.c 	struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev);
max77802          216 drivers/regulator/max77802-regulator.c 	if (max77802->opmode[id] == MAX77802_OFF_PWRREQ)
max77802          217 drivers/regulator/max77802-regulator.c 		max77802->opmode[id] = MAX77802_OPMODE_NORMAL;
max77802          221 drivers/regulator/max77802-regulator.c 				  max77802->opmode[id] << shift);
max77802          527 drivers/regulator/max77802-regulator.c 	struct max77802_regulator_prv *max77802;
max77802          531 drivers/regulator/max77802-regulator.c 	max77802 = devm_kzalloc(&pdev->dev,
max77802          534 drivers/regulator/max77802-regulator.c 	if (!max77802)
max77802          539 drivers/regulator/max77802-regulator.c 	config.driver_data = max77802;
max77802          540 drivers/regulator/max77802-regulator.c 	platform_set_drvdata(pdev, max77802);
max77802          563 drivers/regulator/max77802-regulator.c 			max77802->opmode[id] = MAX77802_OPMODE_NORMAL;
max77802          565 drivers/regulator/max77802-regulator.c 			max77802->opmode[id] = val;