Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
xhci-pci.c File Reference
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/module.h>
#include "xhci.h"

Go to the source code of this file.

Macros

#define PCI_VENDOR_ID_FRESCO_LOGIC   0x1b73
 
#define PCI_DEVICE_ID_FRESCO_LOGIC_PDK   0x1000
 
#define PCI_DEVICE_ID_FRESCO_LOGIC_FL1400   0x1400
 
#define PCI_VENDOR_ID_ETRON   0x1b6f
 
#define PCI_DEVICE_ID_ASROCK_P67   0x7023
 

Functions

 MODULE_DEVICE_TABLE (pci, pci_ids)
 
int __init xhci_register_pci (void)
 
void xhci_unregister_pci (void)
 

Macro Definition Documentation

#define PCI_DEVICE_ID_ASROCK_P67   0x7023

Definition at line 35 of file xhci-pci.c.

#define PCI_DEVICE_ID_FRESCO_LOGIC_FL1400   0x1400

Definition at line 32 of file xhci-pci.c.

#define PCI_DEVICE_ID_FRESCO_LOGIC_PDK   0x1000

Definition at line 31 of file xhci-pci.c.

#define PCI_VENDOR_ID_ETRON   0x1b6f

Definition at line 34 of file xhci-pci.c.

#define PCI_VENDOR_ID_FRESCO_LOGIC   0x1b73

Definition at line 30 of file xhci-pci.c.

Function Documentation

MODULE_DEVICE_TABLE ( pci  ,
pci_ids   
)
int __init xhci_register_pci ( void  )

Definition at line 354 of file xhci-pci.c.

void xhci_unregister_pci ( void  )

Definition at line 359 of file xhci-pci.c.