Home
last modified time | relevance | path

Searched +full:wire +full:- +full:config (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/kernel/linux/linux-5.10/drivers/w1/slaves/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # 1-wire slaves configuration
6 menu "1-wire Slaves"
8 config W1_SLAVE_THERM
11 Say Y here if you want to connect 1-wire thermal sensors to your
12 wire.
14 config W1_SLAVE_SMEM
17 Say Y here if you want to connect 1-wire
18 simple 64bit memory rom(ds2401/ds2411/ds1990*) to your wire.
20 config W1_SLAVE_DS2405
[all …]
/kernel/linux/linux-6.6/drivers/w1/slaves/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # 1-wire slaves configuration
6 menu "1-wire Slaves"
8 config W1_SLAVE_THERM
11 Say Y here if you want to connect 1-wire thermal sensors to your
12 wire.
14 config W1_SLAVE_SMEM
17 Say Y here if you want to connect 1-wire
18 simple 64bit memory rom(ds2401/ds2411/ds1990*) to your wire.
20 config W1_SLAVE_DS2405
[all …]
/kernel/linux/linux-5.10/drivers/w1/masters/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # 1-wire bus master configuration
6 menu "1-wire Bus Masters"
8 config W1_MASTER_MATROX
9 tristate "Matrox G400 transport layer for 1-wire"
12 Say Y here if you want to communicate with your 1-wire devices
18 config W1_MASTER_DS2490
19 tristate "DS2490 USB <-> W1 transport layer for 1-wire"
22 Say Y here if you want to have a driver for DS2490 based USB <-> W1 bridges,
28 config W1_MASTER_DS2482
[all …]
Dds2482.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * ds2482.c - provides i2c to w1-master bridge(s)
7 * It is a I2C to 1-wire bridge.
8 * There are two variations: -100 and -800, which have 1 or 8 1-wire ports.
10 * http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4382
26 * The APU bit controls whether an active pullup (controlled slew-rate
28 * a 1-Wire line from low to high. When APU = 0, active pullup is disabled
30 * only a single slave on the 1-Wire line.
35 "0-disable, 1-enable (default)");
37 /* extra configurations - e.g. 1WS */
[all …]
/kernel/linux/linux-6.6/drivers/w1/masters/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # 1-wire bus master configuration
6 menu "1-wire Bus Masters"
8 config W1_MASTER_MATROX
9 tristate "Matrox G400 transport layer for 1-wire"
12 Say Y here if you want to communicate with your 1-wire devices
18 config W1_MASTER_DS2490
19 tristate "DS2490 USB <-> W1 transport layer for 1-wire"
22 Say Y here if you want to have a driver for DS2490 based USB <-> W1 bridges,
28 config W1_MASTER_DS2482
[all …]
Dds2482.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * ds2482.c - provides i2c to w1-master bridge(s)
7 * It is a I2C to 1-wire bridge.
8 * There are two variations: -100 and -800, which have 1 or 8 1-wire ports.
10 * http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4382
25 * The APU bit controls whether an active pullup (controlled slew-rate
27 * a 1-Wire line from low to high. When APU = 0, active pullup is disabled
29 * only a single slave on the 1-Wire line.
34 "0-disable, 1-enable (default)");
36 /* extra configurations - e.g. 1WS */
[all …]
/kernel/linux/linux-5.10/drivers/iio/common/st_sensors/
Dst_sensors_spi.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright 2012-2013 STMicroelectronics Inc.
34 * st_sensors_is_spi_3_wire() - check if SPI 3-wire mode has been selected
37 * Return: true if SPI 3-wire mode is selected, false otherwise.
42 struct device *dev = &spi->dev; in st_sensors_is_spi_3_wire()
44 if (device_property_read_bool(dev, "spi-3wire")) in st_sensors_is_spi_3_wire()
48 if (pdata && pdata->spi_3wire) in st_sensors_is_spi_3_wire()
55 * st_sensors_configure_spi_3_wire() - configure SPI 3-wire if needed
64 if (settings->sim.addr) { in st_sensors_configure_spi_3_wire()
66 settings->sim.addr, in st_sensors_configure_spi_3_wire()
[all …]
/kernel/linux/linux-6.6/drivers/iio/common/st_sensors/
Dst_sensors_spi.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright 2012-2013 STMicroelectronics Inc.
33 * st_sensors_is_spi_3_wire() - check if SPI 3-wire mode has been selected
36 * Return: true if SPI 3-wire mode is selected, false otherwise.
41 struct device *dev = &spi->dev; in st_sensors_is_spi_3_wire()
43 if (device_property_read_bool(dev, "spi-3wire")) in st_sensors_is_spi_3_wire()
47 if (pdata && pdata->spi_3wire) in st_sensors_is_spi_3_wire()
54 * st_sensors_configure_spi_3_wire() - configure SPI 3-wire if needed
63 if (settings->sim.addr) { in st_sensors_configure_spi_3_wire()
65 settings->sim.addr, in st_sensors_configure_spi_3_wire()
[all …]
/kernel/linux/linux-5.10/drivers/bluetooth/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
6 config BT_INTEL
10 config BT_BCM
14 config BT_RTL
18 config BT_QCA
22 config BT_HCIBTUSB
34 config BT_HCIBTUSB_AUTOSUSPEND
44 config BT_HCIBTUSB_BCM
55 config BT_HCIBTUSB_MTK
66 config BT_HCIBTUSB_RTL
[all …]
/kernel/linux/linux-6.6/drivers/bluetooth/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
6 config BT_INTEL
10 config BT_BCM
14 config BT_RTL
18 config BT_QCA
22 config BT_MTK
26 config BT_HCIBTUSB
38 config BT_HCIBTUSB_AUTOSUSPEND
48 config BT_HCIBTUSB_POLL_SYNC
59 config BT_HCIBTUSB_BCM
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/touchscreen/
Dti,am3359-tsc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/touchscreen/ti,am3359-tsc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Miquel Raynal <miquel.raynal@bootlin.com>
14 const: ti,am3359-tsc
17 description: Wires refer to application modes i.e. 4/5/8 wire touchscreen
22 ti,x-plate-resistance:
26 ti,coordinate-readouts:
36 ti,wire-config:
[all …]
/kernel/linux/linux-5.10/drivers/base/regmap/
Dregmap-w1.c1 // SPDX-License-Identifier: GPL-2.0
3 // Register map access API - W1 (1-Wire) support
18 * 1-Wire slaves registers with addess 8 bit and data 8 bit
28 return -EINVAL; in w1_reg_a8_v8_read()
30 mutex_lock(&sl->master->bus_mutex); in w1_reg_a8_v8_read()
32 w1_write_8(sl->master, W1_CMD_READ_DATA); in w1_reg_a8_v8_read()
33 w1_write_8(sl->master, reg); in w1_reg_a8_v8_read()
34 *val = w1_read_8(sl->master); in w1_reg_a8_v8_read()
36 ret = -ENODEV; in w1_reg_a8_v8_read()
38 mutex_unlock(&sl->master->bus_mutex); in w1_reg_a8_v8_read()
[all …]
/kernel/linux/linux-6.6/drivers/base/regmap/
Dregmap-w1.c1 // SPDX-License-Identifier: GPL-2.0
3 // Register map access API - W1 (1-Wire) support
18 * 1-Wire slaves registers with addess 8 bit and data 8 bit
28 return -EINVAL; in w1_reg_a8_v8_read()
30 mutex_lock(&sl->master->bus_mutex); in w1_reg_a8_v8_read()
32 w1_write_8(sl->master, W1_CMD_READ_DATA); in w1_reg_a8_v8_read()
33 w1_write_8(sl->master, reg); in w1_reg_a8_v8_read()
34 *val = w1_read_8(sl->master); in w1_reg_a8_v8_read()
36 ret = -ENODEV; in w1_reg_a8_v8_read()
38 mutex_unlock(&sl->master->bus_mutex); in w1_reg_a8_v8_read()
[all …]
/kernel/linux/linux-6.6/drivers/w1/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "Dallas's 1-wire support"
6 Dallas' 1-wire bus is useful to connect slow 1-pin devices
12 will be called wire.
16 config W1_CON
22 information see <file:Documentation/driver-api/connector.rst>.
/kernel/linux/linux-5.10/drivers/w1/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "Dallas's 1-wire support"
6 Dallas' 1-wire bus is useful to connect slow 1-pin devices
12 will be called wire.
16 config W1_CON
22 information see <file:Documentation/driver-api/connector.rst>.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dti-tsc-adc.txt1 * TI - TSC ADC (Touschscreen and analog digital converter)
5 - mfd
7 "ti,am3359-tscadc" for AM335x/AM437x SoCs
8 "ti,am654-tscadc", "ti,am3359-tscadc" for AM654 SoCs
9 - child "tsc"
10 compatible: Should be "ti,am3359-tsc".
11 ti,wires: Wires refer to application modes i.e. 4/5/8 wire touchscreen
13 ti,x-plate-resistance: X plate resistance
14 ti,coordinate-readouts: The sequencer supports a total of 16
23 ti,wire-config: Different boards could have a different order for
[all …]
/kernel/linux/linux-5.10/drivers/net/ppp/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
6 config PPP
7 tristate "PPP (point-to-point protocol) support"
17 in the PPP-HOWTO, available at
38 config PPP_BSDCOMP
39 tristate "PPP BSD-Compress compression"
42 Support for the BSD-Compress compression method for PPP, which uses
44 sent over the wire. The machine at the other end of the PPP link
45 (usually your ISP) has to support the BSD-Compress compression
50 above) is preferable to BSD-Compress, because it compresses better
[all …]
/kernel/linux/linux-6.6/drivers/net/ppp/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
6 config PPP
7 tristate "PPP (point-to-point protocol) support"
17 in the PPP-HOWTO, available at
38 config PPP_BSDCOMP
39 tristate "PPP BSD-Compress compression"
42 Support for the BSD-Compress compression method for PPP, which uses
44 sent over the wire. The machine at the other end of the PPP link
45 (usually your ISP) has to support the BSD-Compress compression
50 above) is preferable to BSD-Compress, because it compresses better
[all …]
/kernel/linux/linux-6.6/arch/arm/
DKconfig-nommu1 # SPDX-License-Identifier: GPL-2.0
3 # Kconfig for uClinux(non-paged MM) depend configurations
7 config SET_MEM_PARAM
13 config DRAM_BASE
17 config DRAM_SIZE
21 config FLASH_MEM_BASE
26 config FLASH_SIZE
31 config PROCESSOR_ID
32 hex 'Hard wire the processor ID'
37 used instead of the auto-probing which utilizes the register.
[all …]
/kernel/linux/linux-5.10/arch/arm/
DKconfig-nommu1 # SPDX-License-Identifier: GPL-2.0
3 # Kconfig for uClinux(non-paged MM) depend configurations
7 config SET_MEM_PARAM
13 config DRAM_BASE
17 config DRAM_SIZE
21 config FLASH_MEM_BASE
26 config FLASH_SIZE
31 config PROCESSOR_ID
32 hex 'Hard wire the processor ID'
37 used instead of the auto-probing which utilizes the register.
[all …]
/kernel/linux/linux-6.6/drivers/spmi/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
8 SPMI (System Power Management Interface) is a two-wire
14 config SPMI_HISI3670
20 built-in SPMI PMIC Arbiter interface on Hisilicon 3670
23 config SPMI_MSM_PMIC_ARB
31 built-in SPMI PMIC Arbiter interface on Qualcomm MSM family
37 config SPMI_MTK_PMIF
42 built-in SPMI PMIC Arbiter interface on Mediatek family
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
Dusb.c1 // SPDX-License-Identifier: GPL-2.0-or-later
12 #include <linux/dma-mapping.h>
23 /* These routines should handle the standard chip-specific modes
26 * Some board-*.c files will need to set up additional mux options,
31 * - 1611B H2 (with usb1 mini-AB) using standard Mini-B or OTG cables
32 * - 5912 OSK OHCI (with usb0 standard-A), standard A-to-B cables
33 * - 5912 OSK UDC, with *nonstandard* A-to-A cable
34 * - 1510 Innovator UDC with bundled usb0 cable
35 * - 1510 Innovator OHCI with bundled usb1/usb2 cable
36 * - 1510 Innovator OHCI with custom usb0 cable, feeding 5V VBUS
[all …]
/kernel/linux/linux-5.10/Documentation/hwmon/
Dlm85.rst79 - Philip Pokorny <ppokorny@penguincomputing.com>,
80 - Frodo Looijaard <frodol@dds.nl>,
81 - Richard Barrington <rich_b_nz@clear.net.nz>,
82 - Margit Schubert-While <margitsw@t-online.de>,
83 - Justin Thiessen <jthiessen@penguincomputing.com>
86 -----------
92 The LM85 uses the 2-wire interface compatible with the SMBUS 2.0
94 temperatures and five (5) voltages. It has four (4) 16-bit counters for
123 only read once each 5 minutes. There is twice as much config data as
127 ----------------
[all …]
/kernel/linux/linux-6.6/Documentation/hwmon/
Dlm85.rst79 - Philip Pokorny <ppokorny@penguincomputing.com>,
80 - Frodo Looijaard <frodol@dds.nl>,
81 - Richard Barrington <rich_b_nz@clear.net.nz>,
82 - Margit Schubert-While <margitsw@t-online.de>,
83 - Justin Thiessen <jthiessen@penguincomputing.com>
86 -----------
92 The LM85 uses the 2-wire interface compatible with the SMBUS 2.0
94 temperatures and five (5) voltages. It has four (4) 16-bit counters for
123 only read once each 5 minutes. There is twice as much config data as
127 ----------------
[all …]
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
Dusb.c1 // SPDX-License-Identifier: GPL-2.0-or-later
12 #include <linux/dma-map-ops.h>
15 #include <linux/soc/ti/omap1-io.h>
24 /* These routines should handle the standard chip-specific modes
27 * Some board-*.c files will need to set up additional mux options,
32 * - 1611B H2 (with usb1 mini-AB) using standard Mini-B or OTG cables
33 * - 5912 OSK OHCI (with usb0 standard-A), standard A-to-B cables
34 * - 5912 OSK UDC, with *nonstandard* A-to-A cable
35 * - 1510 Innovator UDC with bundled usb0 cable
36 * - 1510 Innovator OHCI with bundled usb1/usb2 cable
[all …]

12345678910>>...14