/linux/drivers/pci/hotplug/ |
A D | pciehp_ctrl.c | 170 slot_name(ctrl)); in pciehp_handle_button_press() 174 slot_name(ctrl)); in pciehp_handle_button_press() 200 slot_name(ctrl)); in pciehp_handle_button_press() 243 slot_name(ctrl)); in pciehp_handle_presence_or_link_change() 246 slot_name(ctrl)); in pciehp_handle_presence_or_link_change() 272 slot_name(ctrl)); in pciehp_handle_presence_or_link_change() 275 slot_name(ctrl)); in pciehp_handle_presence_or_link_change() 381 slot_name(ctrl)); in pciehp_sysfs_enable_slot() 387 slot_name(ctrl)); in pciehp_sysfs_enable_slot() 415 slot_name(ctrl)); in pciehp_sysfs_disable_slot() [all …]
|
A D | cpci_hotplug_core.c | 98 __func__, slot_name(slot)); in disable_slot() 106 __func__, slot_name(slot)); in disable_slot() 310 __func__, slot_name(slot)); in init_slots() 347 slot_name(slot)); in check_slots() 358 __func__, slot_name(slot), hs_csr); in check_slots() 362 __func__, slot_name(slot)); in check_slots() 365 __func__, slot_name(slot)); in check_slots() 369 __func__, slot_name(slot)); in check_slots() 374 __func__, slot_name(slot), hs_csr); in check_slots() 390 __func__, slot_name(slot)); in check_slots() [all …]
|
A D | shpchp_ctrl.c | 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() 489 slot_name(p_slot)); in handle_button_press_event() 497 slot_name(p_slot)); in handle_button_press_event() 508 slot_name(p_slot)); in handle_button_press_event() 563 slot_name(p_slot)); in shpchp_enable_slot() 624 slot_name(p_slot)); in shpchp_disable_slot() 654 slot_name(p_slot)); in shpchp_sysfs_enable_slot() 663 slot_name(p_slot)); in shpchp_sysfs_enable_slot() [all …]
|
A 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() 286 pr_info("Slot [%s] registered\n", slot_name(slot)); in acpiphp_register_hotplug_slot() 300 pr_info("Slot [%s] unregistered\n", slot_name(slot)); in acpiphp_unregister_hotplug_slot()
|
A D | shpchp_core.c | 151 __func__, slot_name(slot)); in set_attention_status() 164 __func__, slot_name(slot)); in enable_slot() 174 __func__, slot_name(slot)); in disable_slot() 185 __func__, slot_name(slot)); in get_power_status() 200 __func__, slot_name(slot)); in get_attention_status() 215 __func__, slot_name(slot)); in get_latch_status() 230 __func__, slot_name(slot)); in get_adapter_status()
|
A D | pciehp_hpc.c | 64 slot_name(ctrl)); in pciehp_request_irq() 295 ctrl_info(ctrl, "Slot(%s): No link\n", slot_name(ctrl)); in pciehp_check_link_status() 315 slot_name(ctrl), lnk_status); in pciehp_check_link_status() 323 slot_name(ctrl)); in pciehp_check_link_status() 579 slot_name(ctrl)); in pciehp_ignore_dpc_link_change() 723 slot_name(ctrl)); in pciehp_ist() 730 ctrl_err(ctrl, "Slot(%s): Power fault\n", slot_name(ctrl)); in pciehp_ist()
|
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()
|
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()
|
A D | cpci_hotplug.h | 61 static inline const char *slot_name(struct slot *slot) in slot_name() function
|
A D | acpiphp.h | 41 static inline const char *slot_name(struct slot *slot) in slot_name() function
|
A D | pciehp.h | 194 static inline const char *slot_name(struct controller *ctrl) in slot_name() function
|
A D | shpchp.h | 172 static inline const char *slot_name(struct slot *slot) in slot_name() function
|
A D | cpqphp.h | 446 static inline const char *slot_name(struct slot *slot) in slot_name() function
|
/linux/drivers/pci/ |
A D | slot.c | 147 char *slot_name; in rename_slot() local 152 slot_name = make_slot_name(name); in rename_slot() 153 if (!slot_name) in rename_slot() 156 result = kobject_rename(&slot->kobj, slot_name); in rename_slot() 157 kfree(slot_name); in rename_slot() 232 char *slot_name = NULL; in pci_create_slot() local 268 slot_name = make_slot_name(name); in pci_create_slot() 269 if (!slot_name) { in pci_create_slot() 279 "%s", slot_name); in pci_create_slot() 295 kfree(slot_name); in pci_create_slot()
|
/linux/drivers/gpu/drm/qxl/ |
A D | qxl_kms.c | 70 const char *slot_name, in setup_slot() argument 77 slot->name = slot_name; in setup_slot()
|
/linux/drivers/parisc/ |
A D | iosapic.c | 467 pcidev->slot_name, PCI_SLOT(pcidev->devfn), intr_pin); in iosapic_xlate_pin()
|
/linux/sound/soc/intel/atom/ |
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, \
|
/linux/drivers/mmc/host/ |
A D | omap.c | 329 static DEVICE_ATTR(slot_name, S_IRUGO, mmc_omap_show_slot_name, NULL);
|
A D | omap_hsmmc.c | 750 static DEVICE_ATTR(slot_name, S_IRUGO, omap_hsmmc_show_slot_name, NULL);
|