Home
last modified time | relevance | path

Searched refs:PIN_CTRL_BL (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/auxdisplay/
H A Dhd44780.c32 PIN_CTRL_BL, /* Optional */ enumerator
44 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()