Home
last modified time | relevance | path

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

12345678910>>...38

/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dmax8952.txt4 - compatible: must be equal to "maxim,max8952"
5 - reg: I2C slave address, usually 0x60
6 - max8952,dvs-mode-microvolt: array of 4 integer values defining DVS voltages
8 - any required generic properties defined in regulator.txt
11 - max8952,vid-gpios: array of two GPIO pins used for DVS voltage selection
12 - max8952,en-gpio: GPIO used to control enable status of regulator
13 - max8952,default-mode: index of default DVS voltage, from <0, 3> range
14 - max8952,sync-freq: sync frequency, must be one of following values:
15 - 0: 26 MHz
16 - 1: 13 MHz
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/Documentation/hwmon/
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 …]
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/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 …]

12345678910>>...38