Home
last modified time | relevance | path

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

/openbmc/linux/drivers/auxdisplay/
H A Dhd44780.c30 PIN_CTRL_RS, enumerator
254 hd->pins[PIN_CTRL_RS] = devm_gpiod_get(dev, "rs", GPIOD_OUT_HIGH); in hd44780_probe()
255 if (IS_ERR(hd->pins[PIN_CTRL_RS])) { in hd44780_probe()
256 ret = PTR_ERR(hd->pins[PIN_CTRL_RS]); in hd44780_probe()