Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Di2c.rs381 pub struct I2cAdapter<Ctx: device::DeviceContext = device::Normal>( struct
386 impl<Ctx: device::DeviceContext> I2cAdapter<Ctx> { implementation
392 impl I2cAdapter { impl
419 unsafe impl crate::types::AlwaysRefCounted for I2cAdapter { implementation
561 i2c_adapter: &I2cAdapter, in new()
568 fn try_new(i2c_adapter: &I2cAdapter, i2c_board_info: &I2cBoardInfo) -> Result<Self> { in try_new()