HomeSort by: relevance | last modified time | path
    Searched refs:cxdtv_board_lookup (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
cxdtv_boards.h 50 const struct cxdtv_board *cxdtv_board_lookup(pci_vendor_id_t,
cxdtv_boards.c 60 cxdtv_board_lookup(pci_vendor_id_t vendor, pci_product_id_t product) function in typeref:typename:const struct cxdtv_board *
cxdtv.c 173 if (cxdtv_board_lookup(PCI_VENDOR(reg), PCI_PRODUCT(reg)) == NULL)
199 sc->sc_board = cxdtv_board_lookup(sc->sc_vendor, sc->sc_product);

Completed in 13 milliseconds