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

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

Completed in 250 milliseconds