Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dshpchp.h75 const struct hpc_ops *hpc_ops; member
97 const struct hpc_ops *hpc_ops; member
303 struct hpc_ops { struct
304 int (*power_on_slot)(struct slot *slot);
305 int (*slot_enable)(struct slot *slot);
306 int (*slot_disable)(struct slot *slot);
315 int (*query_power_fault)(struct slot *slot);
316 void (*green_led_on)(struct slot *slot);
317 void (*green_led_off)(struct slot *slot);
318 void (*green_led_blink)(struct slot *slot);
[all …]