Home
last modified time | relevance | path

Searched +full:preconnection +full:- +full:wiggle +full:- +full:test +full:- +full:enable (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/i2c/
Di2c-mux-pca954x.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/i2c/i2c-mux-pca954x.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laurent Pinchart <[email protected]>
23 - enum:
24 - maxim,max7356
25 - maxim,max7357
26 - maxim,max7358
27 - maxim,max7367
[all …]
/linux-6.14.4/drivers/i2c/muxes/
Di2c-mux-pca954x.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (c) 2008-2009 Rodolfo Giometti <[email protected]>
6 * Copyright (c) 2008-2009 Eurotech S.p.A. <[email protected]>
21 * single 8-bit register. The upstream "parent" bus fans out to two,
24 * mux can select only one sub-bus at a time; a switch can select any
36 * i2c-virtual_cb.c from Brian Kuschak <[email protected]>
45 #include <linux/i2c-mux.h>
55 #include <dt-bindings/mux/mux.h>
98 u8 enable; /* used for muxes only */ member
163 .enable = 0x4,
[all …]