Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dpciehp_ctrl.c109 ctrl_err(ctrl, "Power fault on slot %s\n", slot_name(p_slot)); in board_added()
257 slot_name(p_slot)); in handle_button_press_event()
261 slot_name(p_slot)); in handle_button_press_event()
275 ctrl_info(ctrl, "Button cancel on Slot(%s)\n", slot_name(p_slot)); in handle_button_press_event()
283 slot_name(p_slot)); in handle_button_press_event()
293 ctrl_info(ctrl, "Button ignore on Slot(%s)\n", slot_name(p_slot)); in handle_button_press_event()
335 slot_name(p_slot)); in handle_link_event()
339 slot_name(p_slot)); in handle_link_event()
347 slot_name(p_slot)); in handle_link_event()
352 slot_name(p_slot)); in handle_link_event()
[all …]
Dcpci_hotplug_core.c109 dbg("%s - physical_slot = %s", __func__, slot_name(slot)); in enable_slot()
122 dbg("%s - physical_slot = %s", __func__, slot_name(slot)); in disable_slot()
127 dbg("%s - unconfiguring slot %s", __func__, slot_name(slot)); in disable_slot()
131 __func__, slot_name(slot)); in disable_slot()
134 dbg("%s - finished unconfiguring slot %s", __func__, slot_name(slot)); in disable_slot()
139 __func__, slot_name(slot)); in disable_slot()
286 dbg("slot registered with name: %s", slot_name(slot)); in cpci_hp_register_bus()
323 dbg("deregistering slot %s", slot_name(slot)); in cpci_hp_unregister_bus()
376 dbg("%s - looking at slot %s", __func__, slot_name(slot)); in init_slots()
379 __func__, slot_name(slot)); in init_slots()
[all …]
Dshpchp_ctrl.c73 ctrl_info(ctrl, "Button pressed on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_attention_button()
101 ctrl_info(ctrl, "Latch open on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_switch_change()
111 ctrl_info(ctrl, "Latch close on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_switch_change()
139 slot_name(p_slot)); in shpchp_handle_presence_change()
146 slot_name(p_slot)); in shpchp_handle_presence_change()
170 slot_name(p_slot)); in shpchp_handle_power_fault()
177 ctrl_info(ctrl, "Power fault on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_power_fault()
496 slot_name(p_slot)); in handle_button_press_event()
500 slot_name(p_slot)); in handle_button_press_event()
516 slot_name(p_slot)); in handle_button_press_event()
[all …]
Dacpiphp_core.c137 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in enable_slot()
154 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in disable_slot()
198 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_power_status()
244 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_latch_status()
264 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_adapter_status()
279 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in release_slot()
326 pr_info("Slot [%s] registered\n", slot_name(slot)); in acpiphp_register_hotplug_slot()
343 pr_info("Slot [%s] unregistered\n", slot_name(slot)); in acpiphp_unregister_hotplug_slot()
Dshpchp_core.c87 __func__, slot_name(slot)); in release_slot()
202 __func__, slot_name(slot)); in set_attention_status()
215 __func__, slot_name(slot)); in enable_slot()
225 __func__, slot_name(slot)); in disable_slot()
236 __func__, slot_name(slot)); in get_power_status()
251 __func__, slot_name(slot)); in get_attention_status()
266 __func__, slot_name(slot)); in get_latch_status()
281 __func__, slot_name(slot)); in get_adapter_status()
Dcpqphp_core.c287 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in release_slot()
452 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in set_attention_status()
479 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in process_SI()
511 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in process_SS()
534 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in hardware_test()
545 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_power_status()
556 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_attention_status()
567 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_latch_status()
579 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_adapter_status()
Dcpci_hotplug.h73 static inline const char *slot_name(struct slot *slot) in slot_name() function
Dpciehp_hpc.c600 slot_name(slot)); in pcie_isr()
608 present ? "" : "not ", slot_name(slot)); in pcie_isr()
616 ctrl_err(ctrl, "Power fault on slot %s\n", slot_name(slot)); in pcie_isr()
623 slot_name(slot), link ? "Up" : "Down"); in pcie_isr()
Dacpiphp.h56 static inline const char *slot_name(struct slot *slot) in slot_name() function
Dpciehp.h155 static inline const char *slot_name(struct slot *slot) in slot_name() function
Dshpchp.h185 static inline const char *slot_name(struct slot *slot) in slot_name() function
Dcpqphp.h460 static inline const char *slot_name(struct slot *slot) in slot_name() function
/linux-4.4.14/drivers/pci/
Dslot.c182 char *slot_name; in rename_slot() local
187 slot_name = make_slot_name(name); in rename_slot()
188 if (!slot_name) in rename_slot()
191 result = kobject_rename(&slot->kobj, slot_name); in rename_slot()
192 kfree(slot_name); in rename_slot()
267 char *slot_name = NULL; in pci_create_slot() local
303 slot_name = make_slot_name(name); in pci_create_slot()
304 if (!slot_name) { in pci_create_slot()
310 "%s", slot_name); in pci_create_slot()
327 kfree(slot_name); in pci_create_slot()
/linux-4.4.14/drivers/parisc/
Diosapic.c481 pcidev->slot_name, PCI_SLOT(pcidev->devfn), intr_pin); in iosapic_xlate_pin()
/linux-4.4.14/sound/soc/intel/atom/
Dsst-atom-controls.c1164 #define SST_INTERLEAVER(xpname, slot_name, slotno) \ argument
1165 SST_SSP_SLOT_CTL(xpname, "tx interleaver", slot_name, slotno, true, \
/linux-4.4.14/drivers/mmc/host/
Domap.c332 static DEVICE_ATTR(slot_name, S_IRUGO, mmc_omap_show_slot_name, NULL);
Domap_hsmmc.c877 static DEVICE_ATTR(slot_name, S_IRUGO, omap_hsmmc_show_slot_name, NULL);