Home
last modified time | relevance | path

Searched refs:stby_gpio (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dtc358775.c271 struct gpio_desc *stby_gpio; member
297 gpiod_set_value(tc->stby_gpio, 0); in tc_bridge_pre_enable()
313 gpiod_set_value(tc->stby_gpio, 1); in tc_bridge_post_disable()
670 tc->stby_gpio = devm_gpiod_get(dev, "stby", GPIOD_OUT_HIGH); in tc_probe()
671 if (IS_ERR(tc->stby_gpio)) { in tc_probe()
672 ret = PTR_ERR(tc->stby_gpio); in tc_probe()