Searched refs:header_type (Results 1 – 1 of 1) sorted by relevance
/DragonOS-0.1.3/kernel/src/driver/pci/ |
D | pci.c | 310 int header_type; in pci_checkFunction() local 311 …struct pci_device_structure_header_t *header = pci_read_header(&header_type, bus, device, function… in pci_checkFunction() 313 if (header_type == -EINVAL) in pci_checkFunction() 330 int header_type; in pci_checkDevice() local 332 …struct pci_device_structure_header_t *header = pci_read_header(&header_type, bus, device, 0, false… in pci_checkDevice() 333 if (header_type == -EINVAL) in pci_checkDevice() 338 if (header_type == -ENXIO) in pci_checkDevice() 353 header_type = header->HeaderType; in pci_checkDevice() 354 if ((header_type & 0x80) != 0) in pci_checkDevice() 361 …tmp_header = (struct pci_device_structure_header_t *)pci_read_header(&header_type, bus, device, fu… in pci_checkDevice() [all …]
|