Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Di2c.rs377 pub struct I2cAdapter<Ctx: device::DeviceContext = device::Normal>( struct
382 impl<Ctx: device::DeviceContext> I2cAdapter<Ctx> { implementation
388 impl I2cAdapter { impl
418 unsafe impl AlwaysRefCounted for I2cAdapter { implementation
562 i2c_adapter: &I2cAdapter, in new()
569 fn try_new(i2c_adapter: &I2cAdapter, i2c_board_info: &I2cBoardInfo) -> Result<Self> { in try_new()