Home
last modified time | relevance | path

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

12345678910>>...25

/linux-6.14.4/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 …]
/linux-6.14.4/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 <[email protected]>
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.14.4/drivers/iio/pressure/
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/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()
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/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-6.14.4/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.14.4/drivers/iio/accel/
Dadxl380.c1 // 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-6.14.4/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.14.4/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.14.4/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.14.4/drivers/net/phy/
Dmicrochip_t1s.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Driver for Microchip 10BASE-T1S PHYs
46 * W 0x1F 0x008B 0x0404 ------
50 * W 0x1F 0x0099 0x7F80 ------
73 * https://www.microchip.com/en-us/application-notes/an1760
74 * Revision F (DS60001760G - June 2024)
150 /* 5-bit signed value, sign extend */ in lan865x_generate_cfg_offsets()
242 …Documents/documents/AIS/ProductDocuments/SupportingCollateral/AN-LAN8650-1-Configuration-60001760.… in lan865x_revb_config_init()
281 /* The chip completes a reset in 3us, we might get here earlier than in lan867x_check_reset_complete()
282 * that, as an added margin we'll conditionally sleep 5us. in lan867x_check_reset_complete()
[all …]
/linux-6.14.4/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 <[email protected]>
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.14.4/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 <[email protected]>
47 honeywell,transfer-function:
[all …]
/linux-6.14.4/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.14.4/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()
78 ctx = SPUFS_I(file_inode(file))->i_ctx; in coredump_next_context()
121 struct elf_note en; in spufs_arch_write_note() local
[all …]
/linux-6.14.4/arch/arm64/boot/dts/qcom/
Dsc8280xp-microsoft-blackrock.dts1 // 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 …]
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.14.4/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.14.4/arch/arm64/boot/dts/rockchip/
Drk3568-wolfvision-pf5-io-expander.dtso1 // 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 …]
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: 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-6.14.4/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 <[email protected]>
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.14.4/Documentation/w1/masters/
Dw1-uart.rst1 .. 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 …]

12345678910>>...25