Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Di2c.rs199 fn i2c_id_table() -> Option<IdTable<<Self as driver::Adapter>::IdInfo>> { in i2c_id_table() method
207 let table = Self::i2c_id_table()?; in i2c_id_info()