Searched defs:pci_device (Results 1 - 17 of 17) sorted by relevance

/external/syslinux/com32/hdt/
H A Dhdt-dump-kernel.c35 struct pci_device *pci_device = NULL; local
57 for_each_pci_func(pci_device, hardware->pci_domain) {
58 if (pci_device == NULL)
61 kmod < pci_device->dev_info->linux_kernel_module_count; kmod++) {
63 add_as(pci_device->dev_info->category_name, pci_device->dev_info->linux_kernel_module[kmod])
H A Dhdt-menu-kernel.c38 struct pci_device *pci_device; local
58 for_each_pci_func(pci_device, hardware->pci_domain) {
61 i < pci_device->dev_info->linux_kernel_module_count; i++) {
66 pci_device->dev_info->linux_kernel_module[i],
72 kernel_modules, pci_device->dev_info->class_name);
75 pci_device->vendor,
76 pci_device->product,
77 pci_device->dev_info->vendor_name,
78 pci_device
[all...]
H A Dhdt-menu-summary.c160 struct pci_device *pci_device; local
168 for_each_pci_func(pci_device, hardware->pci_domain) {
171 i < pci_device->dev_info->linux_kernel_module_count; i++) {
176 pci_device->dev_info->linux_kernel_module[i],
182 kernel_modules, pci_device->dev_info->class_name);
185 pci_device->vendor,
186 pci_device->product,
187 pci_device->dev_info->vendor_name,
188 pci_device
[all...]
H A Dhdt-cli-kernel.c41 struct pci_device *pci_device; local
58 for_each_pci_func(pci_device, hardware->pci_domain) {
62 kmod < pci_device->dev_info->linux_kernel_module_count; kmod++) {
67 pci_device->dev_info->linux_kernel_module[kmod],
71 if ((pci_device->dev_info->linux_kernel_module_count > 0)
74 if (pci_device->dev_info->linux_kernel_module_count > 1)
77 if (pci_device->dev_info->linux_kernel_module_count > 1)
92 struct pci_device *pci_device; local
[all...]
H A Dhdt-menu-pci.c33 struct pci_device *pci_device,
47 pci_device->dev_info->vendor_name);
49 pci_device->dev_info->vendor_name);
54 pci_device->dev_info->product_name);
56 pci_device->dev_info->product_name);
61 pci_device->dev_info->class_name);
63 pci_device->dev_info->class_name);
76 pci_device->vendor, pci_device
32 compute_pci_device(struct s_my_menu *menu, struct pci_device *pci_device, int pci_bus, int pci_slot, int pci_func, struct s_hardware *hardware) argument
152 struct pci_device *pci_device; local
[all...]
H A Dhdt-dump-pci.c36 struct pci_device *pci_device=NULL; local
59 add_i("pci_device.count", hardware->nb_pci_devices);
63 for_each_pci_func(pci_device, hardware->pci_domain) {
64 if (pci_device == NULL)
80 kmod < pci_device->dev_info->linux_kernel_module_count; kmod++) {
85 pci_device->dev_info->linux_kernel_module[kmod],
88 if (pci_device->dev_info->linux_kernel_module_count == 0)
91 add_i("pci_device.number", i);
93 add_s("pci_device
[all...]
H A Dhdt-cli-pci.c47 struct pci_device *pci_device = NULL, *temp_pci_device; local
89 pci_device = temp_pci_device;
93 if (pci_device == NULL) {
100 kmod < pci_device->dev_info->linux_kernel_module_count; kmod++) {
105 pci_device->dev_info->linux_kernel_module[kmod],
108 if (pci_device->dev_info->linux_kernel_module_count == 0)
114 more_printf("Vendor Name : %s\n", pci_device->dev_info->vendor_name);
115 more_printf("Product Name : %s\n", pci_device->dev_info->product_name);
116 more_printf("Class Name : %s\n", pci_device
151 struct pci_device *pci_device; local
232 struct pci_device *pci_device; local
[all...]
H A Dhdt-common.c498 hardware->pxe.pci_device = NULL;
500 struct pci_device *pci_device; local
502 for_each_pci_func(pci_device, hardware->pci_domain) {
507 (pci_device->vendor == hardware->pxe.vendor_id)
508 && (pci_device->product == hardware->pxe.product_id)) {
509 hardware->pxe.pci_device = pci_device;
523 hardware->pxe.pci_device = NULL;
526 for_each_pci_func(pci_device, hardwar
565 struct pci_device *pci_device; local
[all...]
H A Dhdt-common.h158 struct pci_device *pci_device; /* The matching pci device */ member in struct:s_pxe
/external/syslinux/com32/modules/
H A Dpcitest.c59 struct pci_device *pci_device; local
63 for_each_pci_func(pci_device, pci_domain) {
68 pci_device->dev_info->linux_kernel_module_count,
69 pci_device->vendor, pci_device->product,
70 pci_device->sub_vendor, pci_device->sub_product);
72 for (int i = 0; i < pci_device->dev_info->linux_kernel_module_count;
78 pci_device
114 struct pci_device *pci_device; local
[all...]
/external/syslinux/com32/lua/src/
H A Dpci.c26 struct pci_device *pci_device; local
33 for_each_pci_func(pci_device, pci_domain) {
51 lua_pushnumber(L, pci_device->vendor);
55 lua_pushnumber(L, pci_device->product);
59 lua_pushnumber(L, pci_device->sub_vendor);
63 lua_pushnumber(L, pci_device->sub_product);
/external/syslinux/gpxe/src/arch/i386/include/
H A Dundi.h48 UINT16_t pci_device; member in struct:undi_device
/external/syslinux/com32/include/sys/
H A Dpci.h40 struct pci_device { struct
57 struct pci_device *next;
62 struct pci_device *func[MAX_PCI_FUNC];
/external/syslinux/gpxe/src/arch/i386/prefix/
H A Dpxeprefix.S682 pci_device: .word 0 label
/external/syslinux/gpxe/src/drivers/net/
H A Dsis190.h252 struct pci_device *pci_device; member in struct:sis190_private
/external/syslinux/gpxe/src/include/gpxe/
H A Dpci.h282 struct pci_device { struct
333 int ( * probe ) ( struct pci_device *pci,
340 void ( * remove ) ( struct pci_device *pci );
376 extern void adjust_pci_device ( struct pci_device *pci );
377 extern unsigned long pci_bar_start ( struct pci_device *pci,
379 extern int pci_find_capability ( struct pci_device *pci, int capability );
380 extern unsigned long pci_bar_size ( struct pci_device *pci, unsigned int reg );
388 static inline void pci_set_drvdata ( struct pci_device *pci, void *priv ) {
398 static inline void * pci_get_drvdata ( struct pci_device *pci ) {
/external/libdrm/intel/
H A Dintel_bufmgr_gem.c139 int pci_device; member in struct:_drm_intel_bufmgr_gem
378 || (IS_915(bufmgr_gem->pci_device)
912 || (IS_915(bufmgr_gem->pci_device)
3073 return bufmgr_gem->pci_device;
3354 bufmgr_gem->pci_device = get_pci_device_id(bufmgr_gem);
3356 if (IS_GEN2(bufmgr_gem->pci_device))
3358 else if (IS_GEN3(bufmgr_gem->pci_device))
3360 else if (IS_GEN4(bufmgr_gem->pci_device))
3362 else if (IS_GEN5(bufmgr_gem->pci_device))
3364 else if (IS_GEN6(bufmgr_gem->pci_device))
[all...]

Completed in 2722 milliseconds