Lines Matching +full:master +full:- +full:kernel
5 I²C (pronounce: I squared C and written I2C in the kernel documentation) is
6 a protocol developed by Philips. It is a slow two-wire protocol (variable
14 The latest official I2C specification is the `"I2C-bus specification and user
16 published by NXP Semiconductors. However, you need to log-in to the site to
18 `here <https://web.archive.org/web/20210813122132/https://www.nxp.com/docs/en/user-guide/UM10204.pd…
37 one or more *master* chips and one or more *slave* chips.
39 .. kernel-figure:: i2c_bus.svg
40 :alt: Simple I2C bus with one master and 3 slaves
44 A **master** chip is a node that starts communications with slaves. In the
45 Linux kernel implementation it is called an **adapter** or bus. Adapter
54 by the master. In Linux it is called a **client**. Client drivers are kept
57 video-related chips.