Home
last modified time | relevance | path

Searched +full:en +full:- +full:us (Results 1 – 25 of 548) sorted by relevance

12345678910>>...22

/linux-6.8/Documentation/hwmon/
Dzl6100.rst10 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 …]
Dmax6697.rst10 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 …]
Djc42.rst10 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 …]
Dmax20730.rst1 .. 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 …]
Dmax16065.rst11 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 …]
Dltc2978.rst10 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-6.8/Documentation/devicetree/bindings/iio/light/
Disl29018.yaml1 # 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-6.8/drivers/iio/pressure/
Dhsc030pa_i2c.c1 // 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/bo…
22 struct i2c_client *client = to_i2c_client(data->dev); in hsc_i2c_recv()
26 msg.addr = client->addr; in hsc_i2c_recv()
27 msg.flags = client->flags | I2C_M_RD; in hsc_i2c_recv()
29 msg.buf = data->buffer; in hsc_i2c_recv()
31 ret = i2c_transfer(client->adapter, &msg, 1); in hsc_i2c_recv()
38 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) in hsc_i2c_probe()
39 return -EOPNOTSUPP; in hsc_i2c_probe()
[all …]
Dhsc030pa_spi.c1 // SPDX-License-Identifier: GPL-2.0-only
7-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/bo…
21 struct spi_device *spi = to_spi_device(data->dev); in hsc_spi_recv()
24 .rx_buf = data->buffer, in hsc_spi_recv()
33 return hsc_common_probe(&spi->dev, hsc_spi_recv); in hsc_spi_probe()
/linux-6.8/drivers/nvmem/
Dsprd-efuse.c1 // SPDX-License-Identifier: GPL-2.0
9 #include <linux/nvmem-provider.h>
79 * On Spreadtrum platform, we have multi-subsystems will access the unique
87 mutex_lock(&efuse->mutex); in sprd_efuse_lock()
89 ret = hwspin_lock_timeout_raw(efuse->hwlock, in sprd_efuse_lock()
92 dev_err(efuse->dev, "timeout get the hwspinlock\n"); in sprd_efuse_lock()
93 mutex_unlock(&efuse->mutex); in sprd_efuse_lock()
102 hwspin_unlock_raw(efuse->hwlock); in sprd_efuse_unlock()
103 mutex_unlock(&efuse->mutex); in sprd_efuse_unlock()
106 static void sprd_efuse_set_prog_power(struct sprd_efuse *efuse, bool en) in sprd_efuse_set_prog_power() argument
[all …]
/linux-6.8/Documentation/usb/
Dgadget_multi.rst18 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 …]
Dlinux.inf2 ; <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-6.8/Documentation/translations/sp_SP/process/
Dprogramming-language.rst1 .. 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-6.8/Documentation/devicetree/bindings/leds/
Dleds-is31fl32xx.txt1 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-6.8/Documentation/devicetree/bindings/hwmon/
Dmaxim,max20730.yaml1 # 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-6.8/arch/arm64/boot/dts/qcom/
Dmsm8998-sony-xperia-yoshino.dtsi1 // 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-6.8/Documentation/devicetree/bindings/iio/pressure/
Dhoneywell,hsc030pa.yaml1 # 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-6.8/drivers/net/wireless/mediatek/mt76/
Dmt76x02_usb_core.c1 // 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-6.8/arch/powerpc/platforms/cell/spufs/
Dcoredump.c1 // 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-6.8/drivers/edac/
Die31200_edac.c1 // 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-6.8/Documentation/devicetree/bindings/regulator/
Dmaxim,max8952.yaml1 # 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-6.8/arch/arm64/boot/dts/rockchip/
Drk3399-gru-chromebook.dtsi1 // 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-6.8/arch/arm/boot/dts/rockchip/
Drk3288-veyron-edp.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
9 backlight_regulator: backlight-regulator {
10 compatible = "regulator-fixed";
11 enable-active-high;
13 pinctrl-names = "default";
14 pinctrl-0 = <&bl_pwr_en>;
15 regulator-name = "backlight_regulator";
16 vin-supply = <&vcc33_sys>;
17 startup-delay-us = <15000>;
20 panel_regulator: panel-regulator {
[all …]
/linux-6.8/arch/arm64/boot/dts/amlogic/
Dmeson-gxbb-odroidc2.dts1 // 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-6.8/Documentation/crypto/
Ddescore-readme.rst1 .. 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 …]

12345678910>>...22