Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
pcie_port_service_driver Struct Reference

#include <pcieport_if.h>

Data Fields

const charname
 
int(* probe )(struct pcie_device *dev)
 
void(* remove )(struct pcie_device *dev)
 
int(* suspend )(struct pcie_device *dev)
 
int(* resume )(struct pcie_device *dev)
 
struct pci_error_handlerserr_handler
 
pci_ers_result_t(* reset_link )(struct pci_dev *dev)
 
int port_type
 
u32 service
 
struct device_driver driver
 

Detailed Description

Definition at line 44 of file pcieport_if.h.

Field Documentation

Definition at line 60 of file pcieport_if.h.

struct pci_error_handlers* err_handler

Definition at line 52 of file pcieport_if.h.

const char* name

Definition at line 45 of file pcieport_if.h.

Definition at line 57 of file pcieport_if.h.

int(* probe)(struct pcie_device *dev)

Definition at line 46 of file pcieport_if.h.

void(* remove)(struct pcie_device *dev)

Definition at line 47 of file pcieport_if.h.

Definition at line 55 of file pcieport_if.h.

int(* resume)(struct pcie_device *dev)

Definition at line 49 of file pcieport_if.h.

u32 service

Definition at line 58 of file pcieport_if.h.

int(* suspend)(struct pcie_device *dev)

Definition at line 48 of file pcieport_if.h.


The documentation for this struct was generated from the following file: