Home
last modified time | relevance | path

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

/openbmc/u-boot/board/advantech/dms-ba16/
H A Ddms-ba16.c330 #define LVDS_BACKLIGHT_GP IMX_GPIO_NR(1, 0) macro
439 gpio_direction_input(LVDS_BACKLIGHT_GP); in setup_display()
607 gpio_direction_output(LVDS_BACKLIGHT_GP, 1); in board_late_init()
/openbmc/u-boot/board/boundary/nitrogen6x/
H A Dnitrogen6x.c430 #define LVDS_BACKLIGHT_GP IMX_GPIO_NR(1, 18) macro
484 gpio_direction_output(LVDS_BACKLIGHT_GP, 1); in enable_lvds()
495 gpio_direction_output(LVDS_BACKLIGHT_GP, 1); in enable_lvds_jeida()
805 gpio_direction_input(LVDS_BACKLIGHT_GP); in setup_display()
/openbmc/u-boot/board/ge/bx50v3/
H A Dbx50v3.c341 #define LVDS_BACKLIGHT_GP IMX_GPIO_NR(1, 0) macro
537 gpio_direction_input(LVDS_BACKLIGHT_GP); in setup_display_bx50v3()
835 gpio_direction_output(LVDS_BACKLIGHT_GP, 1); in do_backlight_enable()