Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Dplatform.rs36 let of_table = match T::OF_ID_TABLE { in register()
96 T::OF_ID_TABLE in of_id_table()
161 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>>; constant
/linux-6.15/samples/rust/
H A Drust_driver_platform.rs22 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE); constant