Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sh/boards/mach-migor/
Dsetup.c244 static struct sh_mobile_lcdc_info sh_mobile_lcdc_info = { variable
301 .platform_data = &sh_mobile_lcdc_info,
/linux-4.1.27/include/video/
Dsh_mobile_lcdc.h191 struct sh_mobile_lcdc_info { struct
/linux-4.1.27/arch/arm/mach-shmobile/
Dboard-armadillo800eva.c440 static struct sh_mobile_lcdc_info lcdc0_info = {
536 static struct sh_mobile_lcdc_info hdmi_lcdc_info = {
Dboard-kzm9g.c300 static struct sh_mobile_lcdc_info lcdc_info = {
/linux-4.1.27/arch/sh/boards/mach-ap325rxa/
Dsetup.c212 static struct sh_mobile_lcdc_info lcdc_info = {
/linux-4.1.27/arch/sh/boards/mach-kfr2r09/
Dsetup.c147 static struct sh_mobile_lcdc_info kfr2r09_sh_lcdc_info = {
/linux-4.1.27/arch/sh/boards/mach-se/7724/
Dsetup.c184 static struct sh_mobile_lcdc_info lcdc_info = {
/linux-4.1.27/arch/sh/boards/mach-ecovec24/
Dsetup.c338 static struct sh_mobile_lcdc_info lcdc_info = {
/linux-4.1.27/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c2701 struct sh_mobile_lcdc_info *pdata = pdev->dev.platform_data; in sh_mobile_lcdc_probe()