Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Dhd44780.c29 PIN_CTRL_RS, enumerator
222 hd->pins[PIN_CTRL_RS] = devm_gpiod_get(dev, "rs", GPIOD_OUT_HIGH); in hd44780_probe()
223 if (IS_ERR(hd->pins[PIN_CTRL_RS])) { in hd44780_probe()
224 ret = PTR_ERR(hd->pins[PIN_CTRL_RS]); in hd44780_probe()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds