Home
last modified time | relevance | path

Searched refs:pci_device (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86int10.c28 static struct pci_device *findPci(xf86Int10InfoPtr pInt, unsigned short bx);
29 static CARD32 pciSlotBX(const struct pci_device *pvp);
604 static struct pci_device *
605 do_find(const struct pci_id_match *m, char n, const struct pci_device *exclude) in do_find()
607 struct pci_device *dev; in do_find()
624 static struct pci_device *
626 char n, const struct pci_device *exclude) in find_pci_device_vendor()
640 static struct pci_device *
642 char n, const struct pci_device *exclude) in find_pci_class()
663 int1A_last_bus_number(struct pci_device *dev) in int1A_last_bus_number()
[all …]
H A Dgeneric.c103 readIntVec(struct pci_device *dev, unsigned char *buf, int len) in readIntVec()
195 struct pci_device *rom_device = in xf86ExtendedInitInt10()
256 struct pci_device *rom_device = in xf86ExtendedInitInt10()
H A Dxf86int10.h43 struct pci_device *dev;
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86pciBus.c93 struct pci_device *info; in xf86PciProbe()
95 struct pci_device **xf86PciVideoInfo = NULL; in xf86PciProbe()
108 sizeof(struct pci_device *)); in xf86PciProbe()
209 xf86ClaimPciSlot(struct pci_device *d, DriverPtr drvp, in xf86ClaimPciSlot()
238 xf86UnclaimPciSlot(struct pci_device *d, GDevPtr dev) in xf86UnclaimPciSlot()
353 xf86IsPrimaryPci(struct pci_device *pPci) in xf86IsPrimaryPci()
373 struct pci_device *
398 xf86CheckPciMemBase(struct pci_device *pPci, memType base) in xf86CheckPciMemBase()
413 xf86CheckPciSlot(const struct pci_device *d) in xf86CheckPciSlot()
425 struct pci_device *ud = p->bus.id.plat->pdev; in xf86CheckPciSlot()
[all …]
H A Dxf86pciBus.h43 Bool xf86PciConfigure(void *busData, struct pci_device *pDev);
44 void xf86PciConfigureNewDev(void *busData, struct pci_device *pVideo,
56 xf86VideoPtrToDriverList(struct pci_device *dev, XF86MatchedDrivers *md);
H A Dxf86.h104 extern _X_EXPORT Bool xf86CheckPciSlot(const struct pci_device *);
105 extern _X_EXPORT int xf86ClaimPciSlot(struct pci_device *, DriverPtr drvp,
107 extern _X_EXPORT void xf86UnclaimPciSlot(struct pci_device *, GDevPtr dev);
112 extern _X_EXPORT Bool xf86IsPrimaryPci(struct pci_device *pPci);
113 extern _X_EXPORT Bool xf86CheckPciMemBase(struct pci_device *pPci,
115 extern _X_EXPORT struct pci_device *xf86GetPciInfoForEntity(int entityIndex);
H A Dxf86str.h215 struct pci_device;
230 struct pci_device * dev, intptr_t match_data);
275 struct pci_device *pci;
663 struct pci_device *vgaDev;
H A Dxf86platformBus.c137 struct pci_device *info; in platform_find_pci_info()
248 struct pci_device *info = NULL; in xf86PlatformMatchDriver()
491 struct pci_device *pPci; in probeSingleDevice()
H A Dxf86platformBus.h33 struct pci_device *pdev;
/OK3568_Linux_fs/kernel/drivers/scsi/
H A DBusLogic.c198 blk_pointer = dma_alloc_coherent(&adapter->pci_device->dev, in blogic_create_initccbs()
224 dma_free_coherent(&adapter->pci_device->dev, in blogic_destroy_ccbs()
231 dma_free_coherent(&adapter->pci_device->dev, in blogic_destroy_ccbs()
254 blk_pointer = dma_alloc_coherent(&adapter->pci_device->dev, in blogic_create_addlccbs()
316 dma_unmap_single(&adapter->pci_device->dev, ccb->sensedata, in blogic_dealloc_ccb()
579 probeinfo->pci_device = NULL; in blogic_add_probeaddr_isa()
671 struct pci_dev *pci_device = NULL; in blogic_init_mm_probeinfo() local
693 while ((pci_device = pci_get_device(PCI_VENDOR_ID_BUSLOGIC, in blogic_init_mm_probeinfo()
695 pci_device)) != NULL) { in blogic_init_mm_probeinfo()
707 if (pci_enable_device(pci_device)) in blogic_init_mm_probeinfo()
[all …]
H A DBusLogic.h228 struct pci_dev *pci_device; member
987 struct pci_dev *pci_device; member
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dnosy.c68 struct pci_dev *pci_device; member
248 dev_err(&lynx->pci_device->dev, in set_phy_reg()
253 dev_err(&lynx->pci_device->dev, in set_phy_reg()
507 free_irq(lynx->pci_device->irq, lynx); in remove_card()
514 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in remove_card()
516 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in remove_card()
518 pci_free_consistent(lynx->pci_device, PAGE_SIZE, in remove_card()
552 lynx->pci_device = dev; in add_card()
567 lynx->rcv_start_pcl = pci_alloc_consistent(lynx->pci_device, in add_card()
569 lynx->rcv_pcl = pci_alloc_consistent(lynx->pci_device, in add_card()
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dpci_sun4v.h23 unsigned long pci_device,
27 unsigned long pci_device,
102 unsigned int pci_device);
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dhwpci.c43 acpi_handle pci_device,
297 acpi_handle pci_device, in acpi_hw_get_pci_device_info() argument
307 status = acpi_get_type(pci_device, &object_type); in acpi_hw_get_pci_device_info()
319 pci_device, &return_value); in acpi_hw_get_pci_device_info()
/OK3568_Linux_fs/kernel/include/acpi/
H A Dactbl3.h119 u8 pci_device; member
156 u8 pci_device; member
543 u8 pci_device; /* PCI Device number */ member
656 u8 pci_device; /* PCI Device number */ member
/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/
H A Dfbdevhwstub.c23 fbdevHWProbe(struct pci_device *pPci, char *device, char **namep) in fbdevHWProbe()
29 fbdevHWInit(ScrnInfoPtr pScrn, struct pci_device *pPci, char *device) in fbdevHWInit()
H A Dfbdevhw.h19 extern _X_EXPORT Bool fbdevHWProbe(struct pci_device *pPci, char *device,
21 extern _X_EXPORT Bool fbdevHWInit(ScrnInfoPtr pScrn, struct pci_device *pPci,
H A Dfbdevhw.c263 fbdev_open_pci(struct pci_device *pPci, char **namep) in fbdev_open_pci()
366 fbdevHWProbe(struct pci_device *pPci, char *device, char **namep) in fbdevHWProbe()
382 fbdevHWInit(ScrnInfoPtr pScrn, struct pci_device *pPci, char *device) in fbdevHWInit()
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Dvgaarbiter.rst110 libpciaccess library. One field was added to struct pci_device (each device
120 struct pci_device *vga_target;
121 struct pci_device *vga_default_dev;
144 int pci_device_vgaarb_set_target (struct pci_device *dev);
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bus/
H A Dxf86Pci.h237 extern _X_EXPORT char *DRICreatePCIBusID(const struct pci_device *dev);
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg/
H A D0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch26 @@ -1173,7 +1173,23 @@ xf86VideoPtrToDriverList(struct pci_device *dev,
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_watchdog.c125 wdat->pci_device != 0xff || wdat->pci_function != 0xff) in acpi_watchdog_init()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/
H A Dlinux.c74 readLegacy(struct pci_device *dev, unsigned char *buf, int base, int len) in readLegacy()
279 struct pci_device *rom_device = in xf86ExtendedInitInt10()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_platform.c103 struct pci_device *pPci = device->pdev; in xf86PlatformDeviceCheckBusID()
/OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/
H A DvgaHW.h155 struct pci_device *dev;

12