Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/auxdisplay/
Dhd44780.c32 PIN_CTRL_E, enumerator
54 gpiod_set_value_cansleep(hd->pins[PIN_CTRL_E], 1); in hd44780_strobe_gpio()
59 gpiod_set_value_cansleep(hd->pins[PIN_CTRL_E], 0); in hd44780_strobe_gpio()
236 hd->pins[PIN_CTRL_E] = devm_gpiod_get(dev, "enable", GPIOD_OUT_LOW); in hd44780_probe()
237 if (IS_ERR(hd->pins[PIN_CTRL_E])) { in hd44780_probe()
238 ret = PTR_ERR(hd->pins[PIN_CTRL_E]); in hd44780_probe()