/linux/Documentation/hwmon/ |
H A D | zl6100.rst | 10 Addresses scanned: - 12 Datasheet: https://www.renesas.com/us/en/document/dst/zl2004-datasheet.pdf 18 Addresses scanned: - 20 Datasheet: https://www.renesas.com/us/en/document/dst/zl2005-datasheet.pdf 26 Addresses scanned: - 28 Datasheet: https://www.renesas.com/us/en/document/dst/zl2006-datasheet.pdf 34 Addresses scanned: - 36 Datasheet: https://www.renesas.com/us/en/document/dst/zl2008-datasheet.pdf 42 Addresses scanned: - 44 Datasheet: https://www.renesas.com/us/en/document/dst/zl2105-datasheet.pdf [all …]
|
H A D | max6697.rst | 10 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6581.pdf 16 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6602.pdf 22 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6622.pdf 28 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6636.pdf 34 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6689.pdf 40 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6693.pdf 46 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6694.pdf 52 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6697.pdf 58 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6698.pdf 64 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6699.pdf [all …]
|
H A D | jc42.rst | 10 https://www.analog.com/static/imported-files/data_sheets/ADT7408.pdf 20 http://www.atmel.com/Images/Atmel-8852-SEEPROM-AT30TSE002A-Datasheet.pdf 22 http://www.atmel.com/Images/Atmel-8868-DTS-AT30TSE004A-Datasheet.pdf 36 http://datasheets.maxim-ic.com/en/ds/MAX6604.pdf 42 https://ww1.microchip.com/downloads/en/DeviceDoc/22203C.pdf 44 https://ww1.microchip.com/downloads/en/DeviceDoc/21977b.pdf 46 https://ww1.microchip.com/downloads/en/DeviceDoc/25095A.pdf 48 https://ww1.microchip.com/downloads/en/DeviceDoc/21996a.pdf 50 https://ww1.microchip.com/downloads/en/DeviceDoc/22153c.pdf 52 https://ww1.microchip.com/downloads/en/DeviceDoc/22327A.pdf [all …]
|
H A D | max20730.rst | 1 .. SPDX-License-Identifier: GPL-2.0-or-later 12 Addresses scanned: - 14 Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20710.pdf 20 Addresses scanned: - 22 Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20730.pdf 28 Addresses scanned: - 30 Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20734.pdf 36 Addresses scanned: - 38 Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20743.pdf 40 Author: Guenter Roeck <linux@roeck-us.net> [all …]
|
H A D | max16065.rst | 11 Addresses scanned: - 15 http://datasheets.maxim-ic.com/en/ds/MAX16065-MAX16066.pdf 21 Addresses scanned: - 25 http://datasheets.maxim-ic.com/en/ds/MAX16067.pdf 31 Addresses scanned: - 35 http://datasheets.maxim-ic.com/en/ds/MAX16068.pdf 41 Addresses scanned: - 45 http://datasheets.maxim-ic.com/en/ds/MAX16070-MAX16071.pdf 47 Author: Guenter Roeck <linux@roeck-us.net> 51 ----------- [all …]
|
/linux/Documentation/admin-guide/hw-vuln/ |
H A D | rsb.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 RSB-related mitigations 8 Please keep this document up-to-date, otherwise you will be 17 amongst a myriad of microarchitecture-specific documents. 20 once place and clarify the reasoning behind the current RSB-related 22 the current kernel mitigations: what are the RSB-related attack vectors 39 ---- 47 RSB poisoning is a technique used by SpectreRSB [#spectre-rsb]_ where 49 to speculate to an attacker-controlled address. This can happen when 54 [#intel-rsb-filling]_ [#amd-rsb-filling]_ when transitioning between [all …]
|
/linux/Documentation/devicetree/bindings/iio/light/ |
H A D | isl29018.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Brian Masney <masneyb@onstation.org> 17 https://www.renesas.com/us/en/www/doc/datasheet/isl29018.pdf 18 https://www.renesas.com/us/en/www/doc/datasheet/isl29023.pdf 19 https://www.renesas.com/us/en/www/doc/datasheet/isl29035.pdf 24 - isil,isl29018 25 - isil,isl29023 26 - isil,isl29035 [all …]
|
/linux/drivers/iio/accel/ |
H A D | adxl345_core.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * ADXL345 3-Axis Digital Accelerometer IIO core driver 7 * Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/ADXL345.pdf 156 * adxl345_set_measure_en() - Enable and disable measuring. 159 * @en: Enable measurements, else standby mode. 168 static int adxl345_set_measure_en(struct adxl345_state *st, bool en) in adxl345_set_measure_en() argument 170 unsigned int val = en ? ADXL345_POWER_CTL_MEASURE : ADXL345_POWER_CTL_STANDBY; in adxl345_set_measure_en() 172 return regmap_write(st->regmap, ADXL345_REG_POWER_CTL, val); in adxl345_set_measure_en() 185 bool en = false; in _adxl345_set_tap_int() local 189 ret = regmap_read(st->regmap, ADXL345_REG_TAP_AXIS, &axis_ctrl); in _adxl345_set_tap_int() [all …]
|
/linux/drivers/iio/pressure/ |
H A D | hsc030pa_spi.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 …-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/co… 8 …-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/co… 25 struct spi_device *spi = to_spi_device(data->dev); in hsc_spi_recv() 28 return spi_read(spi, data->buffer, HSC_REG_MEASUREMENT_RD_SIZE); in hsc_spi_recv() 33 return hsc_common_probe(&spi->dev, hsc_spi_recv); in hsc_spi_probe()
|
H A D | hsc030pa_i2c.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 …-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/bo… 8 …-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/co… 25 struct i2c_client *client = to_i2c_client(data->dev); in hsc_i2c_recv() 31 msg.addr = client->addr; in hsc_i2c_recv() 32 msg.flags = client->flags | I2C_M_RD; in hsc_i2c_recv() 34 msg.buf = data->buffer; in hsc_i2c_recv() 36 ret = i2c_transfer(client->adapter, &msg, 1); in hsc_i2c_recv() 43 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) in hsc_i2c_probe() 44 return -EOPNOTSUPP; in hsc_i2c_probe() [all …]
|
/linux/Documentation/usb/ |
H A D | gadget_multi.rst | 18 have two configurations -- one with RNDIS and another with CDC ECM[3]. 20 Please note that if you use non-standard configuration (that is enable 26 To make use of the gadget one needs to make it work on host side -- 31 ------------------ 38 This is also true for two configuration set-up with RNDIS 43 -------------------- 61 create a proper INF -- and of course, if you do submit it! 90 Similarly, [[file:linux-cdc-acm.inf]] is provided for CDC ACM. 98 interface numbers hard-coded in them (it's not hard to change those 115 and Windows 7, all 32-bit versions. It should work on 64-bit versions [all …]
|
H A D | linux.inf | 2 ; <https://msdn.microsoft.com/en-us/library/ff570620.aspx> 6 ; <http://msdn.microsoft.com/en-us/cc300389.aspx#MLPL>. 12 ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318} 36 ; References the in-build Netrndis.inf 59 ; No sys copyfiles - the sys files are already in-build 61 ; We do not support XP SP1-, 2003 SP1-, ME, 9x.
|
/linux/Documentation/translations/sp_SP/process/ |
H A D | programming-language.rst | 1 .. include:: ../disclaimer-sp.rst 3 :Original: :ref:`Documentation/process/programming-language.rst <programming_language>` 11 El kernel está escrito en el lenguaje de programación C [sp-c-language]_. 12 Más concretamente, el kernel normalmente se compila con ``gcc`` [sp-gcc]_ 13 bajo ``-std=gnu11`` [sp-gcc-c-dialect-options]_: el dialecto GNU de ISO C11. 14 ``clang`` [sp-clang]_ también es compatible, consulte los documentos en 17 Este dialecto contiene muchas extensiones del lenguaje [sp-gnu-extensions]_, 20 Hay algo de soporte para compilar el núcleo con ``icc`` [sp-icc]_ para varias 21 de las arquitecturas, aunque en el momento de escribir este texto, eso no 25 --------- [all …]
|
/linux/Documentation/devicetree/bindings/leds/ |
H A D | leds-is31fl32xx.txt | 1 Binding for ISSI IS31FL32xx and Si-En SN32xx LED Drivers 4 constant-current channels, each with independent 256-level PWM control. 5 Each LED is represented as a sub-node of the device. 8 - compatible: one of 13 si-en,sn3218 14 si-en,sn3216 15 - reg: I2C slave address 16 - address-cells : must be 1 17 - size-cells : must be 0 19 LED sub-node properties: [all …]
|
/linux/Documentation/devicetree/bindings/iio/pressure/ |
H A D | honeywell,hsc030pa.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 23 pressure-triplet (directly extracted from the part number) or in case it's 27 by the sensor. pmin-pascal and pmax-pascal corespond to the minimum and 30 Please note that in case of an SPI-based sensor, the clock signal should not 34 …-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/bo… 35 …-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/bo… 38 - Petre Rodan <petre.rodan@subdimension.ro> 47 honeywell,transfer-function: [all …]
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc8280xp-microsoft-blackrock.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 9 /dts-v1/; 11 #include <dt-bindings/iio/qcom,spmi-adc7-pm8350.h> 12 #include <dt-bindings/gpio/gpio.h> 13 #include <dt-bindings/input/gpio-keys.h> 14 #include <dt-bindings/input/input.h> 15 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 18 #include "sc8280xp-pmics.dtsi" 23 chassis-type = "desktop"; 31 wcd938x: audio-codec { [all …]
|
H A D | msm8998-sony-xperia-yoshino.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 8 #include <dt-bindings/input/input.h> 9 #include <dt-bindings/leds/common.h> 10 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 18 qcom,msm-id = <0x124 0x20000>, <0x124 0x20001>; /* 8998v2, v2.1 */ 19 qcom,board-id = <8 0>; 23 compatible = "gpio-gate-clock"; 24 pinctrl-0 = <&div_clk1>; 25 pinctrl-names = "default"; 27 #clock-cells = <0>; [all …]
|
H A D | sc8280xp-lenovo-thinkpad-x13s.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 7 /dts-v1/; 9 #include <dt-bindings/iio/qcom,spmi-adc7-pm8350.h> 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/input/gpio-keys.h> 12 #include <dt-bindings/input/input.h> 13 #include <dt-bindings/leds/common.h> 14 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 17 #include "sc8280xp-pmics.dtsi" 21 compatible = "lenovo,thinkpad-x13s", "qcom,sc8280xp"; [all …]
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-gru-chromebook.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Google Gru-Chromebook shared properties 8 #include "rk3399-gru.dtsi" 11 pp900_ap: regulator-pp900-ap { 12 compatible = "regulator-fixed"; 13 regulator-name = "pp900_ap"; 16 regulator-always-on; 17 regulator-boot-on; 18 regulator-min-microvolt = <900000>; 19 regulator-max-microvolt = <900000>; [all …]
|
/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-gxbb-odroidc2.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 10 #include "meson-gxbb.dtsi" 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/sound/meson-aiu.h> 15 compatible = "hardkernel,odroid-c2", "amlogic,meson-gxbb"; 16 model = "Hardkernel ODROID-C2"; 24 stdout-path = "serial0:115200n8"; 32 usb_otg_pwr: regulator-usb-pwrs { 33 compatible = "regulator-fixed"; [all …]
|
/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 tristate "Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi) " 10 Intel Wireless WiFi Link Next-Gen AGN 14 Intel 6000 Series Wi-Fi Adapters (6200AGN and 6300AGN) 18 Intel 6005 Series Wi-Fi Adapters 19 Intel 6030 Series Wi-Fi Adapters 21 Intel 100 Series Wi-Fi Adapters (100BGN and 130BGN) 22 Intel 2000 Series Wi-Fi Adapters 23 Intel 7260 Wi-Fi Adapter 24 Intel 3160 Wi-Fi Adapter [all …]
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | maxim,max8952.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 13 - $ref: regulator.yaml# 19 max8952,default-mode: 25 max8952,dvs-mode-microvolt: 35 max8952,en-gpio: 40 max8952,ramp-speed: 46 - 0: 32mV/us [all …]
|
/linux/Documentation/crypto/ |
H A D | descore-readme.rst | 1 .. SPDX-License-Identifier: GPL-2.0 13 ------------------------------------------------------------------------------ 15 des - fast & portable DES encryption & decryption. 42 2. PORTABILITY to any byte-addressable host with a 32bit unsigned C type 43 3. Plug-compatible replacement for KERBEROS's low-level routines. 46 register-starved machines. My discussions with Richard Outerbridge, 51 up in a parameterized fashion so it can easily be modified by speed-daemon 58 compile on a SPARCStation 1 (cc -O4, gcc -O2): 60 this code (byte-order independent): 62 - 30us per encryption (options: 64k tables, no IP/FP) [all …]
|
/linux/Documentation/w1/masters/ |
H A D | w1-uart.rst | 1 .. SPDX-License-Identifier: GPL-2.0-or-later 4 Kernel driver w1-uart 11 ----------- 13 UART 1-Wire bus driver. The driver utilizes the UART interface via the 14 Serial Device Bus to create the 1-Wire timing patterns as described in 15 the document `"Using a UART to Implement a 1-Wire Bus Master"`_. 17 …g a UART to Implement a 1-Wire Bus Master": https://www.analog.com/en/technical-articles/using-a-u… 19 In short, the UART peripheral must support full-duplex and operate in 20 open-drain mode. The timing patterns are generated by a specific 21 combination of baud-rate and transmitted byte, which corresponds to a [all …]
|
/linux/arch/arm/mach-sa1100/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 32 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110 40 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110 41 Microprocessor Development Board (Assabet) with the SA-1111 69 <http://h10025.www1.hp.com/ewfrf/wc/product?product=61677&cc=us&lc=en&dlc=en&product=61677#>
|