/Linux-v6.1/include/linux/mfd/ |
D | motorola-cpcap.h | 31 #define CPCAP_REG_INT3 0x0008 /* Interrupt 3 */ 35 #define CPCAP_REG_INTM3 0x0018 /* Interrupt Mask 3 */ 39 #define CPCAP_REG_INTS3 0x0028 /* Interrupt Sense 3 */ 43 #define CPCAP_REG_ASSIGN3 0x0038 /* Resource Assignment 3 */ 63 #define CPCAP_REG_MT3 0x0234 /* Memory Transfer 3 */ 86 #define CPCAP_REG_S3C 0x061c /* Switcher 3 Control */ 129 #define CPCAP_REG_MIPIS3 0x0840 /* MIPI Slimbus 3. */ 148 #define CPCAP_REG_ADCD3 0x0c14 /* A/D Converter Data 3 */ 158 #define CPCAP_REG_USBC3 0x0e08 /* USB Control 3 */ 165 #define CPCAP_REG_UFC3 0x0e24 /* ULPI Function Control 3 */ [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/temperature/ |
D | maxim,max31865.yaml | 22 maxim,3-wire: 25 enables 3-wire RTD connection. Else 2-wire or 4-wire RTD connection. 51 maxim,3-wire;
|
/Linux-v6.1/Documentation/devicetree/bindings/display/panel/ |
D | tpo,tpg110.yaml | 17 and other properties, and has a control interface over 3WIRE 39 protocol is not I2C but 3WIRE SPI. 60 spi-3wire: true 71 - spi-3wire 86 spi-3wire; 87 /* 320 ns min period ~= 3 MHz */
|
D | leadtek,ltk035c5444t.yaml | 27 spi-3wire: true 47 spi-3wire;
|
D | kingdisplay,kd035g6-54nt.yaml | 26 spi-3wire: true 48 spi-3wire;
|
D | ilitek,ili9341.yaml | 36 spi-3wire: true 79 spi-3wire;
|
/Linux-v6.1/drivers/iio/common/st_sensors/ |
D | st_sensors_spi.c | 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. 43 if (device_property_read_bool(dev, "spi-3wire")) in st_sensors_is_spi_3_wire() 54 * st_sensors_configure_spi_3_wire() - configure SPI 3-wire if needed
|
/Linux-v6.1/sound/ppc/ |
D | snd_ps3_reg.h | 39 * three wire serial 40 * n:0..3 84 #define PS3_AUDIO_INTR_0_CHAN3 PS3_AUDIO_INTR_0_CHAN(3) 130 /* 3 Wire Audio Serial Output Channel Mutes (0..3) */ 131 #define PS3_AUDIO_AX_MCTRL_ASOMT(n) (1 << (3 - (n))) /* RWIVF */ 135 #define PS3_AUDIO_AX_MCTRL_ASO0MT (1 << 3) /* RWIVF */ 142 /* All 3 Wire Serial Outputs Mute */ 180 3 Wire Audio Serial Outputs Buffer Read/Write 191 3 Wire Audio Serial Output Channel Buffer Read Numbers 193 Controller of 3 Wire Audio Serial Output Channels [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/spi/ |
D | icpdas-lp8841-spi-rtc.txt | 28 - spi-3wire: The master itself has only 3 wire. It cannor work in 50 spi-3wire;
|
/Linux-v6.1/include/linux/platform_data/ |
D | usb-omap1.h | 36 * 3 == 3 wire bidirectional 37 * 4 == 4 wire bidirectional 38 * 6 == 6 wire unidirectional (or TLL) 40 u8 pins[3];
|
/Linux-v6.1/arch/sh/include/mach-common/mach/ |
D | highlander.h | 17 #define PA_IRLPRI3 (PA_BCR+0x0008) /* Interrupt Priorty 3 */ 62 #define PA_SMCR (PA_BCR+0x0600) /* 2-wire Serial control */ 63 #define PA_SMSMADR (PA_BCR+0x0602) /* 2-wire Serial Slave control */ 64 #define PA_SMMR (PA_BCR+0x0604) /* 2-wire Serial Mode control */ 65 #define PA_SMSADR1 (PA_BCR+0x0606) /* 2-wire Serial Address1 control */ 66 #define PA_SMTRDR1 (PA_BCR+0x0646) /* 2-wire Serial Data1 control */ 86 #define PA_ZIGIO3 (PA_BCR+0x0010) /* Zigbee IO control 3 */ 114 #define PA_SMCR (PA_BCR+0x0500) /* 2-wire Serial control */ 115 #define PA_SMSMADR (PA_BCR+0x0502) /* 2-wire Serial Slave control */ 116 #define PA_SMMR (PA_BCR+0x0504) /* 2-wire Serial Mode control */ [all …]
|
/Linux-v6.1/drivers/w1/ |
D | Kconfig | 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. 27 3. Replies to userspace commands.
|
/Linux-v6.1/drivers/w1/masters/ |
D | ds2482.c | 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. 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. 40 MODULE_PARM_DESC(extra_config, "Extra Configuration settings 1=APU,2=PPM,3=SPU,8=1WS"); 43 * The DS2482 registers - there are 3 registers that are addressed by a read 70 #define DS2482_REG_CFG_1WS 0x08 /* 1-wire speed */ 115 /* 1-wire interface(s) */ 202 * 1-Wire interface code 208 * ds2482_wait_1wire_idle - Waits until the 1-wire interface is idle (not busy) [all …]
|
D | mxc_w1.c | 21 # define MXC_W1_CONTROL_RDST BIT(3) 37 * reset the device on the One Wire interface 64 * this is the low level routine to read/write a bit on the One Wire 128 /* Software reset 1-Wire module */ in mxc_w1_probe() 183 MODULE_DESCRIPTION("Driver for One-Wire on MXC");
|
/Linux-v6.1/include/linux/sunrpc/ |
D | auth_gss.h | 29 RPC_GSS_PROC_DESTROY = 3 35 RPC_GSS_SVC_PRIVACY = 3 38 /* on-the-wire gss cred: */ 47 /* on-the-wire gss verifier: */ 66 * the wire when communicating with a server. */
|
/Linux-v6.1/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti,am3359-tsc.yaml | 17 description: Wires refer to application modes i.e. 4/5/8 wire touchscreen 36 ti,wire-config: 42 and so on until AIN7 = 7. XP = 0, XN = 1, YP = 2, YN = 3. 63 - ti,wire-config 74 ti,wire-config = <0x00 0x11 0x22 0x33>;
|
/Linux-v6.1/Documentation/devicetree/bindings/display/ |
D | multi-inno,mi0283qt.txt | 11 the panel interface mode (IM[3:0] pins): 12 - present: IM=x110 4-wire 8-bit data serial interface 13 - absent: IM=x101 3-wire 9-bit data serial interface
|
/Linux-v6.1/Documentation/hwmon/ |
D | lm85.rst | 92 The LM85 uses the 2-wire interface compatible with the SMBUS 2.0 93 specification. Using an analog to digital converter it measures three (3) 96 VID signals from the processor to the VRM. Lastly, there are three (3) PWM 132 speed of a two wire fan, but the input conditioning circuitry is different 133 for 3-wire and 2-wire mode. For this reason, the 2-wire fan modes are not 155 all 3 PWM outputs to a 22.5 kHz frequency. Conversely, setting any PWM 156 frequency below 11.3 kHz will switch all 3 PWM outputs to a frequency 185 The LM85 can be jumpered for 3 different SMBus addresses. There are 213 sensors and therefore three zones (# 1, 2 and 3). Each zone has the following 262 3 Controlled by Zone 3 [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/rtc/ |
D | maxim-ds1302.txt | 22 - spi-3wire : The device has a shared signal IN/OUT line. 42 spi-3wire;
|
/Linux-v6.1/Documentation/devicetree/bindings/clock/ |
D | ti,lmk04832.yaml | 49 ti,spi-4wire-rdbk: 51 Select SPI 4wire readback pin configuration. 77 SYSREF Continuous 3 79 enum: [0, 1, 2, 3] 80 default: 3 182 ti,spi-4wire-rdbk = <0>; 187 <&lmk04832 2>, <&lmk04832 3>,
|
/Linux-v6.1/drivers/bluetooth/ |
D | Kconfig | 176 bool "Three-wire UART (H5) protocol support" 180 The HCI Three-wire UART Transport Layer makes it possible to 182 Three-wire UART Transport Layer assumes that the UART 186 Say Y here to compile support for Three-wire UART protocol. 223 The Realtek protocol support enables Bluetooth HCI over 3-Wire 321 3Com BT3C interface: 322 3Com Bluetooth Card (3CRWB6096)
|
/Linux-v6.1/drivers/input/touchscreen/ |
D | wm9712.c | 76 static int delay = 3; 81 * Set five_wire = 1 to use a 5 wire touchscreen. 83 * NOTE: Five wire mode does not allow for readback of pressure. 87 MODULE_PARM_DESC(five_wire, "Set to '1' to use 5-wire touchscreen."); 100 * 3 = Edge triggered, edge on pin starts conversion after delay param 141 * The delay is 3 AC97 link frames + the touchpanel settling delay 145 udelay(3 * AC97_LINK_FRAME + delay_table[d]); in poll_delay() 164 /* WM9712 five wire */ in wm9712_phy_init() 167 dev_dbg(wm->dev, "setting 5-wire touchscreen mode.\n"); in wm9712_phy_init() 171 "supported in 5-wire mode\n"); in wm9712_phy_init() [all …]
|
D | wm9713.c | 81 * Set five_wire = 1 to use a 5 wire touchscreen. 83 * NOTE: Five wire mode does not allow for readback of pressure. 87 MODULE_PARM_DESC(five_wire, "Set to '1' to use 5-wire touchscreen."); 100 * 3 = Edge triggered, edge on pin starts conversion after delay param 141 * The delay is 3 AC97 link frames + the touchpanel settling delay 145 udelay(3 * AC97_LINK_FRAME + delay_table[d]); in poll_delay() 167 /* Five wire panel? */ in wm9713_phy_init() 170 dev_info(wm->dev, "setting 5-wire touchscreen mode."); in wm9713_phy_init() 175 "wire mode, disabling\n"); in wm9713_phy_init() 278 /* wait 3 AC97 time slots + delay for conversion */ in wm9713_poll_sample() [all …]
|
/Linux-v6.1/drivers/power/supply/ |
D | bq27xxx_battery_hdq.c | 3 * BQ27xxx battery monitor HDQ/1-wire driver 26 MODULE_PARM_DESC(F_ID, "1-wire slave FID for BQ27xxx device"); 44 unsigned int timeout = 3; in bq27xxx_battery_hdq_read() 126 MODULE_DESCRIPTION("BQ27xxx battery monitor HDQ/1-wire driver");
|
/Linux-v6.1/drivers/iio/temperature/ |
D | max31865.c | 187 /* 3-wire RTD connection */ in max31865_init() 310 if (device_property_read_bool(&spi->dev, "maxim,3-wire")) { in max31865_probe() 311 /* select 3 wire */ in max31865_probe() 314 /* select 2 or 4 wire */ in max31865_probe()
|