Home
last modified time | relevance | path

Searched defs:header_type (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.7/kernel/src/driver/pci/
Dpci.c310 int header_type; in pci_checkFunction() local
330 int header_type; in pci_checkDevice() local
390 int header_type; in pci_checkAllBuses() local
Dpci.rs267 fn header_type(&self) -> HeaderType; in header_type() method
356 …pub header_type: u8, // 标头类型 a value of 0x0 specifies a general device, a value of 0x1 specifies a… field
383 fn header_type(&self) -> HeaderType { in header_type() method
446 fn header_type(&self) -> HeaderType { in header_type() method
491 fn header_type(&self) -> HeaderType { in header_type() method
669 let header_type = (result >> 16) as u8; in pci_read_header() localVariable