hotplug_slot 46 arch/powerpc/include/asm/pnv-pci.h struct hotplug_slot slot; hotplug_slot 73 arch/powerpc/include/asm/pnv-pci.h extern int pnv_php_set_slot_power_state(struct hotplug_slot *slot, hotplug_slot 36 drivers/pci/hotplug/acpiphp.h struct hotplug_slot hotplug_slot; hotplug_slot 43 drivers/pci/hotplug/acpiphp.h return hotplug_slot_name(&slot->hotplug_slot); hotplug_slot 46 drivers/pci/hotplug/acpiphp.h static inline struct slot *to_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 48 drivers/pci/hotplug/acpiphp.h return container_of(hotplug_slot, struct slot, hotplug_slot); hotplug_slot 153 drivers/pci/hotplug/acpiphp.h int (*set_attn)(struct hotplug_slot *slot, u8 status); hotplug_slot 154 drivers/pci/hotplug/acpiphp.h int (*get_attn)(struct hotplug_slot *slot, u8 *status); hotplug_slot 52 drivers/pci/hotplug/acpiphp_core.c static int enable_slot(struct hotplug_slot *slot); hotplug_slot 53 drivers/pci/hotplug/acpiphp_core.c static int disable_slot(struct hotplug_slot *slot); hotplug_slot 54 drivers/pci/hotplug/acpiphp_core.c static int set_attention_status(struct hotplug_slot *slot, u8 value); hotplug_slot 55 drivers/pci/hotplug/acpiphp_core.c static int get_power_status(struct hotplug_slot *slot, u8 *value); hotplug_slot 56 drivers/pci/hotplug/acpiphp_core.c static int get_attention_status(struct hotplug_slot *slot, u8 *value); hotplug_slot 57 drivers/pci/hotplug/acpiphp_core.c static int get_latch_status(struct hotplug_slot *slot, u8 *value); hotplug_slot 58 drivers/pci/hotplug/acpiphp_core.c static int get_adapter_status(struct hotplug_slot *slot, u8 *value); hotplug_slot 119 drivers/pci/hotplug/acpiphp_core.c static int enable_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 121 drivers/pci/hotplug/acpiphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 136 drivers/pci/hotplug/acpiphp_core.c static int disable_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 138 drivers/pci/hotplug/acpiphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 156 drivers/pci/hotplug/acpiphp_core.c static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 status) hotplug_slot 161 drivers/pci/hotplug/acpiphp_core.c hotplug_slot_name(hotplug_slot)); hotplug_slot 164 drivers/pci/hotplug/acpiphp_core.c retval = attention_info->set_attn(hotplug_slot, status); hotplug_slot 180 drivers/pci/hotplug/acpiphp_core.c static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 182 drivers/pci/hotplug/acpiphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 202 drivers/pci/hotplug/acpiphp_core.c static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 207 drivers/pci/hotplug/acpiphp_core.c hotplug_slot_name(hotplug_slot)); hotplug_slot 210 drivers/pci/hotplug/acpiphp_core.c retval = attention_info->get_attn(hotplug_slot, value); hotplug_slot 226 drivers/pci/hotplug/acpiphp_core.c static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 228 drivers/pci/hotplug/acpiphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 246 drivers/pci/hotplug/acpiphp_core.c static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 248 drivers/pci/hotplug/acpiphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 269 drivers/pci/hotplug/acpiphp_core.c slot->hotplug_slot.ops = &acpi_hotplug_slot_ops; hotplug_slot 277 drivers/pci/hotplug/acpiphp_core.c retval = pci_hp_register(&slot->hotplug_slot, acpiphp_slot->bus, hotplug_slot 302 drivers/pci/hotplug/acpiphp_core.c pci_hp_deregister(&slot->hotplug_slot); hotplug_slot 82 drivers/pci/hotplug/acpiphp_ibm.c static int ibm_set_attention_status(struct hotplug_slot *slot, u8 status); hotplug_slot 83 drivers/pci/hotplug/acpiphp_ibm.c static int ibm_get_attention_status(struct hotplug_slot *slot, u8 *status); hotplug_slot 160 drivers/pci/hotplug/acpiphp_ibm.c static int ibm_set_attention_status(struct hotplug_slot *slot, u8 status) hotplug_slot 209 drivers/pci/hotplug/acpiphp_ibm.c static int ibm_get_attention_status(struct hotplug_slot *slot, u8 *status) hotplug_slot 38 drivers/pci/hotplug/cpci_hotplug.h struct hotplug_slot hotplug_slot; hotplug_slot 63 drivers/pci/hotplug/cpci_hotplug.h return hotplug_slot_name(&slot->hotplug_slot); hotplug_slot 66 drivers/pci/hotplug/cpci_hotplug.h static inline struct slot *to_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 68 drivers/pci/hotplug/cpci_hotplug.h return container_of(hotplug_slot, struct slot, hotplug_slot); hotplug_slot 52 drivers/pci/hotplug/cpci_hotplug_core.c static int enable_slot(struct hotplug_slot *slot); hotplug_slot 53 drivers/pci/hotplug/cpci_hotplug_core.c static int disable_slot(struct hotplug_slot *slot); hotplug_slot 54 drivers/pci/hotplug/cpci_hotplug_core.c static int set_attention_status(struct hotplug_slot *slot, u8 value); hotplug_slot 55 drivers/pci/hotplug/cpci_hotplug_core.c static int get_power_status(struct hotplug_slot *slot, u8 *value); hotplug_slot 56 drivers/pci/hotplug/cpci_hotplug_core.c static int get_attention_status(struct hotplug_slot *slot, u8 *value); hotplug_slot 57 drivers/pci/hotplug/cpci_hotplug_core.c static int get_adapter_status(struct hotplug_slot *slot, u8 *value); hotplug_slot 58 drivers/pci/hotplug/cpci_hotplug_core.c static int get_latch_status(struct hotplug_slot *slot, u8 *value); hotplug_slot 71 drivers/pci/hotplug/cpci_hotplug_core.c enable_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 73 drivers/pci/hotplug/cpci_hotplug_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 84 drivers/pci/hotplug/cpci_hotplug_core.c disable_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 86 drivers/pci/hotplug/cpci_hotplug_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 140 drivers/pci/hotplug/cpci_hotplug_core.c get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 142 drivers/pci/hotplug/cpci_hotplug_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 149 drivers/pci/hotplug/cpci_hotplug_core.c get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 151 drivers/pci/hotplug/cpci_hotplug_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 158 drivers/pci/hotplug/cpci_hotplug_core.c set_attention_status(struct hotplug_slot *hotplug_slot, u8 status) hotplug_slot 160 drivers/pci/hotplug/cpci_hotplug_core.c return cpci_set_attention_status(to_slot(hotplug_slot), status); hotplug_slot 164 drivers/pci/hotplug/cpci_hotplug_core.c get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 166 drivers/pci/hotplug/cpci_hotplug_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 173 drivers/pci/hotplug/cpci_hotplug_core.c get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 175 drivers/pci/hotplug/cpci_hotplug_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 217 drivers/pci/hotplug/cpci_hotplug_core.c slot->hotplug_slot.ops = &cpci_hotplug_slot_ops; hotplug_slot 220 drivers/pci/hotplug/cpci_hotplug_core.c status = pci_hp_register(&slot->hotplug_slot, bus, i, name); hotplug_slot 259 drivers/pci/hotplug/cpci_hotplug_core.c pci_hp_deregister(&slot->hotplug_slot); hotplug_slot 561 drivers/pci/hotplug/cpci_hotplug_core.c pci_hp_deregister(&slot->hotplug_slot); hotplug_slot 263 drivers/pci/hotplug/cpqphp.h struct hotplug_slot hotplug_slot; hotplug_slot 448 drivers/pci/hotplug/cpqphp.h return hotplug_slot_name(&slot->hotplug_slot); hotplug_slot 451 drivers/pci/hotplug/cpqphp.h static inline struct slot *to_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 453 drivers/pci/hotplug/cpqphp.h return container_of(hotplug_slot, struct slot, hotplug_slot); hotplug_slot 275 drivers/pci/hotplug/cpqphp_core.c pci_hp_deregister(&old_slot->hotplug_slot); hotplug_slot 414 drivers/pci/hotplug/cpqphp_core.c static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 status) hotplug_slot 417 drivers/pci/hotplug/cpqphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 441 drivers/pci/hotplug/cpqphp_core.c static int process_SI(struct hotplug_slot *hotplug_slot) hotplug_slot 444 drivers/pci/hotplug/cpqphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 473 drivers/pci/hotplug/cpqphp_core.c static int process_SS(struct hotplug_slot *hotplug_slot) hotplug_slot 476 drivers/pci/hotplug/cpqphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 501 drivers/pci/hotplug/cpqphp_core.c static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) hotplug_slot 503 drivers/pci/hotplug/cpqphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 512 drivers/pci/hotplug/cpqphp_core.c static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 514 drivers/pci/hotplug/cpqphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 523 drivers/pci/hotplug/cpqphp_core.c static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 525 drivers/pci/hotplug/cpqphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 534 drivers/pci/hotplug/cpqphp_core.c static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 536 drivers/pci/hotplug/cpqphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 546 drivers/pci/hotplug/cpqphp_core.c static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 548 drivers/pci/hotplug/cpqphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 650 drivers/pci/hotplug/cpqphp_core.c slot->hotplug_slot.ops = &cpqphp_hotplug_slot_ops; hotplug_slot 656 drivers/pci/hotplug/cpqphp_core.c result = pci_hp_register(&slot->hotplug_slot, hotplug_slot 700 drivers/pci/hotplug/ibmphp.h struct hotplug_slot hotplug_slot; hotplug_slot 744 drivers/pci/hotplug/ibmphp.h static inline struct slot *to_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 746 drivers/pci/hotplug/ibmphp.h return container_of(hotplug_slot, struct slot, hotplug_slot); hotplug_slot 221 drivers/pci/hotplug/ibmphp_core.c static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 value) hotplug_slot 228 drivers/pci/hotplug/ibmphp_core.c (ulong) hotplug_slot, value); hotplug_slot 232 drivers/pci/hotplug/ibmphp_core.c if (hotplug_slot) { hotplug_slot 250 drivers/pci/hotplug/ibmphp_core.c pslot = to_slot(hotplug_slot); hotplug_slot 262 drivers/pci/hotplug/ibmphp_core.c static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 269 drivers/pci/hotplug/ibmphp_core.c (ulong) hotplug_slot, (ulong) value); hotplug_slot 272 drivers/pci/hotplug/ibmphp_core.c if (hotplug_slot) { hotplug_slot 273 drivers/pci/hotplug/ibmphp_core.c pslot = to_slot(hotplug_slot); hotplug_slot 289 drivers/pci/hotplug/ibmphp_core.c static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 296 drivers/pci/hotplug/ibmphp_core.c (ulong) hotplug_slot, (ulong) value); hotplug_slot 298 drivers/pci/hotplug/ibmphp_core.c if (hotplug_slot) { hotplug_slot 299 drivers/pci/hotplug/ibmphp_core.c pslot = to_slot(hotplug_slot); hotplug_slot 314 drivers/pci/hotplug/ibmphp_core.c static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 321 drivers/pci/hotplug/ibmphp_core.c (ulong) hotplug_slot, (ulong) value); hotplug_slot 323 drivers/pci/hotplug/ibmphp_core.c if (hotplug_slot) { hotplug_slot 324 drivers/pci/hotplug/ibmphp_core.c pslot = to_slot(hotplug_slot); hotplug_slot 338 drivers/pci/hotplug/ibmphp_core.c static int get_adapter_present(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 346 drivers/pci/hotplug/ibmphp_core.c (ulong) hotplug_slot, (ulong) value); hotplug_slot 348 drivers/pci/hotplug/ibmphp_core.c if (hotplug_slot) { hotplug_slot 349 drivers/pci/hotplug/ibmphp_core.c pslot = to_slot(hotplug_slot); hotplug_slot 372 drivers/pci/hotplug/ibmphp_core.c struct pci_bus *bus = slot->hotplug_slot.pci_slot->bus; hotplug_slot 572 drivers/pci/hotplug/ibmphp_core.c struct pci_bus *bus = slot_cur->hotplug_slot.pci_slot->bus; hotplug_slot 642 drivers/pci/hotplug/ibmphp_core.c pci_hp_del(&slot_cur->hotplug_slot); hotplug_slot 652 drivers/pci/hotplug/ibmphp_core.c pci_hp_destroy(&slot_cur->hotplug_slot); hotplug_slot 964 drivers/pci/hotplug/ibmphp_core.c static int enable_slot(struct hotplug_slot *hs) hotplug_slot 1133 drivers/pci/hotplug/ibmphp_core.c static int ibmphp_disable_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 1135 drivers/pci/hotplug/ibmphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 664 drivers/pci/hotplug/ibmphp_ebda.c static int fillslotinfo(struct hotplug_slot *hotplug_slot) hotplug_slot 669 drivers/pci/hotplug/ibmphp_ebda.c slot = to_slot(hotplug_slot); hotplug_slot 880 drivers/pci/hotplug/ibmphp_ebda.c rc = fillslotinfo(&tmp_slot->hotplug_slot); hotplug_slot 887 drivers/pci/hotplug/ibmphp_ebda.c tmp_slot->hotplug_slot.ops = &ibmphp_hotplug_slot_ops; hotplug_slot 901 drivers/pci/hotplug/ibmphp_ebda.c pci_hp_register(&tmp_slot->hotplug_slot, hotplug_slot 50 drivers/pci/hotplug/pci_hotplug_core.c static int get_##name(struct hotplug_slot *slot, type *value) \ hotplug_slot 82 drivers/pci/hotplug/pci_hotplug_core.c struct hotplug_slot *slot = pci_slot->hotplug; hotplug_slot 139 drivers/pci/hotplug/pci_hotplug_core.c struct hotplug_slot *slot = pci_slot->hotplug; hotplug_slot 206 drivers/pci/hotplug/pci_hotplug_core.c struct hotplug_slot *slot = pci_slot->hotplug; hotplug_slot 236 drivers/pci/hotplug/pci_hotplug_core.c struct hotplug_slot *slot = pci_slot->hotplug; hotplug_slot 249 drivers/pci/hotplug/pci_hotplug_core.c struct hotplug_slot *slot = pci_slot->hotplug; hotplug_slot 261 drivers/pci/hotplug/pci_hotplug_core.c struct hotplug_slot *slot = pci_slot->hotplug; hotplug_slot 272 drivers/pci/hotplug/pci_hotplug_core.c struct hotplug_slot *slot = pci_slot->hotplug; hotplug_slot 283 drivers/pci/hotplug/pci_hotplug_core.c struct hotplug_slot *slot = pci_slot->hotplug; hotplug_slot 378 drivers/pci/hotplug/pci_hotplug_core.c static struct hotplug_slot *get_slot_from_name(const char *name) hotplug_slot 380 drivers/pci/hotplug/pci_hotplug_core.c struct hotplug_slot *slot; hotplug_slot 404 drivers/pci/hotplug/pci_hotplug_core.c int __pci_hp_register(struct hotplug_slot *slot, struct pci_bus *bus, hotplug_slot 438 drivers/pci/hotplug/pci_hotplug_core.c int __pci_hp_initialize(struct hotplug_slot *slot, struct pci_bus *bus, hotplug_slot 477 drivers/pci/hotplug/pci_hotplug_core.c int pci_hp_add(struct hotplug_slot *slot) hotplug_slot 504 drivers/pci/hotplug/pci_hotplug_core.c void pci_hp_deregister(struct hotplug_slot *slot) hotplug_slot 519 drivers/pci/hotplug/pci_hotplug_core.c void pci_hp_del(struct hotplug_slot *slot) hotplug_slot 521 drivers/pci/hotplug/pci_hotplug_core.c struct hotplug_slot *temp; hotplug_slot 551 drivers/pci/hotplug/pci_hotplug_core.c void pci_hp_destroy(struct hotplug_slot *slot) hotplug_slot 103 drivers/pci/hotplug/pciehp.h struct hotplug_slot hotplug_slot; /* hotplug core interface */ hotplug_slot 183 drivers/pci/hotplug/pciehp.h int pciehp_sysfs_enable_slot(struct hotplug_slot *hotplug_slot); hotplug_slot 184 drivers/pci/hotplug/pciehp.h int pciehp_sysfs_disable_slot(struct hotplug_slot *hotplug_slot); hotplug_slot 185 drivers/pci/hotplug/pciehp.h int pciehp_reset_slot(struct hotplug_slot *hotplug_slot, int probe); hotplug_slot 186 drivers/pci/hotplug/pciehp.h int pciehp_get_attention_status(struct hotplug_slot *hotplug_slot, u8 *status); hotplug_slot 187 drivers/pci/hotplug/pciehp.h int pciehp_set_raw_indicator_status(struct hotplug_slot *h_slot, u8 status); hotplug_slot 188 drivers/pci/hotplug/pciehp.h int pciehp_get_raw_indicator_status(struct hotplug_slot *h_slot, u8 *status); hotplug_slot 192 drivers/pci/hotplug/pciehp.h return hotplug_slot_name(&ctrl->hotplug_slot); hotplug_slot 195 drivers/pci/hotplug/pciehp.h static inline struct controller *to_ctrl(struct hotplug_slot *hotplug_slot) hotplug_slot 197 drivers/pci/hotplug/pciehp.h return container_of(hotplug_slot, struct controller, hotplug_slot); hotplug_slot 45 drivers/pci/hotplug/pciehp_core.c static int set_attention_status(struct hotplug_slot *slot, u8 value); hotplug_slot 46 drivers/pci/hotplug/pciehp_core.c static int get_power_status(struct hotplug_slot *slot, u8 *value); hotplug_slot 47 drivers/pci/hotplug/pciehp_core.c static int get_latch_status(struct hotplug_slot *slot, u8 *value); hotplug_slot 48 drivers/pci/hotplug/pciehp_core.c static int get_adapter_status(struct hotplug_slot *slot, u8 *value); hotplug_slot 77 drivers/pci/hotplug/pciehp_core.c ctrl->hotplug_slot.ops = ops; hotplug_slot 80 drivers/pci/hotplug/pciehp_core.c retval = pci_hp_initialize(&ctrl->hotplug_slot, hotplug_slot 91 drivers/pci/hotplug/pciehp_core.c struct hotplug_slot *hotplug_slot = &ctrl->hotplug_slot; hotplug_slot 93 drivers/pci/hotplug/pciehp_core.c pci_hp_destroy(hotplug_slot); hotplug_slot 94 drivers/pci/hotplug/pciehp_core.c kfree(hotplug_slot->ops); hotplug_slot 100 drivers/pci/hotplug/pciehp_core.c static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 status) hotplug_slot 102 drivers/pci/hotplug/pciehp_core.c struct controller *ctrl = to_ctrl(hotplug_slot); hotplug_slot 116 drivers/pci/hotplug/pciehp_core.c static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 118 drivers/pci/hotplug/pciehp_core.c struct controller *ctrl = to_ctrl(hotplug_slot); hotplug_slot 127 drivers/pci/hotplug/pciehp_core.c static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 129 drivers/pci/hotplug/pciehp_core.c struct controller *ctrl = to_ctrl(hotplug_slot); hotplug_slot 138 drivers/pci/hotplug/pciehp_core.c static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 140 drivers/pci/hotplug/pciehp_core.c struct controller *ctrl = to_ctrl(hotplug_slot); hotplug_slot 223 drivers/pci/hotplug/pciehp_core.c rc = pci_hp_add(&ctrl->hotplug_slot); hotplug_slot 246 drivers/pci/hotplug/pciehp_core.c pci_hp_del(&ctrl->hotplug_slot); hotplug_slot 362 drivers/pci/hotplug/pciehp_ctrl.c int pciehp_sysfs_enable_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 364 drivers/pci/hotplug/pciehp_ctrl.c struct controller *ctrl = to_ctrl(hotplug_slot); hotplug_slot 401 drivers/pci/hotplug/pciehp_ctrl.c int pciehp_sysfs_disable_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 403 drivers/pci/hotplug/pciehp_ctrl.c struct controller *ctrl = to_ctrl(hotplug_slot); hotplug_slot 313 drivers/pci/hotplug/pciehp_hpc.c int pciehp_get_raw_indicator_status(struct hotplug_slot *hotplug_slot, hotplug_slot 316 drivers/pci/hotplug/pciehp_hpc.c struct controller *ctrl = to_ctrl(hotplug_slot); hotplug_slot 327 drivers/pci/hotplug/pciehp_hpc.c int pciehp_get_attention_status(struct hotplug_slot *hotplug_slot, u8 *status) hotplug_slot 329 drivers/pci/hotplug/pciehp_hpc.c struct controller *ctrl = to_ctrl(hotplug_slot); hotplug_slot 445 drivers/pci/hotplug/pciehp_hpc.c int pciehp_set_raw_indicator_status(struct hotplug_slot *hotplug_slot, hotplug_slot 448 drivers/pci/hotplug/pciehp_hpc.c struct controller *ctrl = to_ctrl(hotplug_slot); hotplug_slot 784 drivers/pci/hotplug/pciehp_hpc.c int pciehp_reset_slot(struct hotplug_slot *hotplug_slot, int probe) hotplug_slot 786 drivers/pci/hotplug/pciehp_hpc.c struct controller *ctrl = to_ctrl(hotplug_slot); hotplug_slot 330 drivers/pci/hotplug/pnv_php.c static inline struct pnv_php_slot *to_pnv_php_slot(struct hotplug_slot *slot) hotplug_slot 335 drivers/pci/hotplug/pnv_php.c int pnv_php_set_slot_power_state(struct hotplug_slot *slot, hotplug_slot 368 drivers/pci/hotplug/pnv_php.c static int pnv_php_get_power_state(struct hotplug_slot *slot, u8 *state) hotplug_slot 390 drivers/pci/hotplug/pnv_php.c static int pnv_php_get_adapter_state(struct hotplug_slot *slot, u8 *state) hotplug_slot 411 drivers/pci/hotplug/pnv_php.c static int pnv_php_get_attention_state(struct hotplug_slot *slot, u8 *state) hotplug_slot 419 drivers/pci/hotplug/pnv_php.c static int pnv_php_set_attention_state(struct hotplug_slot *slot, u8 state) hotplug_slot 443 drivers/pci/hotplug/pnv_php.c struct hotplug_slot *slot = &php_slot->slot; hotplug_slot 526 drivers/pci/hotplug/pnv_php.c static int pnv_php_reset_slot(struct hotplug_slot *slot, int probe) hotplug_slot 557 drivers/pci/hotplug/pnv_php.c static int pnv_php_enable_slot(struct hotplug_slot *slot) hotplug_slot 564 drivers/pci/hotplug/pnv_php.c static int pnv_php_disable_slot(struct hotplug_slot *slot) hotplug_slot 71 drivers/pci/hotplug/rpaphp.h struct hotplug_slot hotplug_slot; hotplug_slot 77 drivers/pci/hotplug/rpaphp.h static inline struct slot *to_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 79 drivers/pci/hotplug/rpaphp.h return container_of(hotplug_slot, struct slot, hotplug_slot); hotplug_slot 52 drivers/pci/hotplug/rpaphp_core.c static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 value) hotplug_slot 55 drivers/pci/hotplug/rpaphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 79 drivers/pci/hotplug/rpaphp_core.c static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 82 drivers/pci/hotplug/rpaphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 95 drivers/pci/hotplug/rpaphp_core.c static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 97 drivers/pci/hotplug/rpaphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 102 drivers/pci/hotplug/rpaphp_core.c static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 104 drivers/pci/hotplug/rpaphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 412 drivers/pci/hotplug/rpaphp_core.c pci_hp_deregister(&slot->hotplug_slot); hotplug_slot 434 drivers/pci/hotplug/rpaphp_core.c static int enable_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 436 drivers/pci/hotplug/rpaphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 464 drivers/pci/hotplug/rpaphp_core.c static int disable_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 466 drivers/pci/hotplug/rpaphp_core.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 43 drivers/pci/hotplug/rpaphp_slot.c slot->hotplug_slot.ops = &rpaphp_hotplug_slot_ops; hotplug_slot 67 drivers/pci/hotplug/rpaphp_slot.c struct hotplug_slot *php_slot = &slot->hotplug_slot; hotplug_slot 83 drivers/pci/hotplug/rpaphp_slot.c struct hotplug_slot *php_slot = &slot->hotplug_slot; hotplug_slot 35 drivers/pci/hotplug/s390_pci_hpc.c struct hotplug_slot hotplug_slot; hotplug_slot 39 drivers/pci/hotplug/s390_pci_hpc.c static inline struct slot *to_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 41 drivers/pci/hotplug/s390_pci_hpc.c return container_of(hotplug_slot, struct slot, hotplug_slot); hotplug_slot 66 drivers/pci/hotplug/s390_pci_hpc.c static int enable_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 68 drivers/pci/hotplug/s390_pci_hpc.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 94 drivers/pci/hotplug/s390_pci_hpc.c static int disable_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 96 drivers/pci/hotplug/s390_pci_hpc.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 116 drivers/pci/hotplug/s390_pci_hpc.c static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 118 drivers/pci/hotplug/s390_pci_hpc.c struct slot *slot = to_slot(hotplug_slot); hotplug_slot 131 drivers/pci/hotplug/s390_pci_hpc.c static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 159 drivers/pci/hotplug/s390_pci_hpc.c slot->hotplug_slot.ops = &s390_hotplug_slot_ops; hotplug_slot 162 drivers/pci/hotplug/s390_pci_hpc.c rc = pci_hp_register(&slot->hotplug_slot, zdev->bus, hotplug_slot 185 drivers/pci/hotplug/s390_pci_hpc.c pci_hp_deregister(&slot->hotplug_slot); hotplug_slot 76 drivers/pci/hotplug/shpchp.h struct hotplug_slot hotplug_slot; hotplug_slot 174 drivers/pci/hotplug/shpchp.h return hotplug_slot_name(&slot->hotplug_slot); hotplug_slot 210 drivers/pci/hotplug/shpchp.h static inline struct slot *get_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 212 drivers/pci/hotplug/shpchp.h return container_of(hotplug_slot, struct slot, hotplug_slot); hotplug_slot 46 drivers/pci/hotplug/shpchp_core.c static int set_attention_status(struct hotplug_slot *slot, u8 value); hotplug_slot 47 drivers/pci/hotplug/shpchp_core.c static int enable_slot(struct hotplug_slot *slot); hotplug_slot 48 drivers/pci/hotplug/shpchp_core.c static int disable_slot(struct hotplug_slot *slot); hotplug_slot 49 drivers/pci/hotplug/shpchp_core.c static int get_power_status(struct hotplug_slot *slot, u8 *value); hotplug_slot 50 drivers/pci/hotplug/shpchp_core.c static int get_attention_status(struct hotplug_slot *slot, u8 *value); hotplug_slot 51 drivers/pci/hotplug/shpchp_core.c static int get_latch_status(struct hotplug_slot *slot, u8 *value); hotplug_slot 52 drivers/pci/hotplug/shpchp_core.c static int get_adapter_status(struct hotplug_slot *slot, u8 *value); hotplug_slot 67 drivers/pci/hotplug/shpchp_core.c struct hotplug_slot *hotplug_slot; hotplug_slot 79 drivers/pci/hotplug/shpchp_core.c hotplug_slot = &slot->hotplug_slot; hotplug_slot 99 drivers/pci/hotplug/shpchp_core.c hotplug_slot->ops = &shpchp_hotplug_slot_ops; hotplug_slot 105 drivers/pci/hotplug/shpchp_core.c retval = pci_hp_register(hotplug_slot, hotplug_slot 113 drivers/pci/hotplug/shpchp_core.c get_power_status(hotplug_slot, &slot->pwr_save); hotplug_slot 114 drivers/pci/hotplug/shpchp_core.c get_attention_status(hotplug_slot, &slot->attention_save); hotplug_slot 115 drivers/pci/hotplug/shpchp_core.c get_latch_status(hotplug_slot, &slot->latch_save); hotplug_slot 116 drivers/pci/hotplug/shpchp_core.c get_adapter_status(hotplug_slot, &slot->presence_save); hotplug_slot 138 drivers/pci/hotplug/shpchp_core.c pci_hp_deregister(&slot->hotplug_slot); hotplug_slot 146 drivers/pci/hotplug/shpchp_core.c static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 status) hotplug_slot 148 drivers/pci/hotplug/shpchp_core.c struct slot *slot = get_slot(hotplug_slot); hotplug_slot 159 drivers/pci/hotplug/shpchp_core.c static int enable_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 161 drivers/pci/hotplug/shpchp_core.c struct slot *slot = get_slot(hotplug_slot); hotplug_slot 169 drivers/pci/hotplug/shpchp_core.c static int disable_slot(struct hotplug_slot *hotplug_slot) hotplug_slot 171 drivers/pci/hotplug/shpchp_core.c struct slot *slot = get_slot(hotplug_slot); hotplug_slot 179 drivers/pci/hotplug/shpchp_core.c static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 181 drivers/pci/hotplug/shpchp_core.c struct slot *slot = get_slot(hotplug_slot); hotplug_slot 194 drivers/pci/hotplug/shpchp_core.c static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 196 drivers/pci/hotplug/shpchp_core.c struct slot *slot = get_slot(hotplug_slot); hotplug_slot 209 drivers/pci/hotplug/shpchp_core.c static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 211 drivers/pci/hotplug/shpchp_core.c struct slot *slot = get_slot(hotplug_slot); hotplug_slot 224 drivers/pci/hotplug/shpchp_core.c static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) hotplug_slot 226 drivers/pci/hotplug/shpchp_core.c struct slot *slot = get_slot(hotplug_slot); hotplug_slot 4856 drivers/pci/pci.c static int pci_reset_hotplug_slot(struct hotplug_slot *hotplug, int probe) hotplug_slot 263 drivers/pci/slot.c struct hotplug_slot *hotplug) hotplug_slot 368 drivers/pci/slot.c struct hotplug_slot *slot = pci_slot->hotplug; hotplug_slot 204 drivers/platform/x86/asus-wmi.c struct hotplug_slot hotplug_slot; hotplug_slot 787 drivers/platform/x86/asus-wmi.c if (asus->hotplug_slot.ops) { hotplug_slot 885 drivers/platform/x86/asus-wmi.c static int asus_get_adapter_status(struct hotplug_slot *hotplug_slot, hotplug_slot 888 drivers/platform/x86/asus-wmi.c struct asus_wmi *asus = container_of(hotplug_slot, hotplug_slot 889 drivers/platform/x86/asus-wmi.c struct asus_wmi, hotplug_slot); hotplug_slot 929 drivers/platform/x86/asus-wmi.c asus->hotplug_slot.ops = &asus_hotplug_slot_ops; hotplug_slot 931 drivers/platform/x86/asus-wmi.c ret = pci_hp_register(&asus->hotplug_slot, bus, 0, "asus-wifi"); hotplug_slot 940 drivers/platform/x86/asus-wmi.c asus->hotplug_slot.ops = NULL; hotplug_slot 1068 drivers/platform/x86/asus-wmi.c if (asus->hotplug_slot.ops) hotplug_slot 1069 drivers/platform/x86/asus-wmi.c pci_hp_deregister(&asus->hotplug_slot); hotplug_slot 171 drivers/platform/x86/eeepc-laptop.c struct hotplug_slot hotplug_slot; hotplug_slot 576 drivers/platform/x86/eeepc-laptop.c if (!eeepc->hotplug_slot.ops) hotplug_slot 706 drivers/platform/x86/eeepc-laptop.c static int eeepc_get_adapter_status(struct hotplug_slot *hotplug_slot, hotplug_slot 712 drivers/platform/x86/eeepc-laptop.c eeepc = container_of(hotplug_slot, struct eeepc_laptop, hotplug_slot); hotplug_slot 738 drivers/platform/x86/eeepc-laptop.c eeepc->hotplug_slot.ops = &eeepc_hotplug_slot_ops; hotplug_slot 740 drivers/platform/x86/eeepc-laptop.c ret = pci_hp_register(&eeepc->hotplug_slot, bus, 0, "eeepc-wifi"); hotplug_slot 749 drivers/platform/x86/eeepc-laptop.c eeepc->hotplug_slot.ops = NULL; hotplug_slot 810 drivers/platform/x86/eeepc-laptop.c if (eeepc->hotplug_slot.ops) hotplug_slot 811 drivers/platform/x86/eeepc-laptop.c pci_hp_deregister(&eeepc->hotplug_slot); hotplug_slot 65 include/linux/pci.h struct hotplug_slot *hotplug; /* Hotplug info (move here) */ hotplug_slot 1002 include/linux/pci.h struct hotplug_slot *hotplug); hotplug_slot 39 include/linux/pci_hotplug.h int (*enable_slot) (struct hotplug_slot *slot); hotplug_slot 40 include/linux/pci_hotplug.h int (*disable_slot) (struct hotplug_slot *slot); hotplug_slot 41 include/linux/pci_hotplug.h int (*set_attention_status) (struct hotplug_slot *slot, u8 value); hotplug_slot 42 include/linux/pci_hotplug.h int (*hardware_test) (struct hotplug_slot *slot, u32 value); hotplug_slot 43 include/linux/pci_hotplug.h int (*get_power_status) (struct hotplug_slot *slot, u8 *value); hotplug_slot 44 include/linux/pci_hotplug.h int (*get_attention_status) (struct hotplug_slot *slot, u8 *value); hotplug_slot 45 include/linux/pci_hotplug.h int (*get_latch_status) (struct hotplug_slot *slot, u8 *value); hotplug_slot 46 include/linux/pci_hotplug.h int (*get_adapter_status) (struct hotplug_slot *slot, u8 *value); hotplug_slot 47 include/linux/pci_hotplug.h int (*reset_slot) (struct hotplug_slot *slot, int probe); hotplug_slot 66 include/linux/pci_hotplug.h static inline const char *hotplug_slot_name(const struct hotplug_slot *slot) hotplug_slot 71 include/linux/pci_hotplug.h int __pci_hp_register(struct hotplug_slot *slot, struct pci_bus *pbus, int nr, hotplug_slot 74 include/linux/pci_hotplug.h int __pci_hp_initialize(struct hotplug_slot *slot, struct pci_bus *bus, int nr, hotplug_slot 77 include/linux/pci_hotplug.h int pci_hp_add(struct hotplug_slot *slot); hotplug_slot 79 include/linux/pci_hotplug.h void pci_hp_del(struct hotplug_slot *slot); hotplug_slot 80 include/linux/pci_hotplug.h void pci_hp_destroy(struct hotplug_slot *slot); hotplug_slot 81 include/linux/pci_hotplug.h void pci_hp_deregister(struct hotplug_slot *slot);