Searched refs:linuxkpi_pci_get_device (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | pci.c | 81 if (!linuxkpi_pci_get_device(PCI_VENDOR_ID_MEDIATEK, MT7996_DEVICE_ID_2, NULL) && in mt7996_pci_init_hif2() 82 !linuxkpi_pci_get_device(PCI_VENDOR_ID_MEDIATEK, MT7992_DEVICE_ID_2, NULL) && in mt7996_pci_init_hif2() 83 !linuxkpi_pci_get_device(PCI_VENDOR_ID_MEDIATEK, MT7990_DEVICE_ID_2, NULL)) in mt7996_pci_init_hif2()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | pci.c | 85 tmp_pdev = linuxkpi_pci_get_device(PCI_VENDOR_ID_MEDIATEK, 0x7916, NULL); in mt7915_pci_init_hif2() 91 tmp_pdev = linuxkpi_pci_get_device(PCI_VENDOR_ID_MEDIATEK, 0x790a, NULL); in mt7915_pci_init_hif2()
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | pci.h | 1490 linuxkpi_pci_get_device(uint32_t vendor, uint32_t device, struct pci_dev *odev) in linuxkpi_pci_get_device() function 1497 while ((_pdev = linuxkpi_pci_get_device(PCI_ANY_ID, PCI_ANY_ID, _pdev)) != NULL)
|