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

/linux-master/drivers/auxdisplay/
H A Dhd44780.c31 PIN_CTRL_RW, /* Optional */ enumerator in enum:hd44780_pin
71 n = hd->pins[PIN_CTRL_RW] ? 10 : 9;
88 n = hd->pins[PIN_CTRL_RW] ? 6 : 5;
164 n = hd->pins[PIN_CTRL_RW] ? 6 : 5;
261 hd->pins[PIN_CTRL_RW] = devm_gpiod_get_optional(dev, "rw",
263 if (IS_ERR(hd->pins[PIN_CTRL_RW])) {
264 ret = PTR_ERR(hd->pins[PIN_CTRL_RW]);

Completed in 115 milliseconds