Searched refs:pwdn2_gpio (Results 1 – 2 of 2) sorted by relevance
106 struct gpio_desc *pwdn2_gpio; member1272 if (!IS_ERR(bf3925->pwdn2_gpio)) { in __bf3925_power_on()1273 gpiod_set_value_cansleep(bf3925->pwdn2_gpio, 1); in __bf3925_power_on()1327 bf3925->pwdn2_gpio = devm_gpiod_get(dev, "pwdn2", GPIOD_OUT_LOW); in bf3925_parse_of()1328 if (IS_ERR(bf3925->pwdn2_gpio)) { in bf3925_parse_of()1335 bf3925->pwdn2_gpio = pwdn_gpio; in bf3925_parse_of()
140 struct gpio_desc *pwdn2_gpio; member412 if (!IS_ERR(nvp6158->pwdn2_gpio)) { in __nvp6158_power_on()413 gpiod_direction_output(nvp6158->pwdn2_gpio, 1); in __nvp6158_power_on()459 gpiod_direction_output(nvp6158->pwdn2_gpio, 0); in __nvp6158_power_off()1396 nvp6158->pwdn2_gpio = devm_gpiod_get(dev, "pwdn2", GPIOD_OUT_LOW); in nvp6158_parse_dts()1397 if (IS_ERR(nvp6158->pwdn2_gpio)) in nvp6158_parse_dts()1399 PTR_ERR(nvp6158->pwdn2_gpio)); in nvp6158_parse_dts()