Lines Matching full:pcieslot
53 QLIST_HEAD(, PCIESlot) slots;
83 static PCIESlot *pcie_chassis_find_slot_with_chassis(struct PCIEChassis *c, in pcie_chassis_find_slot_with_chassis()
86 PCIESlot *s; in pcie_chassis_find_slot_with_chassis()
95 int pcie_chassis_add_slot(struct PCIESlot *slot) in pcie_chassis_add_slot()
109 void pcie_chassis_del_slot(PCIESlot *s) in pcie_chassis_del_slot()
194 PCIESlot *s = PCIE_SLOT(bus->parent); in pcie_slot_is_hotpluggable_bus()
207 DEFINE_PROP_UINT8("chassis", PCIESlot, chassis, 0),
208 DEFINE_PROP_UINT16("slot", PCIESlot, slot, 0),
209 DEFINE_PROP_BOOL("hotplug", PCIESlot, hotplug, true),
210 DEFINE_PROP_BOOL("x-do-not-expose-native-hotplug-cap", PCIESlot,
230 .instance_size = sizeof(PCIESlot),