Searched defs:hpc_ops (Results 1 – 2 of 2) sorted by relevance
92 struct hpc_ops *hpc_ops; member122 struct hpc_ops *hpc_ops; member359 struct hpc_ops { struct360 int (*power_on_slot ) (struct slot *slot);361 int (*power_off_slot ) (struct slot *slot);362 int (*get_power_status) (struct slot *slot, u8 *status);363 int (*get_attention_status) (struct slot *slot, u8 *status);364 int (*set_attention_status) (struct slot *slot, u8 status);365 int (*get_latch_status) (struct slot *slot, u8 *status);366 int (*get_adapter_status) (struct slot *slot, u8 *status);[all …]
93 struct hpc_ops *hpc_ops; member123 struct hpc_ops *hpc_ops; member438 struct hpc_ops { struct439 int (*power_on_slot ) (struct slot *slot);440 int (*slot_enable ) (struct slot *slot);441 int (*slot_disable ) (struct slot *slot);442 int (*enable_all_slots) (struct slot *slot);443 int (*pwr_on_all_slots) (struct slot *slot);444 int (*set_bus_speed_mode) (struct slot *slot, enum pci_bus_speed speed);445 int (*get_power_status) (struct slot *slot, u8 *status);[all …]