Searched refs:SLOT_NAME_SIZE (Results 1 – 11 of 11) sorted by relevance
/drivers/pci/hotplug/ |
D | s390_pci_hpc.c | 21 #define SLOT_NAME_SIZE 10 macro 153 char name[SLOT_NAME_SIZE]; in zpci_init_slot() 183 snprintf(name, SLOT_NAME_SIZE, "%08x", zdev->fid); in zpci_init_slot()
|
D | pcihp_skeleton.c | 39 #define SLOT_NAME_SIZE 10 macro 44 char name[SLOT_NAME_SIZE]; 243 snprintf(slot->hotplug_slot->name, SLOT_NAME_SIZE, "%d", slot->number); in make_slot_name()
|
D | acpiphp_core.c | 49 #define SLOT_NAME_SIZE 21 /* {_SUN} */ macro 291 char name[SLOT_NAME_SIZE]; in acpiphp_register_hotplug_slot() 315 snprintf(name, SLOT_NAME_SIZE, "%u", sun); in acpiphp_register_hotplug_slot()
|
D | pciehp_core.c | 97 char name[SLOT_NAME_SIZE]; in init_slot() 131 snprintf(name, SLOT_NAME_SIZE, "%u", PSN(ctrl)); in init_slot()
|
D | cpci_hotplug_core.c | 221 #define SLOT_NAME_SIZE 6 macro 229 char name[SLOT_NAME_SIZE]; in cpci_hp_register_bus() 266 snprintf(name, SLOT_NAME_SIZE, "%02x:%02x", bus->number, i); in cpci_hp_register_bus()
|
D | shpchp_core.c | 99 char name[SLOT_NAME_SIZE]; in init_slots() 143 snprintf(name, SLOT_NAME_SIZE, "%d", slot->number); in init_slots()
|
D | ibmphp_ebda.c | 607 #define SLOT_NAME_SIZE 30 macro 613 static char str[SLOT_NAME_SIZE]; in create_file_name() 755 char name[SLOT_NAME_SIZE]; in ebda_rsrc_controller() 980 snprintf(name, SLOT_NAME_SIZE, "%s", create_file_name(tmp_slot)); in ebda_rsrc_controller()
|
D | pciehp.h | 72 #define SLOT_NAME_SIZE 10 macro
|
D | cpqphp_core.c | 597 #define SLOT_NAME_SIZE 10 macro 612 char name[SLOT_NAME_SIZE]; in ctrl_slot_setup() 698 snprintf(name, SLOT_NAME_SIZE, "%u", slot->number); in ctrl_slot_setup()
|
D | shpchp.h | 76 #define SLOT_NAME_SIZE 10 macro
|
/drivers/acpi/ |
D | pci_slot.c | 60 #define SLOT_NAME_SIZE 21 /* Inspired by #define in acpiphp.h */ macro 115 char name[SLOT_NAME_SIZE]; in register_slot()
|