Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Di2c.rs472 pub struct I2cClient<Ctx: device::DeviceContext = device::Normal>( global() struct
477 impl<Ctx: device::DeviceContext> I2cClient<Ctx> { global() implementation
485 unsafe impl<Ctx: device::DeviceContext> device::AsBusDevice<Ctx> for I2cClient<Ctx> { global() implementation
495 unsafe impl AlwaysRefCounted for I2cClient { global() implementation
507 impl<Ctx: device::DeviceContext> AsRef<device::Device<Ctx>> for I2cClient<Ctx> { global() implementation
519 impl<Ctx: device::DeviceContext> TryFrom<&device::Device<Ctx>> for &I2cClient<Ctx> { global() implementation
540 unsafe impl Send for I2cClient {} global() implementation
544 unsafe impl Sync for I2cClient {} global() implementation
[all...]