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/Documentation/devicetree/bindings/i2c/
H A 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 <laurent.pinchart@ideasonboard.com>
23 - enum:
24 - maxim,max7356
25 - maxim,max7357
26 - maxim,max7358
27 - maxim,max7367
[all …]
/linux/drivers/i2c/muxes/
H A Di2c-mux-pca954x.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (c) 2008-2009 Rodolfo Giometti <giometti@linux.it>
6 * Copyright (c) 2008-2009 Eurotech S.p.A. <info@eurotech.it>
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 <bkuschak@yahoo.com>
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 …]