Home
last modified time | relevance | path

Searched defs:drm_cmdline_mode (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h77198 struct drm_cmdline_mode { struct
77199 char name[32];
77200 bool specified;
77201 bool refresh_specified;
77202 bool bpp_specified;
77203 unsigned int pixel_clock;
77204 int xres;
77205 int yres;
77206 int bpp;
77207 int refresh;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h86815 struct drm_cmdline_mode { struct
86816 char name[32];
86817 bool specified;
86818 bool refresh_specified;
86819 bool bpp_specified;
86820 unsigned int pixel_clock;
86821 int xres;
86822 int yres;
86823 int bpp;
86824 int refresh;
[all …]