Searched refs:SLOT_NAME_SIZE (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/pci/hotplug/ |
D | s390_pci_hpc.c | 21 #define SLOT_NAME_SIZE 10 macro 144 char name[SLOT_NAME_SIZE]; in zpci_init_slot() 173 snprintf(name, SLOT_NAME_SIZE, "%08x", zdev->fid); in zpci_init_slot()
|
D | acpiphp_core.c | 35 #define SLOT_NAME_SIZE 21 /* {_SUN} */ macro 263 char name[SLOT_NAME_SIZE]; in acpiphp_register_hotplug_slot() 286 snprintf(name, SLOT_NAME_SIZE, "%u", sun); in acpiphp_register_hotplug_slot()
|
D | cpci_hotplug_core.c | 206 #define SLOT_NAME_SIZE 6 macro 214 char name[SLOT_NAME_SIZE]; in cpci_hp_register_bus() 251 snprintf(name, SLOT_NAME_SIZE, "%02x:%02x", bus->number, i); in cpci_hp_register_bus()
|
D | pciehp_core.c | 64 char name[SLOT_NAME_SIZE]; in init_slot() 100 snprintf(name, SLOT_NAME_SIZE, "%u", PSN(ctrl)); in init_slot()
|
D | shpchp_core.c | 69 char name[SLOT_NAME_SIZE]; in init_slots() 112 snprintf(name, SLOT_NAME_SIZE, "%d", slot->number); in init_slots()
|
D | pciehp.h | 60 #define SLOT_NAME_SIZE 10 macro
|
D | ibmphp_ebda.c | 593 #define SLOT_NAME_SIZE 30 macro 599 static char str[SLOT_NAME_SIZE]; in create_file_name() 722 char name[SLOT_NAME_SIZE]; in ebda_rsrc_controller() 946 snprintf(name, SLOT_NAME_SIZE, "%s", create_file_name(tmp_slot)); in ebda_rsrc_controller()
|
D | cpqphp_core.c | 574 #define SLOT_NAME_SIZE 10 macro 589 char name[SLOT_NAME_SIZE]; in ctrl_slot_setup() 673 snprintf(name, SLOT_NAME_SIZE, "%u", slot->number); in ctrl_slot_setup()
|
D | shpchp.h | 62 #define SLOT_NAME_SIZE 10 macro
|
/Linux-v4.19/drivers/acpi/ |
D | pci_slot.c | 42 #define SLOT_NAME_SIZE 21 /* Inspired by #define in acpiphp.h */ macro 99 char name[SLOT_NAME_SIZE]; in register_slot()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | pci.c | 1065 #define SLOT_NAME_SIZE 11 /* Max decimal digits + null in u32 */ macro 1073 char name[SLOT_NAME_SIZE]; in pcie_bus_slot_names()
|
/Linux-v4.19/drivers/pci/controller/ |
D | pci-hyperv.c | 93 #define SLOT_NAME_SIZE 11 macro 1476 char name[SLOT_NAME_SIZE]; in hv_pci_assign_slots() 1484 snprintf(name, SLOT_NAME_SIZE, "%u", hpdev->desc.ser); in hv_pci_assign_slots()
|