Searched refs:SLOT_NAME_SIZE (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dacpiphp.h54 #define SLOT_NAME_SIZE KOBJ_NAME_LEN /* {_SUN} */ macro
66 char name[SLOT_NAME_SIZE];
H A Dpcihp_skeleton.c39 #define SLOT_NAME_SIZE 10 macro
44 char name[SLOT_NAME_SIZE];
244 snprintf(slot->hotplug_slot->name, SLOT_NAME_SIZE, "%d", slot->number);
H A Dpciehp.h60 #define SLOT_NAME_SIZE 10 macro
72 char name[SLOT_NAME_SIZE];
H A Dshpchp.h62 #define SLOT_NAME_SIZE 10 macro
78 char name[SLOT_NAME_SIZE];
H A Dcpci_hotplug_core.c224 #define SLOT_NAME_SIZE 6 macro
229 SLOT_NAME_SIZE, "%02x:%02x", slot->bus->number, slot->number);
265 name = kmalloc(SLOT_NAME_SIZE, GFP_KERNEL);
H A Dshpchp_core.c103 snprintf(slot->hotplug_slot->name, SLOT_NAME_SIZE, "%04d_%04d",
H A Dpciehp_core.c196 snprintf(slot->hotplug_slot->name, SLOT_NAME_SIZE, "%04d_%04d",
H A Dcpqphp_core.c366 hotplug_slot->name = kmalloc(SLOT_NAME_SIZE, GFP_KERNEL);
420 make_slot_name(hotplug_slot->name, SLOT_NAME_SIZE, slot);
H A Dcpqphp.h699 #define SLOT_NAME_SIZE 10 macro

Completed in 165 milliseconds