Home
last modified time | relevance | path

Searched refs:HeaderType (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/driver/pci/
H A Dpci.rs259 pub enum HeaderType { enum
270 impl From<u8> for HeaderType { implementation
317 fn header_type(&self) -> HeaderType; in header_type() argument
466 fn header_type(&self) -> HeaderType { in header_type() argument
467 HeaderType::Standard in header_type()
549 fn header_type(&self) -> HeaderType { in header_type() argument
550 HeaderType::PciPciBridge in header_type()
606 fn header_type(&self) -> HeaderType { in header_type() argument
607 HeaderType::PciCardbusBridge in header_type()
726 match HeaderType::from(header_type & 0x7f) { in pci_read_header()
[all …]