Lines Matching full:calls
93 the means of read() and write() calls. In particular, so-called combined
147 You can do plain I2C transactions by using read(2) and write(2) calls.
185 1) Your program opens /dev/i2c-N and calls ioctl() on it, as described in
188 2) These open() and ioctl() calls are handled by the i2c-dev kernel
193 3) Some ioctl() calls are for administrative tasks and are handled by
198 4) Other ioctl() calls are converted to in-kernel function calls by
205 difference between these calls that came from user-space through i2c-dev
206 and calls that would have been performed by kernel I2C chip drivers
212 implementing these standard calls. i2c.h:i2c_get_functionality() calls
214 i2c-core-smbus.c:i2c_smbus_xfer() calls either
216 i2c-core-smbus.c:i2c_smbus_xfer_emulated() which in turn calls