| /linux/drivers/pci/hotplug/ |
| H A D | cpci_hotplug_core.c | 75 dbg("%s - physical_slot = %s", __func__, slot_name(slot)); in enable_slot() 86 dbg("%s - physical_slot = %s", __func__, slot_name(slot)); in disable_slot() 91 dbg("%s - unconfiguring slot %s", __func__, slot_name(slot)); in disable_slot() 95 __func__, slot_name(slot)); in disable_slot() 98 dbg("%s - finished unconfiguring slot %s", __func__, slot_name(slot)); in disable_slot() 103 __func__, slot_name(slot)); in disable_slot() 212 dbg("slot registered with name: %s", slot_name(slot)); in cpci_hp_register_bus() 245 dbg("deregistering slot %s", slot_name(slot)); in cpci_hp_unregister_bus() 294 dbg("%s - looking at slot %s", __func__, slot_name(slot)); in init_slots() 297 __func__, slot_name(slot)); in init_slots() [all …]
|
| H A 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() 469 slot_name(p_slot)); in handle_button_press_event() 473 slot_name(p_slot)); in handle_button_press_event() 489 slot_name(p_slot)); in handle_button_press_event() [all …]
|
| H A D | acpiphp_core.c | 121 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in enable_slot() 138 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in disable_slot() 182 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_power_status() 228 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_latch_status() 248 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_adapter_status() 284 pr_info("Slot [%s] registered\n", slot_name(slot)); in acpiphp_register_hotplug_slot() 298 pr_info("Slot [%s] unregistered\n", slot_name(slot)); in acpiphp_unregister_hotplug_slot()
|
| H A D | shpchp_core.c | 147 __func__, slot_name(slot)); in set_attention_status() 160 __func__, slot_name(slot)); in enable_slot() 170 __func__, slot_name(slot)); in disable_slot() 181 __func__, slot_name(slot)); in get_power_status() 196 __func__, slot_name(slot)); in get_attention_status() 211 __func__, slot_name(slot)); in get_latch_status() 226 __func__, slot_name(slot)); in get_adapter_status()
|
| H A D | octep_hp.c | 135 char slot_name[SLOT_NAME_SIZE]; in octep_hp_register_slot() local 149 snprintf(slot_name, sizeof(slot_name), "octep_hp_%u", slot_number); in octep_hp_register_slot() 151 PCI_SLOT(pdev->devfn), slot_name); in octep_hp_register_slot() 158 slot_name, pci_name(pdev)); in octep_hp_register_slot()
|
| H A D | cpqphp_core.c | 425 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in set_attention_status() 452 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in process_SI() 484 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in process_SS() 507 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in hardware_test() 518 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_power_status() 529 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_attention_status() 540 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_latch_status() 552 dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_adapter_status()
|
| H A D | pciehp_hpc.c | 65 slot_name(ctrl)); in pciehp_request_irq() 298 ctrl_info(ctrl, "Slot(%s): No link\n", slot_name(ctrl)); in pciehp_check_link_status() 318 slot_name(ctrl), lnk_status); in pciehp_check_link_status() 328 slot_name(ctrl)); in pciehp_check_link_status() 610 ctrl_info(ctrl, "Slot(%s): Link Down/Up ignored\n", slot_name(ctrl)); in pciehp_ignore_link_change() 759 ctrl_err(ctrl, "Slot(%s): Power fault\n", slot_name(ctrl)); in pciehp_ist()
|
| H A D | cpci_hotplug_pci.c | 195 err("Could not set LOO for slot %s", slot_name(slot)); in cpci_led_on() 223 err("Could not clear LOO for slot %s", slot_name(slot)); in cpci_led_off()
|
| H A D | acpiphp.h | 41 static inline const char *slot_name(struct slot *slot) in slot_name() function
|
| H A D | pciehp.h | 202 static inline const char *slot_name(struct controller *ctrl) in slot_name() function
|
| H A D | cpqphp.h | 446 static inline const char *slot_name(struct slot *slot) in slot_name() function
|
| /linux/drivers/pci/ |
| H A D | slot.c | 148 char *slot_name; in rename_slot() local 153 slot_name = make_slot_name(name); in rename_slot() 154 if (!slot_name) in rename_slot() 157 result = kobject_rename(&slot->kobj, slot_name); in rename_slot() 158 kfree(slot_name); in rename_slot() 233 char *slot_name = NULL; in pci_create_slot() local 270 slot_name = make_slot_name(name); in pci_create_slot() 271 if (!slot_name) { in pci_create_slot() 282 "%s", slot_name); in pci_create_slot() 296 kfree(slot_name); in pci_create_slot()
|
| /linux/sound/soc/intel/atom/ |
| H A D | sst-atom-controls.c | 1196 #define SST_INTERLEAVER(xpname, slot_name, slotno) \ argument 1197 SST_SSP_SLOT_CTL(xpname, "tx interleaver", slot_name, slotno, true, \
|