Searched refs:copy_write (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/kernel/ |
| H A D | io.rs | 324 fn copy_write<T: IntoBytes>(view: Self::View<'_, T>, value: T) { in copy_write() method 575 fn copy_write(self, value: Self::Target) in copy_write() method 580 Self::Backend::copy_write(self.as_view(), value); in copy_write() 1416 fn copy_write<T: IntoBytes>(view: Self::View<'_, T>, value: T) { in copy_write() method 1607 fn copy_write<T: IntoBytes>(view: Self::View<'_, T>, value: T) { in copy_write() method 1609 IoSysMap::Io(l) => MmioBackend::copy_write(l, value), in copy_write() 1610 IoSysMap::Sys(r) => SysMemBackend::copy_write(r, value), in copy_write()
|