Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/
Defifb.c31 struct bmp_dib_header { struct
32 u32 dib_header_size;
33 s32 width;
34 s32 height;
35 u16 planes;
36 u16 bpp;
37 u32 compression;
38 u32 bitmap_size;
39 u32 horz_resolution;
40 u32 vert_resolution;
[all …]
/kernel/linux/linux-6.6/drivers/video/fbdev/
Defifb.c33 struct bmp_dib_header { struct
34 u32 dib_header_size;
35 s32 width;
36 s32 height;
37 u16 planes;
38 u16 bpp;
39 u32 compression;
40 u32 bitmap_size;
41 u32 horz_resolution;
42 u32 vert_resolution;
[all …]