Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | pcdp_uart |
struct | pcdp_if_pci |
struct | pcdp_vga |
struct | pcdp_device |
struct | pcdp |
Macros | |
#define | PCDP_CONSOLE 0 |
#define | PCDP_DEBUG 1 |
#define | PCDP_CONSOLE_OUTPUT 2 |
#define | PCDP_CONSOLE_INPUT 3 |
#define | PCDP_UART (0 << 3) |
#define | PCDP_VGA (1 << 3) |
#define | PCDP_USB (2 << 3) |
#define | PCDP_CONSOLE_UART (PCDP_UART | PCDP_CONSOLE) |
#define | PCDP_DEBUG_UART (PCDP_UART | PCDP_DEBUG) |
#define | PCDP_CONSOLE_VGA (PCDP_VGA | PCDP_CONSOLE_OUTPUT) |
#define | PCDP_CONSOLE_USB (PCDP_USB | PCDP_CONSOLE_INPUT) |
#define | PCDP_UART_EDGE_SENSITIVE (1 << 0) |
#define | PCDP_UART_ACTIVE_LOW (1 << 1) |
#define | PCDP_UART_PRIMARY_CONSOLE (1 << 2) |
#define | PCDP_UART_IRQ (1 << 6) /* in pci_func for rev < 3 */ |
#define | PCDP_UART_PCI (1 << 7) /* in pci_func for rev < 3 */ |
#define | PCDP_IF_PCI 1 |
#define | PCDP_PCI_TRANS_IOPORT 0x02 |
#define | PCDP_PCI_TRANS_MMIO 0x01 |
#define | PCDP_PRIMARY_CONSOLE 1 |
Functions | |
struct pcdp_uart | __attribute__ ((packed)) |
Variables | |
u8 | type |
u8 | bits |
u8 | parity |
u8 | stop_bits |
u8 | pci_seg |
u8 | pci_bus |
u8 | pci_dev |
u8 | pci_func |
u64 | baud |
struct acpi_generic_address | addr |
u16 | pci_dev_id |
u16 | pci_vendor_id |
u32 | gsi |
u32 | clock_rate |
u8 | pci_prog_intfc |
u8 | flags |
u16 | conout_index |
u32 | reserved |
u8 | interconnect |
u16 | length |
u8 | segment |
u8 | bus |
u8 | dev |
u8 | fun |
u16 | dev_id |
u16 | vendor_id |
u32 | acpi_interrupt |
u64 | mmio_tra |
u64 | ioport_tra |
u8 | trans |
u8 | count |
u16 | efi_index |
u8 | signature [4] |
u8 | rev |
u8 | chksum |
u8 | oemid [6] |
u8 | oem_tabid [8] |
u32 | oem_rev |
u8 | creator_id [4] |
u32 | creator_rev |
u32 | num_uarts |
struct pcdp_uart | uart [0] |
#define PCDP_CONSOLE_UART (PCDP_UART | PCDP_CONSOLE) |
#define PCDP_CONSOLE_USB (PCDP_USB | PCDP_CONSOLE_INPUT) |
#define PCDP_CONSOLE_VGA (PCDP_VGA | PCDP_CONSOLE_OUTPUT) |
#define PCDP_DEBUG_UART (PCDP_UART | PCDP_DEBUG) |
|
read |
Definition at line 171 of file esd_usb2.c.