Lines Matching refs:hotplug_dev
459 static void pcie_cap_update_power(PCIDevice *hotplug_dev) in pcie_cap_update_power() argument
461 uint8_t *exp_cap = hotplug_dev->config + hotplug_dev->exp.exp_cap; in pcie_cap_update_power()
462 PCIBus *sec_bus = pci_bridge_get_sec_bus(PCI_BRIDGE(hotplug_dev)); in pcie_cap_update_power()
493 static void pcie_cap_slot_plug_common(PCIDevice *hotplug_dev, DeviceState *dev, in pcie_cap_slot_plug_common() argument
496 uint8_t *exp_cap = hotplug_dev->config + hotplug_dev->exp.exp_cap; in pcie_cap_slot_plug_common()
508 void pcie_cap_slot_pre_plug_cb(HotplugHandler *hotplug_dev, DeviceState *dev, in pcie_cap_slot_pre_plug_cb() argument
511 PCIDevice *hotplug_pdev = PCI_DEVICE(hotplug_dev); in pcie_cap_slot_pre_plug_cb()
522 pcie_cap_slot_plug_common(PCI_DEVICE(hotplug_dev), dev, errp); in pcie_cap_slot_pre_plug_cb()
525 void pcie_cap_slot_plug_cb(HotplugHandler *hotplug_dev, DeviceState *dev, in pcie_cap_slot_plug_cb() argument
528 PCIDevice *hotplug_pdev = PCI_DEVICE(hotplug_dev); in pcie_cap_slot_plug_cb()
571 void pcie_cap_slot_unplug_cb(HotplugHandler *hotplug_dev, DeviceState *dev, in pcie_cap_slot_unplug_cb() argument
608 void pcie_cap_slot_unplug_request_cb(HotplugHandler *hotplug_dev, in pcie_cap_slot_unplug_request_cb() argument
614 PCIDevice *hotplug_pdev = PCI_DEVICE(hotplug_dev); in pcie_cap_slot_unplug_request_cb()