Home
last modified time | relevance | path

Searched refs:get_name_from_pci_ids (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/modules/
Dpcitest.c123 return_code = get_name_from_pci_ids(pci_domain, "pci.ids"); in main()
/external/syslinux/com32/include/sys/
Dpci.h148 int get_name_from_pci_ids(struct pci_domain *pci_domain, char *pciids_path);
/external/syslinux/com32/lib/pci/
Dscan.c266 int get_name_from_pci_ids(struct pci_domain *domain, char *pciids_path) in get_name_from_pci_ids() function
/external/syslinux/com32/hdt/
Dhdt-common.c576 get_name_from_pci_ids(hardware->pci_domain, hardware->pciids_path); in detect_pci()