Home
last modified time | relevance | path

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

/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()
245 hd->pins[PIN_CTRL_E] = devm_gpiod_get(dev, "enable", GPIOD_OUT_LOW); in hd44780_probe()
246 if (IS_ERR(hd->pins[PIN_CTRL_E])) { in hd44780_probe()
247 ret = PTR_ERR(hd->pins[PIN_CTRL_E]); in hd44780_probe()