|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/errno.h>#include <linux/fb.h>#include <linux/platform_device.h>#include <linux/screen_info.h>#include <linux/dmi.h>#include <linux/pci.h>#include <video/vga.h>Go to the source code of this file.
Data Structures | |
| struct | efifb_dmi_info |
Macros | |
| #define | OVERRIDE_NONE 0x0 |
| #define | OVERRIDE_BASE 0x1 |
| #define | OVERRIDE_STRIDE 0x2 |
| #define | OVERRIDE_HEIGHT 0x4 |
| #define | OVERRIDE_WIDTH 0x8 |
| #define | EFIFB_DMI_SYSTEM_ID(vendor, name, enumid) |
| #define | choose_value(dmivalue, fwvalue, field, flags) |
Enumerations | |
| enum | { M_I17, M_I20, M_I20_SR, M_I24, M_I24_8_1, M_I24_10_1, M_I27_11_1, M_MINI, M_MINI_3_1, M_MINI_4_1, M_MB, M_MB_2, M_MB_3, M_MB_5_1, M_MB_6_1, M_MB_7_1, M_MB_SR, M_MBA, M_MBA_3, M_MBP, M_MBP_2, M_MBP_2_2, M_MBP_SR, M_MBP_4, M_MBP_5_1, M_MBP_5_2, M_MBP_5_3, M_MBP_6_1, M_MBP_6_2, M_MBP_7_1, M_MBP_8_2, M_UNKNOWN } |
Functions | |
| struct pci_dev * | vga_default_device (void) |
| EXPORT_SYMBOL_GPL (vga_default_device) | |
| void | vga_set_default_device (struct pci_dev *pdev) |
| module_init (efifb_init) | |
| MODULE_LICENSE ("GPL") | |
| anonymous enum |
| EXPORT_SYMBOL_GPL | ( | vga_default_device | ) |
| module_init | ( | efifb_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2