Searched defs:common_header (Results 1 – 2 of 2) sorted by relevance
117 let common_header = (*box_pci_device_structure).common_header(); in get_pci_device_structure_mut() localVariable136 let common_header = (*box_pci_device_structure).common_header(); in get_pci_device_structure() localVariable292 fn common_header(&self) -> &PciDeviceStructureHeader; in common_header() method316 let common_header = self.common_header(); in status_command() localVariable323 let common_header = self.common_header_mut(); in set_command() localVariable402 pub common_header: PciDeviceStructureHeader, field435 fn common_header(&self) -> &PciDeviceStructureHeader { in common_header() method449 let common_header = &self.common_header; in bar_ioremap() localVariable474 pub common_header: PciDeviceStructureHeader, field518 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