Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddma.rs616 pub unsafe fn field_write<F: AsBytes>(&self, field: *mut F, val: F) { in field_write() method
730 unsafe { $crate::dma::CoherentAllocation::field_write(&$dma, item, $val) }
742 $crate::dma::CoherentAllocation::field_write(&$dma, ptr_field, $val)