Searched refs:pwr_en_pin (Results 1 – 1 of 1) sorted by relevance
120 struct gpio_desc *pwr_en_pin; member331 if (!IS_ERR_OR_NULL(sess->pwr_en_pin)) { in papyrus_hw_init()332 gpiod_direction_output(sess->pwr_en_pin, 1); in papyrus_hw_init()489 if (!IS_ERR_OR_NULL(s->pwr_en_pin)) in papyrus_pm_sleep()490 gpiod_direction_output(s->pwr_en_pin, 0); in papyrus_pm_sleep()500 if (!IS_ERR_OR_NULL(s->pwr_en_pin)) { in papyrus_pm_resume()501 gpiod_direction_output(s->pwr_en_pin, 1); in papyrus_pm_resume()541 sess->pwr_en_pin = devm_gpiod_get_optional(&client->dev, "poweren", GPIOD_OUT_HIGH); in papyrus_probe()542 if (IS_ERR_OR_NULL(sess->pwr_en_pin)) { in papyrus_probe()