Searched refs:pci_domain (Results 1 - 20 of 20) 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/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-dump-kernel.c57 for_each_pci_func(pci_device, hardware->pci_domain) {
H A Dhdt-cli-kernel.c58 for_each_pci_func(pci_device, hardware->pci_domain) {
109 for_each_pci_func(pci_device, hardware->pci_domain) {
H A Dhdt-menu-kernel.c58 for_each_pci_func(pci_device, hardware->pci_domain) {
H A Dhdt-cli-pci.c83 for_each_pci_func(temp_pci_device, hardware->pci_domain) {
177 for_each_pci_func(pci_device, hardware->pci_domain) {
245 for_each_pci_func(pci_device, hardware->pci_domain) {
H A Dhdt-common.c214 hardware->pci_domain = NULL;
502 for_each_pci_func(pci_device, hardware->pci_domain) {
526 for_each_pci_func(pci_device, hardware->pci_domain) {
557 hardware->pci_domain = pci_scan();
559 if (!hardware->pci_domain)
563 gather_additional_pci_config(hardware->pci_domain);
566 for_each_pci_func(pci_device, hardware->pci_domain) {
576 get_name_from_pci_ids(hardware->pci_domain, hardware->pciids_path);
582 get_class_name_from_pci_ids(hardware->pci_domain,
589 get_module_name_from_pcimap(hardware->pci_domain,
[all...]
H A Dhdt-dump-pci.c63 for_each_pci_func(pci_device, hardware->pci_domain) {
H A Dhdt-menu-pci.c157 for_each_pci_func(pci_device, hardware->pci_domain) {
H A Dhdt-menu-summary.c168 for_each_pci_func(pci_device, hardware->pci_domain) {
/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/lib/pci/
H A Dscan.c66 int get_module_name_from_pcimap(struct pci_domain *domain,
173 int get_class_name_from_pci_ids(struct pci_domain *domain, char *pciids_path)
266 int get_name_from_pci_ids(struct pci_domain *domain, char *pciids_path)
420 struct match *find_pci_device(const struct pci_domain *domain,
452 struct pci_domain *pci_scan(void)
454 struct pci_domain *domain = NULL;
539 void gather_additional_pci_config(struct pci_domain *domain)
561 void free_pci_domain(struct pci_domain *domain)
595 int get_module_name_from_alias(struct pci_domain *domain, char *modules_alias_path)
/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
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_winsys.c131 ws->info.pci_domain = devinfo->businfo.pci->domain;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen.c278 return r300screen->info.pci_domain;
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c466 return rscreen->b.info.pci_domain;
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.c116 ws->info.pci_domain = devinfo->businfo.pci->domain;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c552 return sscreen->b.info.pci_domain;

Completed in 309 milliseconds