Searched refs:stby_gpio (Results 1 – 1 of 1) sorted by relevance
278 struct gpio_desc *stby_gpio; member306 gpiod_set_value(tc->stby_gpio, 0); in tc_bridge_pre_enable()322 gpiod_set_value(tc->stby_gpio, 1); in tc_bridge_post_disable()697 tc->stby_gpio = devm_gpiod_get_optional(dev, "stby", GPIOD_OUT_HIGH); in tc_probe()698 if (IS_ERR(tc->stby_gpio)) in tc_probe()699 return PTR_ERR(tc->stby_gpio); in tc_probe()