Lines Matching +full:subset +full:- +full:of
6 a protocol developed by Philips. It is a two-wire protocol with variable
8 an inexpensive bus for connecting many types of devices with infrequent or
14 The latest official I2C specification is the `"I²C-bus specification and user
15 manual" (UM10204) <https://www.nxp.com/docs/en/user-guide/UM10204.pdf>`_
16 published by NXP Semiconductors, version 7 as of this writing.
19 a subset of I2C protocols and signaling. Many I2C devices will work on an
25 Because the SMBus is mostly a subset of the generalized I2C bus, we can
36 .. kernel-figure:: i2c_bus.svg
46 class of I2C controllers. Each specific controller driver either depends on an
59 video-related chips.
66 --------
69 "adapter" for controller and "client" for target. A number of data structures
71 you should be aware of these terms as well. The official wording is preferred,
75 --------------------
78 named "slave". These terms have been obsoleted with v7 of the specification and
79 their use is also discouraged by the Linux Kernel Code of Conduct. You may
82 target. Work to replace the old terminology in the Linux Kernel is on-going.