Searched defs:pci_domain (Results 1 - 7 of 7) sorted by relevance

/external/syslinux/com32/modules/
H A Dpcitest.c57 void display_pci_devices(struct pci_domain *pci_domain) argument
63 for_each_pci_func(pci_device, pci_domain) {
99 struct pci_domain *pci_domain; local
108 pci_domain = pci_scan();
109 if (!pci_domain) {
115 for_each_pci_func(pci_device, pci_domain) {
123 return_code = get_name_from_pci_ids(pci_domain, "pci.ids");
132 return_code = get_class_name_from_pci_ids(pci_domain, "pc
[all...]
H A Dethersel.c181 struct pci_domain *pci_domain; local
183 pci_domain = pci_scan();
185 if (pci_domain) {
188 match = find_pci_device(pci_domain, list);
/external/syslinux/com32/lua/src/
H A Dpci.c25 struct pci_domain *pci_domain; local
29 pci_domain = pci_scan();
33 for_each_pci_func(pci_device, pci_domain) {
/external/syslinux/com32/include/sys/
H A Dpci.h71 struct pci_domain { struct
144 struct pci_domain *pci_scan(void);
145 void free_pci_domain(struct pci_domain *domain);
146 struct match *find_pci_device(const struct pci_domain *pci_domain,
148 int get_name_from_pci_ids(struct pci_domain *pci_domain, char *pciids_path);
149 int get_module_name_from_pcimap(struct pci_domain *pci_domain, char *modules_pcimap_path);
150 int get_module_name_from_alias(struct pci_domain *pci_domai
[all...]
/external/syslinux/com32/hdt/
H A Dhdt-common.h185 struct pci_domain *pci_domain; /* PCI Devices */ member in struct:s_hardware
/external/mesa3d/src/amd/vulkan/
H A Dradv_radeon_winsys.h75 uint32_t pci_domain; member in struct:radeon_info
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_winsys.h174 uint32_t pci_domain; member in struct:radeon_info

Completed in 541 milliseconds