Home
last modified time | relevance | path

Searched defs:OF_ID_TABLE (Results 1 – 6 of 6) sorted by relevance

/linux/samples/rust/
H A Drust_driver_i2c.rs42 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE); global() constant
H A Drust_i2c_client.rs110 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE); global() constant
H A Drust_driver_platform.rs100 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE); global() constant
H A Drust_debugfs.rs106 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = None; global() constant
/linux/rust/kernel/
H A Dplatform.rs216 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = None; constant
H A Di2c.rs326 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = None; constant