Searched refs:PIN_CTRL_BL (Results 1 – 1 of 1) sorted by relevance
33 PIN_CTRL_BL, /* Optional */ enumerator46 if (hd->pins[PIN_CTRL_BL]) in hd44780_backlight()47 gpiod_set_value_cansleep(hd->pins[PIN_CTRL_BL], on); in hd44780_backlight()268 hd->pins[PIN_CTRL_BL] = devm_gpiod_get_optional(dev, "backlight", in hd44780_probe()270 if (IS_ERR(hd->pins[PIN_CTRL_BL])) { in hd44780_probe()271 ret = PTR_ERR(hd->pins[PIN_CTRL_BL]); in hd44780_probe()