Lines Matching defs:common_header
117 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
537 pub common_header: PciDeviceStructureHeader, field
577 fn common_header(&self) -> &PciDeviceStructureHeader { in common_header() method
1021 let common_header = header.common_header(); in pci_check_all_buses() localVariable
1043 let common_header = header.common_header(); in pci_check_function() localVariable
1076 let common_header = header.common_header(); in pci_check_device() localVariable
1135 let common_header = box_pci_device.common_header(); in pci_init() localVariable