Searched refs:buck125_gpiods (Results 1 – 1 of 1) sorted by relevance
35 struct gpio_desc *buck125_gpiods[3]; member55 gpiod_set_value(max8997->buck125_gpiods[0], set1); in max8997_set_gpio()56 gpiod_set_value(max8997->buck125_gpiods[1], set2); in max8997_set_gpio()57 gpiod_set_value(max8997->buck125_gpiods[2], set3); in max8997_set_gpio()1097 max8997->buck125_gpiods[i] = devm_gpiod_get_index(iodev->dev, in max8997_pmic_probe()1101 if (IS_ERR(max8997->buck125_gpiods[i])) { in max8997_pmic_probe()1102 ret = PTR_ERR(max8997->buck125_gpiods[i]); in max8997_pmic_probe()1106 gpiod_set_consumer_name(max8997->buck125_gpiods[i], gpio_names[i]); in max8997_pmic_probe()