Home
last modified time | relevance | path

Searched +full:enable +full:- +full:remote +full:- +full:sense (Results 1 – 25 of 135) sorted by relevance

123456

/linux-6.14.4/Documentation/devicetree/bindings/regulator/
Dmaxim,max8973.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <[email protected]>
13 - $ref: regulator.yaml#
18 - maxim,max8973
19 - maxim,max77621
21 junction-warn-millicelsius:
30 maxim,dvs-gpio:
35 maxim,dvs-default-state:
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/hwmon/
Dadi,ltc2991.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Antoniu Miclaus <[email protected]>
17 sense resistors or temperature sensing transistors.
29 '#address-cells':
32 '#size-cells':
35 vcc-supply: true
38 "^channel@[0-3]$":
51 shunt-resistor-micro-ohms:
[all …]
/linux-6.14.4/drivers/usb/host/
Dohci-pxa27x.c1 // SPDX-License-Identifier: GPL-1.0+
6 * (C) Copyright 2000-2002 David Brownell <[email protected]>
7 * (C) Copyright 2002 Hewlett-Packard Company
14 * Modified for LH7A404 from ohci-sa1111.c
17 * Modified for pxa27x from ohci-lh7a404.c
18 * by Nick Bane <[email protected]> 26-8-2004
25 #include <linux/dma-mapping.h>
30 #include <linux/platform_data/usb-ohci-pxa27x.h>
45 * UHC: USB Host Controller (OHCI-like) register definitions
51 #define UHCINTE (0x0010) /* UHC Interrupt Enable */
[all …]
/linux-6.14.4/include/linux/usb/
Dr8a66597.h1 // SPDX-License-Identifier: GPL-2.0
124 #define XTAL 0xC000 /* b15-14: Crystal selection */
128 #define XCKE 0x2000 /* b13: External clock enable */
130 #define SCKE 0x0400 /* b10: USB clock enable */
133 #define HSE 0x0080 /* b7: Hi-speed enable */
135 #define DRPD 0x0020 /* b5: D+/- pull down control */
137 #define USBE 0x0001 /* b0: USB module operation enable */
140 #define OVCBIT 0x8000 /* b15-14: Over-current bit */
141 #define OVCMON 0xC000 /* b15-14: Over-current monitor */
143 #define IDMON 0x0004 /* b3: ID-pin monitor */
[all …]
/linux-6.14.4/arch/arm64/boot/dts/rockchip/
Drk3566-anbernic-rg-arc.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 /dts-v1/;
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/linux-event-codes.h>
7 #include <dt-bindings/pinctrl/rockchip.h>
8 #include "rk3566-anbernic-rgxx3.dtsi"
12 compatible = "pwm-backlight";
13 power-supply = <&vcc_sys>;
18 compatible = "simple-battery";
19 charge-full-design-microamp-hours = <3472000>;
[all …]
Drk3566-anbernic-rg503.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 /dts-v1/;
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/linux-event-codes.h>
7 #include <dt-bindings/pinctrl/rockchip.h>
8 #include "rk3566-anbernic-rgxx3.dtsi"
20 adc-joystick {
21 compatible = "adc-joystick";
22 io-channels = <&adc_mux 0>,
26 pinctrl-0 = <&joy_mux_en>;
[all …]
Drk3566-pinetab2.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/input/gpio-keys.h>
5 #include <dt-bindings/input/input.h>
6 #include <dt-bindings/leds/common.h>
7 #include <dt-bindings/pinctrl/rockchip.h>
8 #include <dt-bindings/soc/rockchip,vop2.h>
9 #include <dt-bindings/usb/pd.h>
13 chassis-type = "tablet";
21 stdout-path = "serial2:1500000n8";
[all …]
Drk3566-powkiddy-x55.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 /dts-v1/;
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/linux-event-codes.h>
7 #include <dt-bindings/leds/common.h>
8 #include <dt-bindings/pinctrl/rockchip.h>
9 #include <dt-bindings/soc/rockchip,vop2.h>
14 chassis-type = "handset";
25 stdout-path = "serial2:1500000n8";
28 adc_joystick: adc-joystick {
[all …]
Drk3566-powkiddy-rk2023.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 /dts-v1/;
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/linux-event-codes.h>
7 #include <dt-bindings/leds/common.h>
8 #include <dt-bindings/pinctrl/rockchip.h>
9 #include <dt-bindings/soc/rockchip,vop2.h>
13 chassis-type = "handset";
21 adc-joystick {
22 compatible = "adc-joystick";
[all …]
/linux-6.14.4/drivers/media/pci/cx23885/
Dcx23885-input.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Infrared remote control input device
12 * derived from Linux kernel files linux/media/video/.../...-input.c marked as:
25 #include "cx23885-input.h"
28 #include <media/rc-core.h>
29 #include <media/v4l2-subdev.h>
36 struct cx23885_kernel_ir *kernel_ir = dev->kernel_ir; in cx23885_input_process_measurements()
45 v4l2_subdev_call(dev->sd_ir, ir, rx_read, (u8 *) ir_core_event, in cx23885_input_process_measurements()
51 ir_raw_event_store(kernel_ir->rc, in cx23885_input_process_measurements()
58 ir_raw_event_overflow(kernel_ir->rc); in cx23885_input_process_measurements()
[all …]
/linux-6.14.4/drivers/media/rc/
Dserial_ir.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * serial_ir - Device driver that records pulse- and pause-lengths
6 * (space-lengths) between DDCD event on a serial port.
8 * Copyright (C) 1996,97 Ralph Metzler <[email protected]-koeln.de>
13 * Copyright (C) 2016 Sean Young <[email protected]> (port to rc-core)
28 #include <media/rc-core.h>
56 static int sense = -1; /* -1 = auto, 0 = active high, 1 = active low */ variable
145 /* the register is memory-mapped */ in sinp()
155 /* the register is memory-mapped */ in soutp()
190 for (i = 0, output = 0x7f; rawbits > 0; rawbits -= 3) { in send_pulse_irdeo()
[all …]
/linux-6.14.4/drivers/usb/gadget/udc/
Dm66592-udc.h1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2006-2007 Renesas Solutions Corp.
17 #define M66592_XTAL 0xC000 /* b15-14: Crystal selection */
21 #define M66592_XCKE 0x2000 /* b13: External clock enable */
22 #define M66592_RCKE 0x1000 /* b12: Register clock enable */
24 #define M66592_SCKE 0x0400 /* b10: USB clock enable */
26 #define M66592_HSE 0x0080 /* b7: Hi-speed enable */
28 #define M66592_DMRPD 0x0020 /* b5: D- pull down control */
30 #define M66592_FSRPC 0x0004 /* b2: Full-speed receiver enable */
31 #define M66592_PCUT 0x0002 /* b1: Low power sleep enable */
[all …]
/linux-6.14.4/drivers/net/ethernet/8390/
D8390.h1 /* SPDX-License-Identifier: GPL-1.0+ */
6 * under the same license. Auto-loading of 8390.o only in v2.2 - Paul G.
21 /* The 8390 specific per-packet-header format. */
34 /* Without I/O delay - non ISA or later chips */
70 /* You have one of these per-board */
85 unsigned word16:1; /* We have the 16-bit (vs 8-bit)
88 unsigned bigendian:1; /* 16-bit big endian mode. Do NOT
93 unsigned dmaing:1; /* Remote DMA Active */
98 short tx1, tx2; /* Packet lengths for ping-pong tx. */
102 unsigned char saved_irq; /* Original dev->irq value. */
[all …]
/linux-6.14.4/drivers/scsi/fnic/
Dfcpio.h1 /* SPDX-License-Identifier: GPL-2.0-only */
95 FCPIO_ITMF_REJECTED, /* itmf req was rejected by remote node */
96 FCPIO_ITMF_FAILED, /* itmf req was failed by remote node */
127 tag->u.req_id = id; in fcpio_tag_id_enc()
133 *id = tag->u.req_id; in fcpio_tag_id_dec()
139 tag->u.ex_id.rx_id = rx_id; in fcpio_tag_exid_enc()
140 tag->u.ex_id.ox_id = ox_id; in fcpio_tag_exid_enc()
146 *rx_id = tag->u.ex_id.rx_id; in fcpio_tag_exid_dec()
147 *ox_id = tag->u.ex_id.ox_id; in fcpio_tag_exid_dec()
166 hdr->type = type; in fcpio_header_enc()
[all …]
/linux-6.14.4/drivers/staging/gpib/uapi/
Dgpib_user.h1 /* SPDX-License-Identifier: GPL-2.0 */
39 CIC = (1 << CIC_NUM), /* GPIB interface is Controller-in-Charge */
40 REM = (1 << REM_NUM), /* remote state */
65 ENEB = 7, /* non-existent board (GPIB interface offline) */
98 /* End-of-string (EOS) modes for use with ibeos */
104 BIN = 0x1000 /* Do 8-bit compare on EOS */
153 SPE = 0x18, /* serial poll enable */
155 CFE = 0x1f, /* configure enable */
161 PPE = 0x60, /* parallel poll enable (base) */
167 PPC_SENSE = 0x8, /* parallel poll sense bit */
[all …]
/linux-6.14.4/drivers/scsi/bfa/
Dbfi_ms.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2005-2014 Brocade Communications Systems, Inc.
4 * Copyright (c) 2014- QLogic Corporation.
8 * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
37 u8 sense_buf_len; /* SCSI sense length */
58 union bfi_addr_u stats_addr; /* DMA-able address for stats */
61 /* IO sense buf base addr segments */
121 u8 coalesce; /* enable intr coalescing */
245 u8 status; /* port enable status */
348 u16 rport_fw_hndl; /* FW Handle for the remote port */
[all …]
/linux-6.14.4/arch/arm/boot/dts/st/
Dste-ux500-samsung-janice.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 * Devicetree for the Samsung Galaxy S Advance GT-I9070 also known as Janice.
6 /dts-v1/;
7 #include "ste-db8500.dtsi"
8 #include "ste-ab8500.dtsi"
9 #include "ste-dbx5x0-pinctrl.dtsi"
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/leds/common.h>
12 #include <dt-bindings/input/input.h>
13 #include <dt-bindings/interrupt-controller/irq.h>
[all …]
/linux-6.14.4/drivers/input/joystick/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
55 module will be called adc-joystick.
211 tristate "5-byte Zhenhua RC transmitter"
215 Say Y here if you have a Zhen Hua PPM-4CH transmitter which is
228 gamepad, Sega Saturn gamepad, or a Multisystem -- Atari, Amiga,
231 <file:Documentation/input/devices/joystick-parport.rst>.
243 Sony PlayStation gamepad or a Multisystem -- Atari, Amiga,
246 <file:Documentation/input/devices/joystick-parport.rst>.
256 and want to use it with Multisystem -- Atari, Amiga, Commodore,
258 please read <file:Documentation/input/devices/joystick-parport.rst>.
[all …]
/linux-6.14.4/arch/arm/boot/dts/allwinner/
Dsun8i-a83t-cubietruck-plus.dts2 * Copyright 2015 Chen-Yu Tsai
4 * Chen-Yu Tsai <[email protected]>
6 * This file is dual-licensed: you can use it either under the terms
45 /dts-v1/;
46 #include "sun8i-a83t.dtsi"
48 #include <dt-bindings/gpio/gpio.h>
52 compatible = "cubietech,cubietruck-plus", "allwinner,sun8i-a83t";
60 stdout-path = "serial0:115200n8";
63 hdmi-connector {
64 compatible = "hdmi-connector";
[all …]
/linux-6.14.4/fs/xfs/libxfs/
Dxfs_attr_remote.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
30 * Remote Attribute Values
33 * Remote extended attribute values are conceptually simple -- they're written
37 * However, on a v5 filesystem, maximally sized remote attr values require one
38 * block more than 64k worth of space to hold both the remote attribute value
42 * Therefore, we /must/ ensure that remote attribute value buffers never touch
46 /* How many bytes can be stored in a remote value buffer? */
51 unsigned int blocksize = mp->m_attr_geo->blksize; in xfs_attr3_rmt_buf_space()
54 return blocksize - sizeof(struct xfs_attr3_rmt_hdr); in xfs_attr3_rmt_buf_space()
[all …]
/linux-6.14.4/drivers/net/ethernet/dec/tulip/
Ddmfe.c1 // SPDX-License-Identifier: GPL-2.0-or-later
8 DAVICOM Web-Site: www.davicom.com.tw
10 Author: Sten Wang, 886-3-5798797-8517, E-mail: [email protected]
13 (C)Copyright 1997-1998 DAVICOM Semiconductor,Inc. All Rights Reserved.
22 Removed IRQ 0-15 assumption
69 #include <linux/dma-mapping.h>
91 /* Board/System/Debug information/definition ---------------- */
102 #define TX_FREE_DESC_CNT (TX_DESC_CNT - 2) /* Max TX packet count */
103 #define TX_WAKE_DESC_CNT (TX_DESC_CNT - 3) /* TX wakeup count */
140 #define DMFE_TX_TIMEOUT ((3*HZ)/2) /* tx packet time-out time 1.5 s" */
[all …]
/linux-6.14.4/drivers/net/ethernet/marvell/
Dskge.h1 /* SPDX-License-Identifier: GPL-2.0 */
133 CS_CLK_RUN_HOT = 1<<13,/* CLK_RUN hot m. (YUKON-Lite only) */
134 CS_CLK_RUN_RST = 1<<12,/* CLK_RUN reset (YUKON-Lite only) */
135 CS_CLK_RUN_ENA = 1<<11,/* CLK_RUN enable (YUKON-Lite only) */
154 PC_VAUX_ENA = 1<<7, /* Switch VAUX Enable */
156 PC_VCC_ENA = 1<<5, /* Switch VCC Enable */
246 TST_CFG_WRITE_ON = 1<<1, /* Enable Config Reg WR */
262 CHIP_ID_YUKON_LITE = 0xb1, /* Chip ID for YUKON-Lite (Rev. A1-A3) */
263 CHIP_ID_YUKON_LP = 0xb2, /* Chip ID for YUKON-LP */
264 CHIP_ID_YUKON_XL = 0xb3, /* Chip ID for YUKON-2 XL */
[all …]
/linux-6.14.4/include/uapi/linux/
Dlandlock.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * Landlock - User space API
5 * Copyright © 2017-2020 Mickaël Salaün <[email protected]>
6 * Copyright © 2018-2020 ANSSI
15 * struct landlock_ruleset_attr - Ruleset definition.
58 * - %LANDLOCK_CREATE_RULESET_VERSION: Get the highest supported Landlock ABI
60 * - %LANDLOCK_CREATE_RULESET_ERRATA: Get a bitmask of fixed issues.
62 /* clang-format off */
65 /* clang-format on */
68 * enum landlock_rule_type - Landlock rule type
[all …]
/linux-6.14.4/arch/arm/boot/dts/samsung/
Ds5pv210-aries.dtsi1 // SPDX-License-Identifier: GPL-2.0
6 /dts-v1/;
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/interrupt-controller/irq.h>
32 reserved-memory {
33 #address-cells = <1>;
34 #size-cells = <1>;
38 compatible = "shared-dma-pool";
39 no-map;
44 compatible = "shared-dma-pool";
[all …]
/linux-6.14.4/drivers/net/phy/
Dmarvell-88q2xxx.c1 // SPDX-License-Identifier: GPL-2.0
3 * Marvell 88Q2XXX automotive 100BASE-T1/1000BASE-T1 PHY driver
7 * Copyright (C) 2024 Liebherr-Electronics and Drives GmbH
202 for (; len; vals++, len--) { in mv88q2xxx_write_mmd_vals()
203 ret = phy_write_mmd(phydev, vals->devad, vals->regnum, in mv88q2xxx_write_mmd_vals()
204 vals->val); in mv88q2xxx_write_mmd_vals()
217 /* Enable RESET of DCL */ in mv88q2xxx_soft_reset()
218 if (phydev->autoneg == AUTONEG_ENABLE || phydev->speed == SPEED_1000) { in mv88q2xxx_soft_reset()
241 if (phydev->autoneg == AUTONEG_ENABLE || phydev->speed == SPEED_1000) in mv88q2xxx_soft_reset()
252 /* Read vendor specific Auto-Negotiation status register to get local in mv88q2xxx_read_link_gbit()
[all …]

123456