Home
last modified time | relevance | path

Searched defs:sisfb_info (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/video/
Dsisfb.h61 struct sisfb_info { struct
62 __u32 sisfb_id;
66 __u32 chip_id;
67 __u32 memory;
68 __u32 heapstart;
69 __u8 fbvidmode;
70 __u8 sisfb_version;
71 __u8 sisfb_revision;
72 __u8 sisfb_patchlevel;
73 __u8 sisfb_caps;
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/video/
Dsisfb.h48 struct sisfb_info { struct
49 __u32 sisfb_id;
53 __u32 chip_id;
54 __u32 memory;
55 __u32 heapstart;
56 __u8 fbvidmode;
57 __u8 sisfb_version;
58 __u8 sisfb_revision;
59 __u8 sisfb_patchlevel;
60 __u8 sisfb_caps;
[all …]
/kernel/linux/linux-5.10/include/uapi/video/
Dsisfb.h78 struct sisfb_info { struct
79 __u32 sisfb_id; /* for identifying sisfb */
83 __u32 chip_id; /* PCI-ID of detected chip */
84 __u32 memory; /* total video memory in KB */
85 __u32 heapstart; /* heap start offset in KB */
86 __u8 fbvidmode; /* current sisfb mode */
88 __u8 sisfb_version;
89 __u8 sisfb_revision;
90 __u8 sisfb_patchlevel;
92 __u8 sisfb_caps; /* sisfb capabilities */
[all …]