| /linux-4.4.14/drivers/pci/hotplug/ |
| D | pciehp_ctrl.c | 109 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 …]
|
| D | cpci_hotplug_core.c | 109 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 …]
|
| D | shpchp_ctrl.c | 73 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 …]
|
| D | acpiphp_core.c | 137 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()
|
| D | shpchp_core.c | 87 __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()
|
| D | cpqphp_core.c | 287 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()
|
| D | cpci_hotplug.h | 73 static inline const char *slot_name(struct slot *slot) in slot_name() function
|
| D | pciehp_hpc.c | 600 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()
|
| D | acpiphp.h | 56 static inline const char *slot_name(struct slot *slot) in slot_name() function
|
| D | pciehp.h | 155 static inline const char *slot_name(struct slot *slot) in slot_name() function
|
| D | shpchp.h | 185 static inline const char *slot_name(struct slot *slot) in slot_name() function
|
| D | cpqphp.h | 460 static inline const char *slot_name(struct slot *slot) in slot_name() function
|
| /linux-4.4.14/drivers/pci/ |
| D | slot.c | 182 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/ |
| D | iosapic.c | 481 pcidev->slot_name, PCI_SLOT(pcidev->devfn), intr_pin); in iosapic_xlate_pin()
|
| /linux-4.4.14/sound/soc/intel/atom/ |
| D | sst-atom-controls.c | 1164 #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/ |
| D | omap.c | 332 static DEVICE_ATTR(slot_name, S_IRUGO, mmc_omap_show_slot_name, NULL);
|
| D | omap_hsmmc.c | 877 static DEVICE_ATTR(slot_name, S_IRUGO, omap_hsmmc_show_slot_name, NULL);
|