Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sh/boards/mach-kfr2r09/
Dlcd_wqvga.c136 static void display_on(void *sohandle, in display_on() function
271 display_on(sohandle, so); in kfr2r09_lcd_setup()
/linux-4.1.27/drivers/video/fbdev/
Dsh_mobile_lcdcfb.h30 int (*display_on)(struct sh_mobile_lcdc_entity *entity); member
Dsh_mipi_dsi.c420 .display_on = mipi_display_on,
Dsh_mobile_lcdcfb.c519 ret = ch->tx_dev->ops->display_on(ch->tx_dev); in sh_mobile_lcdc_display_on()
528 if (panel->display_on) in sh_mobile_lcdc_display_on()
529 panel->display_on(); in sh_mobile_lcdc_display_on()
Dsh_mobile_hdmi.c1136 .display_on = sh_hdmi_display_on,
/linux-4.1.27/include/video/
Dsh_mobile_lcdc.h157 void (*display_on)(void); member
/linux-4.1.27/arch/sh/boards/mach-ap325rxa/
Dsetup.c224 .display_on = ap320_wvga_power_on,