Searched refs:pwr2_gpio (Results 1 – 1 of 1) sorted by relevance
136 struct gpio_desc *pwr2_gpio; member402 if (!IS_ERR(nvp6158->pwr2_gpio)) { in __nvp6158_power_on()403 gpiod_direction_output(nvp6158->pwr2_gpio, 1); in __nvp6158_power_on()464 if (!IS_ERR(nvp6158->pwr2_gpio)) in __nvp6158_power_off()465 gpiod_direction_output(nvp6158->pwr2_gpio, 0); in __nvp6158_power_off()1376 nvp6158->pwr2_gpio = devm_gpiod_get(dev, "pwr2", GPIOD_OUT_LOW); in nvp6158_parse_dts()1377 if (IS_ERR(nvp6158->pwr2_gpio)) in nvp6158_parse_dts()1379 PTR_ERR(nvp6158->pwr2_gpio)); in nvp6158_parse_dts()