Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/pci/
H A Dpci.rs317 fn header_type(&self) -> HeaderType; in header_type() method
427 …pub header_type: u8, // 标头类型 a value of 0x0 specifies a general device, a value of 0x1 specifies a… field
460 fn header_type(&self) -> HeaderType { in header_type() method
539 fn header_type(&self) -> HeaderType { in header_type() method
596 fn header_type(&self) -> HeaderType { in header_type() method
694 let header_type = (result >> 16) as u8; in pci_read_header() localVariable