Lines Matching defs:dev

402 static void pci_update_irq_status(PCIDevice *dev)  in pci_update_irq_status()
411 void pci_device_deassert_intx(PCIDevice *dev) in pci_device_deassert_intx()
419 static void pci_msi_trigger(PCIDevice *dev, MSIMessage msg) in pci_msi_trigger()
517 static void pci_reset_regions(PCIDevice *dev) in pci_reset_regions()
539 static void pci_do_device_reset(PCIDevice *dev) in pci_do_device_reset()
577 void pci_device_reset(PCIDevice *dev) in pci_device_reset()
632 const char *pci_root_bus_path(PCIDevice *dev) in pci_root_bus_path()
775 PCIDevice *dev = bus->devices[i]; in pci_bus_range() local
1014 static void pci_init_cmask(PCIDevice *dev) in pci_init_cmask()
1026 static void pci_init_wmask(PCIDevice *dev) in pci_init_wmask()
1041 static void pci_init_w1cmask(PCIDevice *dev) in pci_init_w1cmask()
1110 static void pci_init_multifunction(PCIBus *bus, PCIDevice *dev, Error **errp) in pci_init_multifunction()
1231 static PCIReqIDCache pci_req_id_cache_get(PCIDevice *dev) in pci_req_id_cache_get()
1268 uint16_t pci_requester_id(PCIDevice *dev) in pci_requester_id()
1307 DeviceState *dev = DEVICE(pci_dev); in do_pci_register_device() local
1435 static void pci_qdev_unrealize(DeviceState *dev) in pci_qdev_unrealize()
1852 PCIINTxRoute pci_device_route_intx_to_irq(PCIDevice *dev, int pin) in pci_device_route_intx_to_irq()
1882 PCIDevice *dev; in pci_bus_fire_intx_routing_notifier() local
1898 void pci_device_set_intx_routing_notifier(PCIDevice *dev, in pci_device_set_intx_routing_notifier()
2112 static bool pci_secondary_bus_in_range(PCIDevice *dev, int bus_num) in pci_secondary_bus_in_range()
2126 PCIDevice *dev = bus->devices[i]; in pci_root_bus_in_range() local
2356 DeviceState *dev; in pci_new_internal() local
2374 bool pci_realize_and_unref(PCIDevice *dev, PCIBus *bus, Error **errp) in pci_realize_and_unref()
2382 PCIDevice *dev = pci_new_multifunction(devfn, name); in pci_create_simple_multifunction() local
2389 PCIDevice *dev = pci_new(devfn, name); in pci_create_simple() local
2690 static char *pci_dev_fw_name(DeviceState *dev, char *buf, int len) in pci_dev_fw_name()
2718 static char *pcibus_get_fw_dev_path(DeviceState *dev) in pcibus_get_fw_dev_path()
2732 static char *pcibus_get_dev_path(DeviceState *dev) in pcibus_get_dev_path()
2816 MemoryRegion *pci_address_space(PCIDevice *dev) in pci_address_space()
2821 MemoryRegion *pci_address_space_io(PCIDevice *dev) in pci_address_space_io()
2866 static void pci_device_get_iommu_bus_devfn(PCIDevice *dev, in pci_device_get_iommu_bus_devfn()
2933 AddressSpace *pci_device_iommu_address_space(PCIDevice *dev) in pci_device_iommu_address_space()
2947 int pci_iommu_init_iotlb_notifier(PCIDevice *dev, IOMMUNotifier *n, in pci_iommu_init_iotlb_notifier()
2964 bool pci_device_set_iommu_device(PCIDevice *dev, HostIOMMUDevice *hiod, in pci_device_set_iommu_device()
2983 void pci_device_unset_iommu_device(PCIDevice *dev) in pci_device_unset_iommu_device()
2995 int pci_pri_request_page(PCIDevice *dev, uint32_t pasid, bool priv_req, in pci_pri_request_page()
3024 int pci_pri_register_notifier(PCIDevice *dev, uint32_t pasid, in pci_pri_register_notifier()
3047 void pci_pri_unregister_notifier(PCIDevice *dev, uint32_t pasid) in pci_pri_unregister_notifier()
3061 ssize_t pci_ats_request_translation(PCIDevice *dev, uint32_t pasid, in pci_ats_request_translation()
3098 int pci_iommu_register_iotlb_notifier(PCIDevice *dev, uint32_t pasid, in pci_iommu_register_iotlb_notifier()
3120 int pci_iommu_unregister_iotlb_notifier(PCIDevice *dev, uint32_t pasid, in pci_iommu_unregister_iotlb_notifier()
3142 int pci_iommu_get_iotlb_info(PCIDevice *dev, uint8_t *addr_width, in pci_iommu_get_iotlb_info()
3172 static void pci_dev_get_w64(PCIBus *b, PCIDevice *dev, void *opaque) in pci_dev_get_w64()
3226 static bool pcie_has_upstream_port(PCIDevice *dev) in pcie_has_upstream_port()
3255 MSIMessage pci_get_msi_message(PCIDevice *dev, int vector) in pci_get_msi_message()