Searched defs:hpc_ops (Results 1 – 1 of 1) sorted by relevance
73 const struct hpc_ops *hpc_ops; member95 const struct hpc_ops *hpc_ops; member301 struct hpc_ops { struct302 int (*power_on_slot)(struct slot *slot);303 int (*slot_enable)(struct slot *slot);304 int (*slot_disable)(struct slot *slot);305 int (*set_bus_speed_mode)(struct slot *slot, enum pci_bus_speed speed);306 int (*get_power_status)(struct slot *slot, u8 *status);307 int (*get_attention_status)(struct slot *slot, u8 *status);308 int (*set_attention_status)(struct slot *slot, u8 status);[all …]