| /openbmc/u-boot/drivers/usb/musb-new/ |
| H A D | musb_dsps.c | 152 struct platform_device *pdev = to_platform_device(dev->parent); in dsps_musb_enable() local 185 struct platform_device *pdev = to_platform_device(dev->parent); in dsps_musb_disable() local 204 struct platform_device *pdev = to_platform_device(dev->parent); in otg_timer() local 258 struct platform_device *pdev = to_platform_device(dev->parent); in dsps_musb_try_idle() local 298 struct platform_device *pdev = to_platform_device(dev->parent); in dsps_interrupt() local 413 struct platform_device *pdev = to_platform_device(dev->parent); in dsps_musb_init() local 481 struct platform_device *pdev = to_platform_device(dev->parent); in dsps_musb_exit() local 530 struct platform_device *pdev = to_platform_device(dev); in dsps_create_musb_pdev() local 609 static int __devinit dsps_probe(struct platform_device *pdev) in dsps_probe() 672 static int __devexit dsps_remove(struct platform_device *pdev) in dsps_remove()
|
| H A D | am35x.c | 503 static int __devinit am35x_probe(struct platform_device *pdev) in am35x_probe() 608 static int __devexit am35x_remove(struct platform_device *pdev) in am35x_remove()
|
| H A D | musb_core.c | 1014 static void musb_shutdown(struct platform_device *pdev) in musb_shutdown() 2171 static int __devinit musb_probe(struct platform_device *pdev) in musb_probe() 2200 static int __devexit musb_remove(struct platform_device *pdev) in musb_remove()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | nvme-test.c | 53 QPCIDevice *pdev = &nvme->dev; in nvmetest_oob_cmb_test() local 73 QPCIDevice *pdev = &nvme->dev; nvmetest_reg_read_test() local 97 QPCIDevice *pdev = &nvme->dev; nvmetest_pmr_reg_test() local [all...] |
| H A D | virtio-blk-test.c | 467 QVirtioPCIDevice *pdev = &blk->pci_vdev; in msix() local 576 QVirtioPCIDevice *pdev = &blk->pci_vdev; in idx() local 732 QVirtioPCIDevice *pdev = &blk->pci_vdev; in test_nonexistent_virtqueue() local
|
| H A D | rtl8139-test.c | 30 QPCIDevice **pdev = (QPCIDevice **) data; in save_fn() local
|
| H A D | erst-test.c | 19 QPCIDevice **pdev = (QPCIDevice **) data; in save_fn() local
|
| H A D | vhost-user-blk-test.c | 546 QVirtioPCIDevice *pdev = &blk->pci_vdev; in idx() local 775 QVirtioPCIDevice *pdev = &blk->pci_vdev; in test_nonexistent_virtqueue() local
|
| /openbmc/qemu/hw/acpi/ |
| H A D | pcihp.c | 245 PCIDevice *pdev = PCI_DEVICE(qdev); in acpi_pcihp_update_hotplug_bus() local 272 PCIDevice *pdev = PCI_DEVICE(dev); in acpi_pcihp_device_pre_plug_cb() local 286 PCIDevice *pdev = PCI_DEVICE(dev); in acpi_pcihp_device_plug_cb() local 328 PCIDevice *pdev = PCI_DEVICE(dev); in acpi_pcihp_device_unplug_cb() local 340 PCIDevice *pdev = PCI_DEVICE(dev); in acpi_pcihp_device_unplug_request_cb() local 784 static Aml *aml_pci_static_endpoint_dsm(PCIDevice *pdev) in aml_pci_static_endpoint_dsm() 815 const PCIDevice *pdev = bus->devices[devfn]; in is_devfn_ignored_generic() local 833 PCIDevice *pdev = bus->devices[devfn]; in is_devfn_ignored_hotplug() local 910 PCIDevice *pdev = bus->devices[devfn]; in build_append_pci_bus_devices() local
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | ehci-pci.c | 68 static void ehci_pci_legacy_init(pci_dev_t pdev, struct ehci_hccr **ret_hccr, in ehci_pci_legacy_init() 100 pci_dev_t pdev; in ehci_hcd_init() local
|
| /openbmc/qemu/hw/misc/ |
| H A D | edu.c | 48 PCIDevice pdev; member 369 static void pci_edu_realize(PCIDevice *pdev, Error **errp) in pci_edu_realize() 392 static void pci_edu_uninit(PCIDevice *pdev) in pci_edu_uninit()
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | articia.c | 153 static int amigaone_pcihost_bus0_map_irq(PCIDevice *pdev, int pin) in amigaone_pcihost_bus0_map_irq() 172 PCIDevice *pdev; in articia_realize() local
|
| H A D | pnv_phb4.c | 61 PCIDevice *pdev; in pnv_phb4_config_write() local 96 PCIDevice *pdev; in pnv_phb4_config_read() local 133 PCIDevice *pdev; in pnv_phb4_rc_config_write() local 154 PCIDevice *pdev; in pnv_phb4_rc_config_read() local
|
| /openbmc/u-boot/drivers/reset/ |
| H A D | reset-mediatek.c | 77 int mediatek_reset_bind(struct udevice *pdev, u32 regofs, u32 num_regs) in mediatek_reset_bind()
|
| H A D | reset-rockchip.c | 106 int rockchip_reset_bind(struct udevice *pdev, u32 reg_offset, u32 reg_number) in rockchip_reset_bind()
|
| /openbmc/u-boot/drivers/pinctrl/broadcom/ |
| H A D | pinctrl-bcm283x.c | 109 struct udevice *pdev; in bcm283x_pinctl_probe() local
|
| /openbmc/qemu/hw/remote/ |
| H A D | mpqemu-link.c | 189 uint64_t mpqemu_msg_send_and_await_reply(MPQemuMsg *msg, PCIProxyDev *pdev, in mpqemu_msg_send_and_await_reply()
|
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | virtio-pci.h | 22 QPCIDevice *pdev; member
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pci_sandbox.c | 83 u8 pdev, pfn, devfn; in sandbox_pci_probe() local
|
| H A D | pci_common.c | 103 void *pci_map_bar(pci_dev_t pdev, int bar, int flags) in pci_map_bar()
|
| /openbmc/u-boot/drivers/ata/ |
| H A D | dwc_ahsata.c | 511 static void dwc_ahsata_print_info(struct blk_desc *pdev) in dwc_ahsata_print_info() 752 struct blk_desc *pdev) in dwc_ahsata_scan_common() 850 static int ahci_init_one(int pdev) in ahci_init_one() 965 struct blk_desc *pdev = &sata_dev_desc[dev]; in scan_sata() local
|
| /openbmc/qemu/hw/cxl/ |
| H A D | cxl-events.c | 243 PCIDevice *pdev = &ct3d->parent_obj; in cxl_event_irq_assert() local
|
| H A D | cxl-component-utils.c | 381 PCIDevice *pdev = cxl->pdev; in cxl_component_create_dvsec() local
|
| /openbmc/u-boot/drivers/clk/altera/ |
| H A D | clk-arria10.c | 304 struct udevice *pdev; in socfpga_a10_ofdata_to_platdata() local
|
| /openbmc/qemu/include/hw/pci/ |
| H A D | pcie_doe.h | 78 PCIDevice *pdev; member
|