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

#include <pci_hotplug.h>

Data Fields

u8 power_status
 
u8 attention_status
 
u8 latch_status
 
u8 adapter_status
 

Detailed Description

struct hotplug_slot_info - used to notify the hotplug pci core of the state of the slot : if power is enabled or not (1/0) : if the attention light is enabled or not (1/0) : if the latch (if any) is open or closed (1/0) : if there is a pci board present in the slot or not (1/0)

Used to notify the hotplug pci core of the status of a specific slot.

Definition at line 94 of file pci_hotplug.h.

Field Documentation

u8 adapter_status

Definition at line 98 of file pci_hotplug.h.

u8 attention_status

Definition at line 96 of file pci_hotplug.h.

u8 latch_status

Definition at line 97 of file pci_hotplug.h.

u8 power_status

Definition at line 95 of file pci_hotplug.h.


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