Home
last modified time | relevance | path

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

/openbmc/linux/drivers/auxdisplay/
H A Dhd44780.c32 PIN_CTRL_E, enumerator
55 gpiod_set_value_cansleep(hd->pins[PIN_CTRL_E], 1); in hd44780_strobe_gpio()
60 gpiod_set_value_cansleep(hd->pins[PIN_CTRL_E], 0); in hd44780_strobe_gpio()
248 hd->pins[PIN_CTRL_E] = devm_gpiod_get(dev, "enable", GPIOD_OUT_LOW); in hd44780_probe()
249 if (IS_ERR(hd->pins[PIN_CTRL_E])) { in hd44780_probe()
250 ret = PTR_ERR(hd->pins[PIN_CTRL_E]); in hd44780_probe()