/Linux-v4.19/drivers/input/joystick/ |
D | adi.c | 104 struct adi { struct 125 struct adi adi[2]; argument 136 struct adi *adi = port->adi; in adi_read_packet() local 143 adi[i].ret = -1; in adi_read_packet() 159 if ((w & 0x30) < 0x30 && adi[i].ret < ADI_MAX_LENGTH && t[i] > 0) { in adi_read_packet() 160 adi[i].data[++adi[i].ret] = w; in adi_read_packet() 180 struct adi *adi = port->adi; in adi_move_bits() local 182 adi[0].idx = adi[1].idx = 0; in adi_move_bits() 184 if (adi[0].ret <= 0 || adi[1].ret <= 0) return; in adi_move_bits() 185 if (adi[0].data[0] & 0x20 || ~adi[1].data[0] & 0x20) return; in adi_move_bits() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/frequency/ |
D | adf4350.txt | 5 * "adi,adf4350": When using the ADF4350 device 6 * "adi,adf4351": When using the ADF4351 device 15 - adi,channel-spacing: Channel spacing in Hz (influences MODULUS). 16 - adi,power-up-frequency: If set in Hz the PLL tunes to 18 - adi,reference-div-factor: If set the driver skips dynamic calculation 20 - adi,reference-doubler-enable: Enables reference doubler. 21 - adi,reference-div2-enable: Enables reference divider. 22 - adi,phase-detector-polarity-positive-enable: Enables positive phase 24 - adi,lock-detect-precision-6ns-enable: Enables 6ns lock detect precision. 26 - adi,lock-detect-function-integer-n-enable: Enables lock detect [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/dac/ |
D | ad5755.txt | 5 adi,ad5755 6 adi,ad5755-1 7 adi,ad5757 8 adi,ad5735 9 adi,ad5737 20 - adi,ext-dc-dc-compenstation-resistor: boolean set if the hardware have an 23 - adi,dc-dc-phase: 32 - adi,dc-dc-freq-hz: 37 - adi,dc-dc-max-microvolt: 46 - adi,mode: [all …]
|
D | ad5592r.txt | 4 - compatible: Must be "adi,ad5592r" 10 - compatible: Must be "adi,ad5593r" 20 * adi,mode: Mode or function of this channel. 22 can be found in <dt-bindings/iio/adi,ad5592r.h>. 36 * adi,off-state: State of this channel when unused or the 39 <dt-bindings/iio/adi,ad5592r.h>. 60 #include <dt-bindings/iio/adi,ad5592r.h> 74 compatible = "adi,ad5592r"; 86 adi,mode = <CH_MODE_DAC>; 90 adi,mode = <CH_MODE_ADC>; [all …]
|
D | ad5758.txt | 4 - compatible: Must be "adi,ad5758" 11 - adi,dc-dc-mode: Mode of operation of the dc-to-dc converter 36 - adi,range-microvolt: Voltage output range 42 - adi,range-microamp: Current output range 53 - adi,dc-dc-ilim-microamp: The dc-to-dc converter current limit 62 - adi,slew-time-us: The time it takes for the output to reach the 69 compatible = "adi,ad5758"; 74 adi,dc-dc-mode = <2>; 75 adi,range-microvolt = <0 10000000>; 76 adi,dc-dc-ilim-microamp = <200000>; [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/ |
D | ad7879.txt | 4 - compatible : for SPI slave, use "adi,ad7879" 5 for I2C slave, use "adi,ad7879-1" 10 - adi,resistance-plate-x : total resistance of X-plate (for pressure 14 - adi,first-conversion-delay : 0-12: In 128us steps (starting with 128us) 19 - adi,acquisition-time : 0: 2us 24 - adi,median-filter-size : 0: disabled 29 - adi,averaging : 0: 2 middle values (1 if median disabled) 34 - adi,conversion-interval: : 0 : convert one time only 42 compatible = "adi,ad7879-1"; 47 adi,resistance-plate-x = <120>; [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/media/i2c/ |
D | adv7180.txt | 8 "adi,adv7180" 9 "adi,adv7180cp" 10 "adi,adv7180st" 11 "adi,adv7182" 12 "adi,adv7280" 13 "adi,adv7280-m" 14 "adi,adv7281" 15 "adi,adv7281-m" 16 "adi,adv7281-ma" 17 "adi,adv7282" [all …]
|
D | adv7343.txt | 10 - compatible: Must be "adi,adv7343" 13 - adi,power-mode-sleep-mode: on enable the current consumption is reduced to 16 - adi,power-mode-pll-ctrl: PLL and oversampling control. This control allows 33 compatible = "adi,adv7343"; 38 adi,power-mode-sleep-mode; 39 adi,power-mode-pll-ctrl; 41 adi,dac-enable = <1 1 1 0 0 1>; 43 adi,sd-dac-enable = <1 0>;
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | adi,axi-dmac.txt | 4 - compatible: Must be "adi,axi-dmac-1.00.a". 11 - adi,channels: This sub-node must contain a sub-node for each DMA channel. For 15 Required properties for adi,channels sub-node: 21 - adi,length-width: Width of the DMA transfer length register. 22 - adi,source-bus-width, 23 adi,destination-bus-width: Width of the source or destination bus in bits. 24 - adi,source-bus-type, 25 adi,destination-bus-type: Type of the source or destination bus. Must be one 32 - adi,cyclic: Must be set if the channel supports hardware cyclic DMA 34 - adi,2d: Must be set if the channel supports hardware 2D DMA transfers. [all …]
|
/Linux-v4.19/tools/testing/selftests/sparc64/drivers/ |
D | drivers_test.sh | 8 if [ -f ${SRC_TREE}/drivers/char/adi.ko ]; then 9 insmod ${SRC_TREE}/drivers/char/adi.ko 2> /dev/null 15 if ! /sbin/modprobe -q -n adi; then 17 elif /sbin/modprobe -q adi; then 24 ./adi-test 25 rmmod adi 2> /dev/null
|
D | Makefile | 5 TEST_GEN_FILES := adi-test 9 $(TEST_GEN_FILES): adi-test.c 15 $(OUTPUT)/adi-test: adi-test.c
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | adi,adau17x1.txt | 6 "adi,adau1361" 7 "adi,adau1461" 8 "adi,adau1761" 9 "adi,adau1961" 10 "adi,adau1381" 11 "adi,adau1781" 26 compatible = "adi,adau1761";
|
D | adi,adau1701.txt | 5 - compatible: Should contain "adi,adau1701" 14 - adi,pll-mode-gpios: An array of two GPIO specs to describe the GPIOs 19 - adi,pin-config: An array of 12 numerical values selecting one of the 30 compatible = "adi,adau1701"; 35 adi,pll-mode-gpios = <&gpio 24 0 &gpio 25 0>; 36 adi,pin-config = /bits/ 8 <0x4 0x7 0x5 0x5 0x4 0x4
|
D | adi,ssm2602.txt | 9 - compatible : One of "adi,ssm2602", "adi,ssm2603" or "adi,ssm2604" 17 compatible = "adi,ssm2602";
|
/Linux-v4.19/Documentation/devicetree/bindings/display/bridge/ |
D | adi,adv7511.txt | 12 "adi,adv7511" 13 "adi,adv7511w" 14 "adi,adv7513" 15 "adi,adv7533" 31 - adi,input-depth: Number of bits per color component at the input (8, 10 or 33 - adi,input-colorspace: The input color space, one of "rgb", "yuv422" or 35 - adi,input-clock: The input clock type, one of "1x" (one clock cycle per 42 - adi,input-style: The input components arrangement variant (1, 2 or 3), as 44 - adi,input-justification: The input bit justification ("left", "evenly", 57 - adi,dsi-lanes: Number of DSI data lanes connected to the DSI host. It should [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/potentiometer/ |
D | ad5272.txt | 12 adi,ad5272-020 13 adi,ad5272-050 14 adi,ad5272-100 15 adi,ad5274-020 16 adi,ad5274-100 25 compatible = "adi,ad5272-020";
|
/Linux-v4.19/sound/soc/adi/ |
D | Makefile | 1 snd-soc-adi-axi-i2s-objs := axi-i2s.o 2 snd-soc-adi-axi-spdif-objs := axi-spdif.o 4 obj-$(CONFIG_SND_SOC_ADI_AXI_I2S) += snd-soc-adi-axi-i2s.o 5 obj-$(CONFIG_SND_SOC_ADI_AXI_SPDIF) += snd-soc-adi-axi-spdif.o
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | r8a7792-wheat.dts | 251 compatible = "adi,adv7513"; 255 adi,input-depth = <8>; 256 adi,input-colorspace = "rgb"; 257 adi,input-clock = "1x"; 258 adi,input-style = <1>; 259 adi,input-justification = "evenly"; 282 compatible = "adi,adv7513"; 286 adi,input-depth = <8>; 287 adi,input-colorspace = "rgb"; 288 adi,input-clock = "1x"; [all …]
|
D | iwg20d-q7-dbcm-ca.dtsi | 66 compatible = "adi,adv7511w"; 73 adi,input-depth = <8>; 74 adi,input-colorspace = "rgb"; 75 adi,input-clock = "1x"; 76 adi,input-style = <1>; 77 adi,input-justification = "evenly";
|
D | r8a7745-iwg22d-sodimm-dbhd-ca.dts | 76 compatible = "adi,adv7511w"; 84 adi,input-depth = <8>; 85 adi,input-colorspace = "rgb"; 86 adi,input-clock = "1x"; 87 adi,input-style = <1>; 88 adi,input-justification = "evenly";
|
/Linux-v4.19/Documentation/devicetree/bindings/i2c/ |
D | i2c-demux-pinctrl.txt | 54 compatible = "adi,adv7180"; 67 compatible = "adi,adv7511w"; 72 adi,input-depth = <8>; 73 adi,input-colorspace = "rgb"; 74 adi,input-clock = "1x"; 75 adi,input-style = <1>; 76 adi,input-justification = "evenly";
|
/Linux-v4.19/arch/arm64/boot/dts/renesas/ |
D | r8a77970-eagle.dts | 128 compatible = "adi,adv7511w"; 133 adi,input-depth = <8>; 134 adi,input-colorspace = "rgb"; 135 adi,input-clock = "1x"; 136 adi,input-style = <1>; 137 adi,input-justification = "evenly";
|
D | r8a77970-v3msk.dts | 145 compatible = "adi,adv7511w"; 156 adi,input-depth = <8>; 157 adi,input-colorspace = "rgb"; 158 adi,input-clock = "1x"; 159 adi,input-style = <1>; 160 adi,input-justification = "evenly";
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ieee802154/ |
D | adf7242.txt | 4 - compatible: should be "adi,adf7242", "adi,adf7241" 13 compatible = "adi,adf7242";
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/accel/ |
D | adxl345.txt | 8 "adi,adxl345" 9 "adi,adxl375" 23 compatible = "adi,adxl345"; 32 compatible = "adi,adxl345";
|