Linux Kernel
3.7.1
|
#include <shpchp.h>
Data Fields | |
int(* | power_on_slot )(struct slot *slot) |
int(* | slot_enable )(struct slot *slot) |
int(* | slot_disable )(struct slot *slot) |
int(* | set_bus_speed_mode )(struct slot *slot, enum pci_bus_speed speed) |
int(* | get_power_status )(struct slot *slot, u8 *status) |
int(* | get_attention_status )(struct slot *slot, u8 *status) |
int(* | set_attention_status )(struct slot *slot, u8 status) |
int(* | get_latch_status )(struct slot *slot, u8 *status) |
int(* | get_adapter_status )(struct slot *slot, u8 *status) |
int(* | get_adapter_speed )(struct slot *slot, enum pci_bus_speed *speed) |
int(* | get_mode1_ECC_cap )(struct slot *slot, u8 *mode) |
int(* | get_prog_int )(struct slot *slot, u8 *prog_int) |
int(* | query_power_fault )(struct slot *slot) |
void(* | green_led_on )(struct slot *slot) |
void(* | green_led_off )(struct slot *slot) |
void(* | green_led_blink )(struct slot *slot) |
void(* | release_ctlr )(struct controller *ctrl) |
int(* | check_cmd_status )(struct controller *ctrl) |