Home
last modified time | relevance | path

Searched defs:hpc_ops (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/pci/hotplug/
Dshpchp.h87 struct hpc_ops *hpc_ops; member
109 struct hpc_ops *hpc_ops; member
327 struct hpc_ops { struct
328 int (*power_on_slot)(struct slot *slot);
329 int (*slot_enable)(struct slot *slot);
330 int (*slot_disable)(struct slot *slot);
331 int (*set_bus_speed_mode)(struct slot *slot, enum pci_bus_speed speed);
332 int (*get_power_status)(struct slot *slot, u8 *status);
333 int (*get_attention_status)(struct slot *slot, u8 *status);
334 int (*set_attention_status)(struct slot *slot, u8 status);
[all …]