Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/regs/
H A Dmacros.rs576 pub(crate) fn try_update<T, I, F>(
720 pub(crate) fn try_update<T, I, B, F>(
/linux/rust/kernel/
H A Dio.rs543 fn try_update<T, L, F>(&self, location: L, f: F) -> Result in try_update() method