Searched refs:pci_bus (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/sys/dev/hptmv/
H A Dvdevice.h165 ((pChip1)->pci_bus==(pChip2)->pci_bus && (pChip1)->pci_dev==(pChip2)->pci_dev)
168 ((pChip1)->pci_bus==(pChip2)->pci_bus && (pChip1)->pci_dev==(pChip2)->pci_dev && (pChip1)->pci_func==(pChip2)->pci_func)
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_pci.c204 dev->pci_bus,
254 (bus != dev->pci_bus) ||
269 (p->busnum & 0xff) != dev->pci_bus ||
337 dev->pci_bus = pci_get_bus(dev->dev);
H A Ddrm_os_freebsd.c246 "pci:%04x:%02x:%02x.%d", dev->pci_domain, dev->pci_bus,
H A DdrmP.h1117 int pci_bus; member in struct:drm_device
/freebsd-12-stable/sys/dev/drm/
H A Ddrm_ioctl.c97 (bus != dev->pci_bus) ||
139 dev->pci_domain, dev->pci_bus, dev->pci_slot, dev->pci_func);
H A Ddrm_irq.c45 (irq->busnum & 0xff) != dev->pci_bus ||
H A DdrmP.h671 int pci_bus; member in struct:drm_device
H A Ddrm_drv.c203 dev->pci_bus = pci_get_bus(dev->device);
/freebsd-12-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c346 device_t pci_bus; member in struct:hv_pcibus
568 device_delete_child(hbus->pci_bus, pci_dev);
835 pci_rescan(hbus->pci_bus);
1482 hbus->pci_bus = device_add_child(dev, "pci", -1);
1483 if (!hbus->pci_bus) {
/freebsd-12-stable/sys/dev/hptrr/
H A Dhptintf.h411 HPT_U8 pci_bus; member in struct:_CONTROLLER_INFO_V2
438 HPT_U8 pci_bus; member in struct:_CONTROLLER_INFO_V3
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h213 struct pci_bus { struct
236 struct pci_bus *bus;
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_bios.c672 if (vhdr->PCIBus != rdev->ddev->pci_bus ||
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhptintf.h456 HPT_U8 pci_bus; member in struct:_CONTROLLER_INFO_V2
508 HPT_U8 pci_bus; member in struct:_CONTROLLER_INFO_V3
/freebsd-12-stable/sys/dev/hptnr/
H A Dhptintf.h452 HPT_U8 pci_bus; member in struct:_CONTROLLER_INFO_V2
504 HPT_U8 pci_bus; member in struct:_CONTROLLER_INFO_V3
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c236 struct pci_bus *pbus;

Completed in 233 milliseconds