/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 …]
|
H A D | ltc2978.rst | 10 Addresses scanned: - 12 Datasheet: https://www.analog.com/en/products/ltc2972.html 18 Addresses scanned: - 20 Datasheet: https://www.analog.com/en/products/ltc2974 26 Addresses scanned: - 28 Datasheet: https://www.analog.com/en/products/ltc2975 34 Addresses scanned: - 36 Datasheet: https://www.analog.com/en/products/ltc2977 42 Addresses scanned: - 44 Datasheet: https://www.analog.com/en/products/ltc2978 [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/pressure/ |
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/drivers/iio/accel/ |
H A D | adxl380.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * ADXL380 3-Axis Digital Accelerometer core driver 194 .temp_offset = 25 * 102 / 10 - 470, 212 .temp_offset = 25 * 102 / 10 - 570, 268 static int adxl380_set_measure_en(struct adxl380_state *st, bool en) in adxl380_set_measure_en() argument 274 if (en) { in adxl380_set_measure_en() 275 ret = regmap_read(st->regmap, ADXL380_ACT_INACT_CTL_REG, &act_inact_ctl); in adxl380_set_measure_en() 287 return regmap_update_bits(st->regmap, ADXL380_OP_MODE_REG, in adxl380_set_measure_en() 296 st->act_threshold = mult_frac(st->act_threshold, in adxl380_scale_act_inact_thresholds() 299 st->inact_threshold = mult_frac(st->inact_threshold, in adxl380_scale_act_inact_thresholds() [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/arch/arm64/boot/dts/rockchip/ |
H A D | rk3588-edgeble-neu6a-io.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/gpio/gpio.h> 10 stdout-path = "serial2:1500000n8"; 13 vcc3v3_pcie2x1l0: vcc3v3-pcie2x1l0-regulator { 14 compatible = "regulator-fixed"; 15 regulator-name = "vcc3v3_pcie2x1l0"; 16 regulator-min-microvolt = <3300000>; 17 regulator-max-microvolt = <3300000>; 18 startup-delay-us = <5000>; 19 vin-supply = <&vcc_3v3_s3>; [all …]
|
H A D | rk3568-wolfvision-pf5-io-expander.dtso | 1 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) 8 /dts-v1/; 11 #include <dt-bindings/clock/rk3568-cru.h> 12 #include <dt-bindings/gpio/gpio.h> 13 #include <dt-bindings/interrupt-controller/irq.h> 14 #include <dt-bindings/pinctrl/rockchip.h> 17 gmac0_clkin: external-gmac0-clock { 18 compatible = "fixed-clock"; 19 clock-frequency = <50000000>; 20 clock-output-names = "gmac0_clkin"; [all …]
|
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: 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/Documentation/devicetree/bindings/hwmon/ |
H A D | maxim,max20730.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Jean Delvare <jdelvare@suse.com> 12 - Guenter Roeck <linux@roeck-us.net> 17 up to 25A (max) load. This single-chip regulator provides extremely 18 compact, high efficiency power-delivery solutions with high-precision 22 https://datasheets.maximintegrated.com/en/ds/MAX20730.pdf 23 https://datasheets.maximintegrated.com/en/ds/MAX20734.pdf 24 https://datasheets.maximintegrated.com/en/ds/MAX20743.pdf [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/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_usb_core.c | 1 // SPDX-License-Identifier: ISC 20 mt76x02u_remove_dma_hdr(e->skb); in mt76x02u_tx_complete_skb() 21 mt76_tx_complete_skb(mdev, e->wcid, e->skb); in mt76x02u_tx_complete_skb() 30 if (!mt76x02_wait_for_wpdma(&dev->mt76, 200000)) in mt76x02u_mac_start() 31 return -ETIMEDOUT; in mt76x02u_mac_start() 33 mt76_wr(dev, MT_RX_FILTR_CFG, dev->mt76.rxfilter); in mt76x02u_mac_start() 39 if (!mt76x02_wait_for_wpdma(&dev->mt76, 50)) in mt76x02u_mac_start() 40 return -ETIMEDOUT; in mt76x02u_mac_start() 56 info = FIELD_PREP(MT_TXD_INFO_LEN, round_up(skb->len, 4)) | in mt76x02u_skb_dma_info() 60 pad = round_up(skb->len, 4) + 4 - skb->len; in mt76x02u_skb_dma_info() [all …]
|
/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | coredump.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * Author: Dwayne Grant McConnell <decimal@us.ibm.com> 47 if (file->f_op != &spufs_context_fops) in match_context() 49 ctx = SPUFS_I(file_inode(file))->i_ctx; in match_context() 50 if (ctx->flags & SPU_CREATE_NOSCHED) in match_context() 56 * The additional architecture-specific notes for Cell are various 71 int n = iterate_fd(current->files, *fd, match_context, NULL); in coredump_next_context() 74 *fd = n - 1; in coredump_next_context() 80 ctx = SPUFS_I(file_inode(file))->i_ctx; in coredump_next_context() 123 struct elf_note en; in spufs_arch_write_note() local [all …]
|
/linux/arch/arm64/boot/dts/qcom/ |
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 …]
|
/linux/drivers/edac/ |
H A D | ie31200_edac.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Intel E3-1200 6 * Support for the E3-1200 processor family. Heavily based on previous 12 * PCI DRAM controller device ids (Taken from The PCI ID Repository - https://pci-ids.ucw.cz/) 14 * 0108: Xeon E3-1200 Processor Family DRAM Controller 15 * 010c: Xeon E3-1200/2nd Generation Core Processor Family DRAM Controller 16 * 0150: Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller 17 * 0158: Xeon E3-1200 v2/Ivy Bridge DRAM Controller 18 * 015c: Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller 19 * 0c04: Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller [all …]
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx93-14x14-evk.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 8 #include <dt-bindings/usb/pd.h> 13 compatible = "fsl,imx93-14x14-evk", "fsl,imx93"; 16 stdout-path = &lpuart1; 19 reserved-memory { 20 #address-cells = <2>; 21 #size-cells = <2>; 25 compatible = "shared-dma-pool"; 27 alloc-ranges = <0 0x80000000 0 0x40000000>; [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/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 …]
|