| /linux/drivers/video/fbdev/ |
| H A D | valkyriefb.c | 108 static void valkyrie_par_to_fix(struct fb_par_valkyrie *par, struct fb_fix_screeninfo *fix); 109 static void valkyrie_init_fix(struct fb_fix_screeninfo *fix, struct fb_info_valkyrie *p); 505 static void valkyrie_init_fix(struct fb_fix_screeninfo *fix, struct fb_info_valkyrie *p) in valkyrie_init_fix() 524 struct fb_fix_screeninfo *fix) in valkyrie_par_to_fix()
|
| H A D | maxinefb.c | 54 static struct fb_fix_screeninfo maxinefb_fix __initdata = {
|
| H A D | q40fb.c | 29 static struct fb_fix_screeninfo q40fb_fix = {
|
| H A D | g364fb.c | 74 static struct fb_fix_screeninfo fb_fix __initdata = {
|
| H A D | fm2fb.c | 130 static struct fb_fix_screeninfo fb_fix = {
|
| H A D | grvga.c | 67 static const struct fb_fix_screeninfo grvga_fix = { 237 struct fb_fix_screeninfo *fix = &info->fix; in grvga_pan_display()
|
| H A D | hecubafb.c | 50 static const struct fb_fix_screeninfo hecubafb_fix = {
|
| H A D | pmag-ba-fb.c | 70 static const struct fb_fix_screeninfo pmagbafb_fix = {
|
| H A D | pmag-aa-fb.c | 93 static const struct fb_fix_screeninfo aafb_fix = {
|
| H A D | dnfb.c | 132 static const struct fb_fix_screeninfo dnfb_fix = {
|
| H A D | cobalt_lcdfb.c | 116 static const struct fb_fix_screeninfo cobalt_lcdfb_fix = {
|
| H A D | atafb.c | 349 int (*encode_fix)(struct fb_fix_screeninfo *fix, 554 static int tt_encode_fix(struct fb_fix_screeninfo *fix, struct atafb_par *par) in tt_encode_fix() 851 static int falcon_encode_fix(struct fb_fix_screeninfo *fix, in falcon_encode_fix() 1768 static int stste_encode_fix(struct fb_fix_screeninfo *fix, in stste_encode_fix() 2070 static int ext_encode_fix(struct fb_fix_screeninfo *fix, struct atafb_par *par) in ext_encode_fix() 2366 static int atafb_get_fix(struct fb_fix_screeninfo *fix, struct fb_info *info) in atafb_get_fix() 2374 memset(fix, 0, sizeof(struct fb_fix_screeninfo)); in atafb_get_fix()
|
| H A D | skeletonfb.c | 88 static const struct fb_fix_screeninfo xxxfb_fix = {
|
| /linux/Documentation/driver-api/ |
| H A D | frame-buffer.rst | 6 fb_var_screeninfo, fb_fix_screeninfo and fb_monospecs. The last 18 The next structure is fb_fix_screeninfo. This defines the properties
|
| /linux/Documentation/fb/ |
| H A D | api.rst | 27 struct fb_fix_screeninfo { 150 fb_fix_screeninfo and fb_var_screeninfo structure respectively. 152 struct fb_fix_screeninfo stores device independent unchangeable information 157 struct fb_fix_screeninfo { 277 Upon successful format configuration, drivers update the fb_fix_screeninfo 288 the FB_CAP_FOURCC bit in the fb_fix_screeninfo capabilities field. 305 Upon successful format configuration, drivers update the fb_fix_screeninfo
|
| H A D | cmap_xfbdev.rst | 16 struct fb_fix_screeninfo {
|
| H A D | internals.rst | 23 - struct fb_fix_screeninfo
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fb_chrdev.c | 67 struct fb_fix_screeninfo fix; in do_fb_ioctl() 228 static int do_fscreeninfo_to_user(struct fb_fix_screeninfo *fix, in do_fscreeninfo_to_user() 264 struct fb_fix_screeninfo fix; in fb_get_fscreeninfo()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-osd.rst | 48 :c:type:`fb_fix_screeninfo`. The ``FBIOGET_FSCREENINFO`` 49 ioctl and struct :c:type:`fb_fix_screeninfo` are defined in 75 struct fb_fix_screeninfo si;
|
| /linux/drivers/auxdisplay/ |
| H A D | cfag12864bfb.c | 23 static const struct fb_fix_screeninfo cfag12864bfb_fix = {
|
| /linux/drivers/staging/sm750fb/ |
| H A D | sm750_hw.c | 175 struct fb_fix_screeninfo *fix) in hw_sm750_output_set_mode() 237 struct fb_fix_screeninfo *fix) in hw_sm750_crtc_set_mode()
|
| /linux/include/linux/ |
| H A D | svga.h | 122 …at(const struct svga_fb_format *frm, struct fb_var_screeninfo *var, struct fb_fix_screeninfo *fix);
|
| /linux/samples/vfio-mdev/ |
| H A D | mdpy-fb.c | 28 static const struct fb_fix_screeninfo mdpy_fb_fix = {
|
| /linux/include/uapi/linux/ |
| H A D | fb.h | 158 struct fb_fix_screeninfo { struct
|
| /linux/drivers/media/pci/ivtv/ |
| H A D | ivtvfb.c | 171 struct fb_fix_screeninfo ivtvfb_fix; 615 static int ivtvfb_get_fix(struct ivtv *itv, struct fb_fix_screeninfo *fix) in ivtvfb_get_fix() 620 memset(fix, 0, sizeof(struct fb_fix_screeninfo)); in ivtvfb_get_fix()
|