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

#include <cpci_hotplug.h>

Data Fields

int(* query_enum )(void)
 
int(* enable_irq )(void)
 
int(* disable_irq )(void)
 
int(* check_irq )(void *dev_id)
 
int(* hardware_test )(struct slot *slot, u32 value)
 
u8(* get_power )(struct slot *slot)
 
int(* set_power )(struct slot *slot, int value)
 

Detailed Description

Definition at line 54 of file cpci_hotplug.h.

Field Documentation

int(* check_irq)(void *dev_id)

Definition at line 58 of file cpci_hotplug.h.

int(* disable_irq)(void)

Definition at line 57 of file cpci_hotplug.h.

int(* enable_irq)(void)

Definition at line 56 of file cpci_hotplug.h.

u8(* get_power)(struct slot *slot)

Definition at line 60 of file cpci_hotplug.h.

int(* hardware_test)(struct slot *slot, u32 value)

Definition at line 59 of file cpci_hotplug.h.

int(* query_enum)(void)

Definition at line 55 of file cpci_hotplug.h.

int(* set_power)(struct slot *slot, int value)

Definition at line 61 of file cpci_hotplug.h.


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