Searched refs:PIN_CTRL_BL (Results 1 – 1 of 1) sorted by relevance
32 PIN_CTRL_BL, /* Optional */ enumerator44 if (hd->pins[PIN_CTRL_BL]) in hd44780_backlight()45 gpiod_set_value_cansleep(hd->pins[PIN_CTRL_BL], on); in hd44780_backlight()236 hd->pins[PIN_CTRL_BL] = devm_gpiod_get_optional(dev, "backlight", in hd44780_probe()238 if (IS_ERR(hd->pins[PIN_CTRL_BL])) { in hd44780_probe()239 ret = PTR_ERR(hd->pins[PIN_CTRL_BL]); in hd44780_probe()