Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/fbdev/riva/
Dfbdev.c1728 const unsigned char *disptype = NULL; in riva_get_EDID_OF() local
1736 disptype = of_get_property(dp, "display-type", NULL); in riva_get_EDID_OF()
1737 if (disptype == NULL) in riva_get_EDID_OF()
1739 if (strncmp(disptype, "LCD", 3) != 0) in riva_get_EDID_OF()
/linux-6.12.1/drivers/staging/media/av7110/
Dav7110_hw.c811 osd_raw_window_t disptype, in CreateOSDWindow() argument
815 windownr, disptype, width, height); in CreateOSDWindow()