/linux-4.19.296/drivers/pci/hotplug/ |
D | pciehp_ctrl.c | 78 ctrl_err(ctrl, "Slot(%s): Power fault\n", slot_name(p_slot)); in board_added() 170 slot_name(p_slot)); in pciehp_handle_button_press() 174 slot_name(p_slot)); in pciehp_handle_button_press() 188 ctrl_info(ctrl, "Slot(%s): Button cancel\n", slot_name(p_slot)); in pciehp_handle_button_press() 199 slot_name(p_slot)); in pciehp_handle_button_press() 203 slot_name(p_slot), p_slot->state); in pciehp_handle_button_press() 246 slot_name(slot)); in pciehp_handle_presence_or_link_change() 249 slot_name(slot)); in pciehp_handle_presence_or_link_change() 275 slot_name(slot)); in pciehp_handle_presence_or_link_change() 278 slot_name(slot)); in pciehp_handle_presence_or_link_change() [all …]
|
D | cpci_hotplug_core.c | 96 dbg("%s - physical_slot = %s", __func__, slot_name(slot)); in enable_slot() 109 dbg("%s - physical_slot = %s", __func__, slot_name(slot)); in disable_slot() 114 dbg("%s - unconfiguring slot %s", __func__, slot_name(slot)); in disable_slot() 118 __func__, slot_name(slot)); in disable_slot() 121 dbg("%s - finished unconfiguring slot %s", __func__, slot_name(slot)); in disable_slot() 126 __func__, slot_name(slot)); in disable_slot() 270 dbg("slot registered with name: %s", slot_name(slot)); in cpci_hp_register_bus() 307 dbg("deregistering slot %s", slot_name(slot)); in cpci_hp_unregister_bus() 356 dbg("%s - looking at slot %s", __func__, slot_name(slot)); in init_slots() 359 __func__, slot_name(slot)); in init_slots() [all …]
|
D | shpchp_ctrl.c | 59 ctrl_info(ctrl, "Button pressed on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_attention_button() 87 ctrl_info(ctrl, "Latch open on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_switch_change() 97 ctrl_info(ctrl, "Latch close on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_switch_change() 125 slot_name(p_slot)); in shpchp_handle_presence_change() 132 slot_name(p_slot)); in shpchp_handle_presence_change() 156 slot_name(p_slot)); in shpchp_handle_power_fault() 163 ctrl_info(ctrl, "Power fault on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_power_fault() 482 slot_name(p_slot)); in handle_button_press_event() 486 slot_name(p_slot)); in handle_button_press_event() 502 slot_name(p_slot)); in handle_button_press_event() [all …]
|
D | acpiphp_core.c | 123 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in enable_slot() 140 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in disable_slot() 184 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_power_status() 230 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_latch_status() 250 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_adapter_status() 297 pr_info("Slot [%s] registered\n", slot_name(slot)); in acpiphp_register_hotplug_slot() 313 pr_info("Slot [%s] unregistered\n", slot_name(slot)); in acpiphp_unregister_hotplug_slot()
|
D | shpchp_core.c | 171 __func__, slot_name(slot)); in set_attention_status() 184 __func__, slot_name(slot)); in enable_slot() 194 __func__, slot_name(slot)); in disable_slot() 205 __func__, slot_name(slot)); in get_power_status() 220 __func__, slot_name(slot)); in get_attention_status() 235 __func__, slot_name(slot)); in get_latch_status() 250 __func__, slot_name(slot)); in get_adapter_status()
|
D | cpqphp_core.c | 429 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in set_attention_status() 456 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in process_SI() 488 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in process_SS() 511 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in hardware_test() 522 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_power_status() 533 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_attention_status() 544 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_latch_status() 556 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_adapter_status()
|
D | cpci_hotplug.h | 59 static inline const char *slot_name(struct slot *slot) in slot_name() function
|
D | acpiphp.h | 42 static inline const char *slot_name(struct slot *slot) in slot_name() function
|
D | pciehp.h | 215 static inline const char *slot_name(struct slot *slot) in slot_name() function
|
D | pciehp_hpc.c | 46 slot_name(ctrl->slot)); in pciehp_request_irq() 656 slot_name(slot)); in pciehp_ist() 662 ctrl_err(ctrl, "Slot(%s): Power fault\n", slot_name(slot)); in pciehp_ist()
|
D | shpchp.h | 170 static inline const char *slot_name(struct slot *slot) in slot_name() function
|
D | cpqphp.h | 446 static inline const char *slot_name(struct slot *slot) in slot_name() function
|
/linux-4.19.296/drivers/pci/ |
D | slot.c | 183 char *slot_name; in rename_slot() local 188 slot_name = make_slot_name(name); in rename_slot() 189 if (!slot_name) in rename_slot() 192 result = kobject_rename(&slot->kobj, slot_name); in rename_slot() 193 kfree(slot_name); in rename_slot() 268 char *slot_name = NULL; in pci_create_slot() local 304 slot_name = make_slot_name(name); in pci_create_slot() 305 if (!slot_name) { in pci_create_slot() 315 "%s", slot_name); in pci_create_slot() 331 kfree(slot_name); in pci_create_slot()
|
/linux-4.19.296/drivers/parisc/ |
D | iosapic.c | 481 pcidev->slot_name, PCI_SLOT(pcidev->devfn), intr_pin); in iosapic_xlate_pin()
|