Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddevice_id.rs135 pub const fn new_without_index(ids: [(T, U); N]) -> Self { in new_without_index() method
/linux/rust/kernel/net/
H A Dphy.rs876 $crate::device_id::IdArray::new_without_index([ $(($dev,())),+, ]);