Home
last modified time | relevance | path

Searched refs: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
434 …pub header_type: u8, // 标头类型 a value of 0x0 specifies a general device, a value of 0x1 specifies a… field
466 fn header_type(&self) -> HeaderType { in header_type() method
549 fn header_type(&self) -> HeaderType { in header_type() method
606 fn header_type(&self) -> HeaderType { in header_type() method
706 let header_type = (result >> 16) as u8; in pci_read_header() localVariable
723 header_type, in pci_read_header()
726 match HeaderType::from(header_type & 0x7f) { in pci_read_header()
978 if common_header.header_type & 0x80 != 0 { in pci_check_all_buses()
1032 if common_header.header_type & 0x80 != 0 { in pci_check_device()
[all …]