Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dpciehp.h92 struct hpc_ops *hpc_ops; member
122 struct hpc_ops *hpc_ops; member
359 struct hpc_ops { struct
360 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 …]
Dshpchp.h93 struct hpc_ops *hpc_ops; member
123 struct hpc_ops *hpc_ops; member
438 struct hpc_ops { struct
439 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 …]