Home
last modified time | relevance | path

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

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