Lines Matching full:adapter
6 possible to access all devices on an adapter from userspace, through
9 Each registered I2C adapter gets a number, counting from 0. You can
10 examine /sys/class/i2c-dev/ to see what number corresponds to which adapter.
24 So let's say you want to access an I2C adapter from a C program.
30 Now, you have to decide which adapter you want to access. You should
32 Adapter numbers are assigned somewhat dynamically, so you can not
115 if the adapter has I2C_FUNC_10BIT_ADDR.
121 the adapter has I2C_FUNC_SMBUS_PEC; it is still safe if not, it just
125 Gets the adapter functionality and puts it in ``*funcs``.
129 Only valid if the adapter has I2C_FUNC_I2C. The argument is
199 i2c-dev. Examples include I2C_FUNCS, which queries the I2C adapter
211 your I2C bus driver. Each adapter must declare callback functions
215 adapter.algo->smbus_xfer() if it is implemented, or if not,