Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
portdrv_bus.c File Reference
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/pm.h>
#include <linux/pcieport_if.h>
#include "portdrv.h"

Go to the source code of this file.

Functions

 EXPORT_SYMBOL_GPL (pcie_port_bus_type)
 
int pcie_port_bus_register (void)
 
void pcie_port_bus_unregister (void)
 

Variables

struct bus_type pcie_port_bus_type
 

Function Documentation

EXPORT_SYMBOL_GPL ( pcie_port_bus_type  )
int pcie_port_bus_register ( void  )

Definition at line 47 of file portdrv_bus.c.

void pcie_port_bus_unregister ( void  )

Definition at line 52 of file portdrv_bus.c.

Variable Documentation

struct bus_type pcie_port_bus_type
Initial value:
= {
.name = "pci_express",
.match = pcie_port_bus_match,
}

Definition at line 20 of file portdrv_bus.c.