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 Ddriver.rs145 fn of_id_table() -> Option<of::IdTable<Self::IdInfo>>; in of_id_table() method
152 let table = Self::of_id_table()?; in of_id_info()
H A Dplatform.rs95 fn of_id_table() -> Option<of::IdTable<Self::IdInfo>> { in of_id_table() method