Searched refs:PIN_CTRL_E (Results 1 – 1 of 1) sorted by relevance
31 PIN_CTRL_E, enumerator53 gpiod_set_value_cansleep(hd->pins[PIN_CTRL_E], 1); in hd44780_strobe_gpio()58 gpiod_set_value_cansleep(hd->pins[PIN_CTRL_E], 0); in hd44780_strobe_gpio()216 hd->pins[PIN_CTRL_E] = devm_gpiod_get(dev, "enable", GPIOD_OUT_LOW); in hd44780_probe()217 if (IS_ERR(hd->pins[PIN_CTRL_E])) { in hd44780_probe()218 ret = PTR_ERR(hd->pins[PIN_CTRL_E]); in hd44780_probe()