Home
last modified time | relevance | path

Searched refs:PcirStruct (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/nova-core/
H A Dvbios.rs304 struct PcirStruct { struct
332 unsafe impl FromBytes for PcirStruct {} implementation
334 impl PcirStruct { impl
336 let (pcir, _) = PcirStruct::from_bytes_copy_prefix(data).ok_or(EINVAL)?; in new()
594 pcir: &PcirStruct, in find_in_data() argument
668 pcir: PcirStruct,
723 .get(pcir_offset..pcir_offset + core::mem::size_of::<PcirStruct>()) in new()
738 let pcir = PcirStruct::new(dev, pcir_data) in new()