Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/riva/
Dfbdev.c1734 const unsigned char *disptype = NULL; in riva_get_EDID_OF() local
1742 disptype = of_get_property(dp, "display-type", NULL); in riva_get_EDID_OF()
1743 if (disptype == NULL) in riva_get_EDID_OF()
1745 if (strncmp(disptype, "LCD", 3) != 0) in riva_get_EDID_OF()
/linux-4.4.14/drivers/media/pci/ttpci/
Dav7110_hw.c844 osd_raw_window_t disptype, in CreateOSDWindow() argument
848 windownr, disptype, width, height); in CreateOSDWindow()