Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/pci/
Dpci.rs216 pub enum HeaderType { enum
227 impl From<u8> for HeaderType { implementation
274 fn header_type(&self) -> HeaderType; in header_type()
423 fn header_type(&self) -> HeaderType { in header_type()
506 fn header_type(&self) -> HeaderType { in header_type()
563 fn header_type(&self) -> HeaderType { in header_type()
Dpci.h47 …uint8_t HeaderType; // 标头类型 a value of 0x0 specifies a general device, a value of 0x1 specifies… member