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