Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/pci/
Dpci.rs117 let common_header = (*box_pci_device_structure).common_header(); in get_pci_device_structure_mut() localVariable
136 let common_header = (*box_pci_device_structure).common_header(); in get_pci_device_structure() localVariable
292 fn common_header(&self) -> &PciDeviceStructureHeader; in common_header() method
316 let common_header = self.common_header(); in status_command() localVariable
323 let common_header = self.common_header_mut(); in set_command() localVariable
402 pub common_header: PciDeviceStructureHeader, field
435 fn common_header(&self) -> &PciDeviceStructureHeader { in common_header() method
449 let common_header = &self.common_header; in bar_ioremap() localVariable
474 pub common_header: PciDeviceStructureHeader, field
518 fn common_header(&self) -> &PciDeviceStructureHeader { in common_header() method
[all …]
Dpci.c232 …struct pci_device_structure_header_t *common_header = (struct pci_device_structure_header_t *)kmal… in pci_read_header() local