HomeSort by relevance Sort by last modified time
    Searched refs:pci_device (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/syslinux/com32/hdt/
hdt-dump-kernel.c 35 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])
hdt-cli-pci.c 47 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->dev_info->class_name)
151 struct pci_device *pci_device; local
232 struct pci_device *pci_device; local
    [all...]
hdt-dump-pci.c 36 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.vendor_name", pci_device->dev_info->vendor_name)
    [all...]
hdt-menu-pci.c 33 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->product
152 struct pci_device *pci_device; local
    [all...]
hdt-cli-kernel.c 41 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...]
hdt-menu-kernel.c 38 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->dev_info->product_name)
    [all...]
hdt-cli-pxe.c 60 if (hardware->pci_ids_return_code == -ENOPCIIDS || (p->pci_device == NULL)) {
71 p->pci_device->dev_info->vendor_name);
74 p->pci_device->dev_info->product_name);
hdt-menu-summary.c 160 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->dev_info->product_name)
    [all...]
hdt-dump-pxe.c 50 if (hardware->pci_ids_return_code == -ENOPCIIDS || (hardware->pxe.pci_device == NULL)) {
54 add_s("Manufacturer_name", hardware->pxe.pci_device->dev_info->vendor_name);
55 add_s("Product_name", hardware->pxe.pci_device->dev_info->product_name);
hdt-menu-pxe.c 49 || (p->pci_device == NULL)) {
90 p->pci_device->dev_info->vendor_name);
92 p->pci_device->dev_info->vendor_name);
97 p->pci_device->dev_info->product_name);
99 p->pci_device->dev_info->product_name);
  /external/syslinux/com32/modules/
pcitest.c 59 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->dev_info->linux_kernel_module[i]
114 struct pci_device *pci_device; local
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
pci_io.h 66 int pci_read_config_byte ( struct pci_device *pci, unsigned int where,
77 int pci_read_config_word ( struct pci_device *pci, unsigned int where,
88 int pci_read_config_dword ( struct pci_device *pci, unsigned int where,
99 int pci_write_config_byte ( struct pci_device *pci, unsigned int where,
110 int pci_write_config_word ( struct pci_device *pci, unsigned int where,
121 int pci_write_config_dword ( struct pci_device *pci, unsigned int where,
pcibackup.h 26 extern void pci_backup ( struct pci_device *pci,
29 extern void pci_restore ( struct pci_device *pci,
pci.h 282 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/syslinux/gpxe/src/arch/x86/include/gpxe/
pcidirect.h 24 struct pci_device;
26 extern void pcidirect_prepare ( struct pci_device *pci, int where );
48 PCIAPI_INLINE ( direct, pci_read_config_byte ) ( struct pci_device *pci,
65 PCIAPI_INLINE ( direct, pci_read_config_word ) ( struct pci_device *pci,
82 PCIAPI_INLINE ( direct, pci_read_config_dword ) ( struct pci_device *pci,
99 PCIAPI_INLINE ( direct, pci_write_config_byte ) ( struct pci_device *pci,
116 PCIAPI_INLINE ( direct, pci_write_config_word ) ( struct pci_device *pci,
133 PCIAPI_INLINE ( direct, pci_write_config_dword ) ( struct pci_device *pci,
pcibios.h 20 struct pci_device;
30 extern int pcibios_read ( struct pci_device *pci, uint32_t command,
32 extern int pcibios_write ( struct pci_device *pci, uint32_t command,
44 PCIAPI_INLINE ( pcbios, pci_read_config_byte ) ( struct pci_device *pci,
64 PCIAPI_INLINE ( pcbios, pci_read_config_word ) ( struct pci_device *pci,
84 PCIAPI_INLINE ( pcbios, pci_read_config_dword ) ( struct pci_device *pci,
99 PCIAPI_INLINE ( pcbios, pci_write_config_byte ) ( struct pci_device *pci,
114 PCIAPI_INLINE ( pcbios, pci_write_config_word ) ( struct pci_device *pci,
129 PCIAPI_INLINE ( pcbios, pci_write_config_dword ) ( struct pci_device *pci,
  /external/syslinux/gpxe/src/include/gpxe/efi/
efi_pci.h 28 struct pci_device;
30 extern int efipci_read ( struct pci_device *pci, unsigned long location,
32 extern int efipci_write ( struct pci_device *pci, unsigned long location,
55 PCIAPI_INLINE ( efi, pci_read_config_byte ) ( struct pci_device *pci,
72 PCIAPI_INLINE ( efi, pci_read_config_word ) ( struct pci_device *pci,
89 PCIAPI_INLINE ( efi, pci_read_config_dword ) ( struct pci_device *pci,
106 PCIAPI_INLINE ( efi, pci_write_config_byte ) ( struct pci_device *pci,
123 PCIAPI_INLINE ( efi, pci_write_config_word ) ( struct pci_device *pci,
140 PCIAPI_INLINE ( efi, pci_write_config_dword ) ( struct pci_device *pci,
  /external/syslinux/gpxe/src/drivers/bus/
pcibackup.c 39 pci_backup_excluded ( struct pci_device *pci, unsigned int offset,
61 void pci_backup ( struct pci_device *pci, struct pci_config_backup *backup,
80 void pci_restore ( struct pci_device *pci, struct pci_config_backup *backup,
pci.c 55 static unsigned long pci_bar ( struct pci_device *pci, unsigned int reg ) {
90 unsigned long pci_bar_start ( struct pci_device *pci, unsigned int reg ) {
107 * valid memory BAR is recorded as pci_device::membase, and the first
108 * valid IO BAR is recorded as pci_device::ioaddr.
114 static void pci_read_bases ( struct pci_device *pci ) {
143 void adjust_pci_device ( struct pci_device *pci ) {
177 static int pci_probe ( struct pci_device *pci ) {
217 static void pci_remove ( struct pci_device *pci ) {
232 struct pci_device *pci = NULL;
244 /* Allocate struct pci_device */
    [all...]
pciextra.c 18 int pci_find_capability ( struct pci_device *pci, int cap ) {
62 unsigned long pci_bar_size ( struct pci_device *pci, unsigned int reg ) {
  /external/syslinux/com32/lua/src/
pci.c 26 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/x86/core/
pcidirect.c 36 void pcidirect_prepare ( struct pci_device *pci, int where ) {
  /external/syslinux/gpxe/src/interface/efi/
efi_pci.c 36 static unsigned long efipci_address ( struct pci_device *pci,
43 int efipci_read ( struct pci_device *pci, unsigned long location,
60 int efipci_write ( struct pci_device *pci, unsigned long location,
  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
pcibios.c 62 int pcibios_read ( struct pci_device *pci, uint32_t command, uint32_t *value ){
90 int pcibios_write ( struct pci_device *pci, uint32_t command, uint32_t value ){
  /external/syslinux/gpxe/src/arch/i386/drivers/net/
undi.c 47 static struct undi_rom * undipci_find_rom ( struct pci_device *pci ) {
65 static int undipci_probe ( struct pci_device *pci,
129 static void undipci_remove ( struct pci_device *pci ) {

Completed in 1058 milliseconds

1 2 3 4