Home
last modified time | relevance | path

Searched refs:SLOT_NAME_SIZE (Results 1 – 11 of 11) sorted by relevance

/drivers/pci/hotplug/
Ds390_pci_hpc.c21 #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()
Dpcihp_skeleton.c39 #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()
Dacpiphp_core.c49 #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()
Dpciehp_core.c97 char name[SLOT_NAME_SIZE]; in init_slot()
131 snprintf(name, SLOT_NAME_SIZE, "%u", PSN(ctrl)); in init_slot()
Dcpci_hotplug_core.c221 #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()
Dshpchp_core.c99 char name[SLOT_NAME_SIZE]; in init_slots()
143 snprintf(name, SLOT_NAME_SIZE, "%d", slot->number); in init_slots()
Dibmphp_ebda.c607 #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()
Dpciehp.h72 #define SLOT_NAME_SIZE 10 macro
Dcpqphp_core.c597 #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()
Dshpchp.h76 #define SLOT_NAME_SIZE 10 macro
/drivers/acpi/
Dpci_slot.c60 #define SLOT_NAME_SIZE 21 /* Inspired by #define in acpiphp.h */ macro
115 char name[SLOT_NAME_SIZE]; in register_slot()