Searched refs:SLOT_NAME_SIZE (Results 1 – 12 of 12) sorted by relevance
| /drivers/pci/hotplug/ |
| A D | s390_pci_hpc.c | 21 #define SLOT_NAME_SIZE 10 macro 129 char name[SLOT_NAME_SIZE]; in zpci_init_slot() 134 snprintf(name, SLOT_NAME_SIZE, "%08x", zdev->fid); in zpci_init_slot()
|
| A D | acpiphp_core.c | 35 #define SLOT_NAME_SIZE 21 /* {_SUN} */ macro 261 char name[SLOT_NAME_SIZE]; in acpiphp_register_hotplug_slot() 273 snprintf(name, SLOT_NAME_SIZE, "%u", sun); in acpiphp_register_hotplug_slot()
|
| A D | cpci_hotplug_core.c | 174 #define SLOT_NAME_SIZE 6 macro 180 char name[SLOT_NAME_SIZE]; in cpci_hp_register_bus() 202 snprintf(name, SLOT_NAME_SIZE, "%02x:%02x", bus->number, i); in cpci_hp_register_bus()
|
| A D | pciehp_core.c | 54 char name[SLOT_NAME_SIZE]; in init_slot() 79 snprintf(name, SLOT_NAME_SIZE, "%u", PSN(ctrl)); in init_slot()
|
| A D | shpchp_core.c | 64 char name[SLOT_NAME_SIZE]; in init_slots() 93 snprintf(name, SLOT_NAME_SIZE, "%d", slot->number); in init_slots()
|
| A D | octep_hp.c | 130 #define SLOT_NAME_SIZE 16 macro 135 char slot_name[SLOT_NAME_SIZE]; in octep_hp_register_slot()
|
| A D | ibmphp_ebda.c | 593 #define SLOT_NAME_SIZE 30 macro 599 static char str[SLOT_NAME_SIZE]; in create_file_name() 693 char name[SLOT_NAME_SIZE]; in ebda_rsrc_controller() 899 snprintf(name, SLOT_NAME_SIZE, "%s", create_file_name(tmp_slot)); in ebda_rsrc_controller()
|
| A D | pciehp.h | 44 #define SLOT_NAME_SIZE 10 macro
|
| A D | cpqphp_core.c | 570 #define SLOT_NAME_SIZE 10 macro 583 char name[SLOT_NAME_SIZE]; in ctrl_slot_setup() 650 snprintf(name, SLOT_NAME_SIZE, "%u", slot->number); in ctrl_slot_setup()
|
| A D | shpchp.h | 46 #define SLOT_NAME_SIZE 10 macro
|
| /drivers/acpi/ |
| A D | pci_slot.c | 31 #define SLOT_NAME_SIZE 21 /* Inspired by #define in acpiphp.h */ macro 88 char name[SLOT_NAME_SIZE]; in register_slot()
|
| /drivers/pci/controller/ |
| A D | pci-hyperv.c | 95 #define SLOT_NAME_SIZE 11 macro 2446 char name[SLOT_NAME_SIZE]; in hv_pci_assign_slots() 2454 snprintf(name, SLOT_NAME_SIZE, "%u", hpdev->desc.ser); in hv_pci_assign_slots()
|
Completed in 28 milliseconds