Home
last modified time | relevance | path

Searched refs:slot_name (Results 1 – 14 of 14) sorted by relevance

/linux-4.19.296/drivers/pci/hotplug/
Dpciehp_ctrl.c78 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 …]
Dcpci_hotplug_core.c96 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 …]
Dshpchp_ctrl.c59 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 …]
Dacpiphp_core.c123 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()
Dshpchp_core.c171 __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()
Dcpqphp_core.c429 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()
Dcpci_hotplug.h59 static inline const char *slot_name(struct slot *slot) in slot_name() function
Dacpiphp.h42 static inline const char *slot_name(struct slot *slot) in slot_name() function
Dpciehp.h215 static inline const char *slot_name(struct slot *slot) in slot_name() function
Dpciehp_hpc.c46 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()
Dshpchp.h170 static inline const char *slot_name(struct slot *slot) in slot_name() function
Dcpqphp.h446 static inline const char *slot_name(struct slot *slot) in slot_name() function
/linux-4.19.296/drivers/pci/
Dslot.c183 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/
Diosapic.c481 pcidev->slot_name, PCI_SLOT(pcidev->devfn), intr_pin); in iosapic_xlate_pin()