Lines Matching defs:common_header
116 let common_header = (*box_pci_device_structure).common_header(); in get_pci_device_structure_mut() localVariable
135 let common_header = (*box_pci_device_structure).common_header(); in get_pci_device_structure() localVariable
282 fn common_header(&self) -> &PciDeviceStructureHeader; in common_header() method
303 let common_header = self.common_header(); in status_command() localVariable
310 let common_header = self.common_header_mut(); in set_command() localVariable
367 pub common_header: PciDeviceStructureHeader, field
392 fn common_header(&self) -> &PciDeviceStructureHeader { in common_header() method
406 let common_header = &self.common_header; in bar_init() localVariable
419 pub common_header: PciDeviceStructureHeader, field
455 fn common_header(&self) -> &PciDeviceStructureHeader { in common_header() method
466 pub common_header: PciDeviceStructureHeader, field
502 fn common_header(&self) -> &PciDeviceStructureHeader { in common_header() method
931 let common_header = header.common_header(); in pci_check_all_buses() localVariable
953 let common_header = header.common_header(); in pci_check_function() localVariable
986 let common_header = header.common_header(); in pci_check_device() localVariable
1045 let common_header = box_pci_device.common_header(); in pci_init() localVariable