dvs_gpiod 53 drivers/regulator/wm831x-dcdc.c struct gpio_desc *dvs_gpiod; dvs_gpiod 220 drivers/regulator/wm831x-dcdc.c gpiod_set_value(dcdc->dvs_gpiod, state); dvs_gpiod 240 drivers/regulator/wm831x-dcdc.c if (dcdc->dvs_gpiod && dcdc->on_vsel == vsel) dvs_gpiod 243 drivers/regulator/wm831x-dcdc.c if (dcdc->dvs_gpiod && dcdc->dvs_vsel == vsel) dvs_gpiod 252 drivers/regulator/wm831x-dcdc.c if (!dcdc->dvs_gpiod) dvs_gpiod 299 drivers/regulator/wm831x-dcdc.c if (dcdc->dvs_gpiod && dcdc->dvs_gpio_state) dvs_gpiod 348 drivers/regulator/wm831x-dcdc.c dcdc->dvs_gpiod = devm_gpiod_get(&pdev->dev, "dvs", dvs_gpiod 350 drivers/regulator/wm831x-dcdc.c if (IS_ERR(dcdc->dvs_gpiod)) { dvs_gpiod 352 drivers/regulator/wm831x-dcdc.c dcdc->name, PTR_ERR(dcdc->dvs_gpiod));