Searched defs:common_header (Results 1 – 2 of 2) sorted by relevance
116 let common_header = (*box_pci_device_structure).common_header(); in get_pci_device_structure_mut() localVariable135 let common_header = (*box_pci_device_structure).common_header(); in get_pci_device_structure() localVariable282 fn common_header(&self) -> &PciDeviceStructureHeader; in common_header() method303 let common_header = self.common_header(); in status_command() localVariable310 let common_header = self.common_header_mut(); in set_command() localVariable367 pub common_header: PciDeviceStructureHeader, field392 fn common_header(&self) -> &PciDeviceStructureHeader { in common_header() method406 let common_header = &self.common_header; in bar_init() localVariable419 pub common_header: PciDeviceStructureHeader, field455 fn common_header(&self) -> &PciDeviceStructureHeader { in common_header() method[all …]
232 …struct pci_device_structure_header_t *common_header = (struct pci_device_structure_header_t *)kmal… in pci_read_header() local