Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Di2c.rs436 pub struct I2cBoardInfo(bindings::i2c_board_info); global() struct
438 impl I2cBoardInfo { global() implementation
562 new<'a>( i2c_adapter: &I2cAdapter, i2c_board_info: &I2cBoardInfo, parent_dev: &'a device::Device<device::Bound>, ) -> impl PinInit<Devres<Self>, Error> + 'a new() argument