Lines Matching refs:hotplug_slot

275 		pci_hp_deregister(&old_slot->hotplug_slot);  in ctrl_slot_cleanup()
415 static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 status) in set_attention_status() argument
418 struct slot *slot = to_slot(hotplug_slot); in set_attention_status()
442 static int process_SI(struct hotplug_slot *hotplug_slot) in process_SI() argument
445 struct slot *slot = to_slot(hotplug_slot); in process_SI()
474 static int process_SS(struct hotplug_slot *hotplug_slot) in process_SS() argument
477 struct slot *slot = to_slot(hotplug_slot); in process_SS()
502 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) in hardware_test() argument
504 struct slot *slot = to_slot(hotplug_slot); in hardware_test()
513 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() argument
515 struct slot *slot = to_slot(hotplug_slot); in get_power_status()
524 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_attention_status() argument
526 struct slot *slot = to_slot(hotplug_slot); in get_attention_status()
535 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() argument
537 struct slot *slot = to_slot(hotplug_slot); in get_latch_status()
547 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status() argument
549 struct slot *slot = to_slot(hotplug_slot); in get_adapter_status()
651 slot->hotplug_slot.ops = &cpqphp_hotplug_slot_ops; in ctrl_slot_setup()
657 result = pci_hp_register(&slot->hotplug_slot, in ctrl_slot_setup()