Searched refs:PIN_CTRL_RS (Results 1 – 1 of 1) sorted by relevance
29 PIN_CTRL_RS, enumerator222 hd->pins[PIN_CTRL_RS] = devm_gpiod_get(dev, "rs", GPIOD_OUT_HIGH); in hd44780_probe()223 if (IS_ERR(hd->pins[PIN_CTRL_RS])) { in hd44780_probe()224 ret = PTR_ERR(hd->pins[PIN_CTRL_RS]); in hd44780_probe()