buck125_gpios 35 drivers/regulator/max8997-regulator.c int buck125_gpios[3]; buck125_gpios 55 drivers/regulator/max8997-regulator.c gpio_set_value(max8997->buck125_gpios[0], set1); buck125_gpios 56 drivers/regulator/max8997-regulator.c gpio_set_value(max8997->buck125_gpios[1], set2); buck125_gpios 57 drivers/regulator/max8997-regulator.c gpio_set_value(max8997->buck125_gpios[2], set3); buck125_gpios 889 drivers/regulator/max8997-regulator.c pdata->buck125_gpios[i] = gpio; buck125_gpios 1047 drivers/regulator/max8997-regulator.c memcpy(max8997->buck125_gpios, pdata->buck125_gpios, sizeof(int) * 3); buck125_gpios 1119 drivers/regulator/max8997-regulator.c if (!gpio_is_valid(pdata->buck125_gpios[0]) || buck125_gpios 1120 drivers/regulator/max8997-regulator.c !gpio_is_valid(pdata->buck125_gpios[1]) || buck125_gpios 1121 drivers/regulator/max8997-regulator.c !gpio_is_valid(pdata->buck125_gpios[2])) { buck125_gpios 1126 drivers/regulator/max8997-regulator.c ret = devm_gpio_request(&pdev->dev, pdata->buck125_gpios[0], buck125_gpios 1131 drivers/regulator/max8997-regulator.c ret = devm_gpio_request(&pdev->dev, pdata->buck125_gpios[1], buck125_gpios 1136 drivers/regulator/max8997-regulator.c ret = devm_gpio_request(&pdev->dev, pdata->buck125_gpios[2], buck125_gpios 1141 drivers/regulator/max8997-regulator.c gpio_direction_output(pdata->buck125_gpios[0], buck125_gpios 1144 drivers/regulator/max8997-regulator.c gpio_direction_output(pdata->buck125_gpios[1], buck125_gpios 1147 drivers/regulator/max8997-regulator.c gpio_direction_output(pdata->buck125_gpios[2], buck125_gpios 184 include/linux/mfd/max8997.h int buck125_gpios[3]; /* GPIO of [0]SET1, [1]SET2, [2]SET3 */