Home
last modified time | relevance | path

Searched refs:linuxkpi_pci_get_device (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dpci.c84 tmp_pdev = linuxkpi_pci_get_device(PCI_VENDOR_ID_MEDIATEK, 0x7916, NULL); in mt7915_pci_init_hif2()
90 tmp_pdev = linuxkpi_pci_get_device(PCI_VENDOR_ID_MEDIATEK, 0x790a, NULL); in mt7915_pci_init_hif2()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dpci.c74 if (!linuxkpi_pci_get_device(PCI_VENDOR_ID_MEDIATEK, 0x7991, NULL)) in mt7996_pci_init_hif2()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h1416 linuxkpi_pci_get_device(uint16_t vendor, uint16_t device, struct pci_dev *odev) in linuxkpi_pci_get_device() function