Home
last modified time | relevance | path

Searched +full:pulled +full:- +full:up (Results 1 – 25 of 207) sorted by relevance

123456789

/linux-6.14.4/include/linux/pinctrl/
Dpinconf-generic.h1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2011 ST-Ericsson SA
6 * Written on behalf of Linaro for ST-Ericsson
24 * enum pin_config_param - possible pin configuration parameters
31 * transition from say pull-up to pull-down implies that you disable
32 * pull-up in the process, this setting disables all biasing.
34 * mode, also know as "third-state" (tristate) or "high-Z" or "floating".
39 * @PIN_CONFIG_BIAS_PULL_DOWN: the pin will be pulled down (usually with high
40 * impedance to GROUND). If the argument is != 0 pull-down is enabled,
43 * @PIN_CONFIG_BIAS_PULL_PIN_DEFAULT: the pin will be pulled up or down based
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/sound/
Deverest,es7241.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Neil Armstrong <[email protected]>
15 - everest,es7241
17 reset-gpios:
21 m0-gpios:
25 m1-gpios:
29 everest,sdout-pull-down:
33 the sdout. If the sdout is pulled down, leftj format is used.
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/iio/light/
Dvishay,veml6030.yaml1 # SPDX-License-Identifier: GPL-2.0+
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rishi Gupta <[email protected]>
31 - vishay,veml3235
32 - vishay,veml6030
33 - vishay,veml6035
34 - vishay,veml7700
42 Refer to interrupt-controller/interrupts.txt for generic
46 vdd-supply: true
[all …]
/linux-6.14.4/arch/powerpc/boot/dts/fsl/
Dp1023rdb.dts4 * Copyright 2013 - 2014 Freescale Semiconductor Inc.
37 /include/ "p1023si-pre.dtsi"
42 #address-cells = <2>;
43 #size-cells = <2>;
44 interrupt-parent = <&mpic>;
50 reserved-memory {
51 #address-cells = <2>;
52 #size-cells = <2>;
55 bman_fbpr: bman-fbpr {
59 qman_fqd: qman-fqd {
[all …]
/linux-6.14.4/Documentation/process/
D7.AdvancedTopics.rst12 -------------------------
30 wish to come up to speed with git will find more information at:
32 https://git-scm.com/
34 https://www.kernel.org/pub/software/scm/git/docs/user-manual.html
40 available to others. A git-using developer should be able to obtain a copy
45 remote branches, the index, fast-forward merges, pushes and pulls, detached
50 exercise while coming up to speed.
52 When you are ready to start putting up git trees for others to look at, you
53 will, of course, need a server that can be pulled from. Setting up such a
54 server with git-daemon is relatively straightforward if you have a system
[all …]
/linux-6.14.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_mbx.c1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright(c) 2013 - 2019 Intel Corporation. */
7 * fm10k_fifo_init - Initialize a message FIFO
10 * @size: maximum message size to store in FIFO, must be 2^n - 1
14 fifo->buffer = buffer; in fm10k_fifo_init()
15 fifo->size = size; in fm10k_fifo_init()
16 fifo->head = 0; in fm10k_fifo_init()
17 fifo->tail = 0; in fm10k_fifo_init()
21 * fm10k_fifo_used - Retrieve used space in FIFO
28 return fifo->tail - fifo->head; in fm10k_fifo_used()
[all …]
/linux-6.14.4/include/linux/mfd/wm8994/
Dpdata.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * include/linux/mfd/wm8994/pdata.h -- Platform data for WM8994
39 * panel provided by the WISCE - see http://www.wolfsonmicro.com/wisce/
52 * control panel in WISCE - see http://www.wolfsonmicro.com/wisce/
64 * WISCE - see http://www.wolfsonmicro.com/wisce/
78 * multiband compressor configuration panel in WISCE - see
89 * multiband compressor configuration panel in WISCE - see
100 * the multiband compressor configuration panel in WISCE - see
129 * Default values for GPIOs if non-zero, WM8994_CONFIGURE_GPIO
160 /* Power up delays to add after microphone bias power up (ms) */
[all …]
/linux-6.14.4/Documentation/maintainer/
Drebasing-and-merging.rst1 .. SPDX-License-Identifier: GPL-2.0
8 Git source-code management system. Git is a powerful tool with a lot of
30 - Changing the parent (starting) commit upon which a series of patches is
36 - Changing the history of a set of patches by fixing (or deleting) broken
48 - History that has been exposed to the world beyond your private system
49 should usually not be changed. Others may have pulled a copy of your
54 That said, there are always exceptions. Some trees (linux-next being
61 - Do not rebase a branch that contains history created by others. If you
62 have pulled changes from another developer's repository, you are now a
67 - Do not reparent a tree without a good reason to do so. Just being on a
[all …]
Dpull-requests.rst9 experienced maintainer) primarily from comments made by Greg Kroah-Hartman
20 -------------
34 drivers/char, to be applied at the Kernel version 4.15-rc1 could be named
35 as ``char-misc-4.15-rc1``. If such tag would be produced from a branch
36 named ``char-misc-next``, you would be using the following command::
38 git tag -s char-misc-4.15-rc1 char-misc-next
40 that will create a signed tag called ``char-misc-4.15-rc1`` based on the
41 last commit in the ``char-misc-next`` branch, and sign it with your gpg key
42 (see Documentation/maintainer/configure-git.rst).
50 any, testing has been done. All of this information will end up in the tag
[all …]
Dmessy-diffstat.rst1 .. SPDX-License-Identifier: GPL-2.0
4 Handling messy pull-request diffstats
7 Subsystem maintainers routinely use ``git request-pull`` as part of the
14 and how to fix things up; it is derived from The Wisdom of Linus Torvalds,
17 .. _Linus1: https://lore.kernel.org/lkml/CAHk-[email protected]
18 .. _Linus2: https://lore.kernel.org/lkml/CAHk-[email protected]
23 ... vM --- vN-rc1 --- vN-rc2 --- vN-rc3 --- ... --- vN-rc7 --- vN
28 $ git diff --stat --summary vN-rc2..vN-rc3
38 ... vM --- vN-rc1 --- vN-rc2 --- vN-rc3 --- ... --- vN-rc7 --- vN
40 +-- c1 --- c2 --- ... --- cN
[all …]
/linux-6.14.4/tools/power/pm-graph/config/
Dcustom-timeline-functions.cfg7 # sudo ./sleepgraph.py -config thisfile.txt
58 output-dir: suspend-{hostname}-{date}-{time}-custom
63 override-timeline-functions: true
68 override-dev-timeline-functions: true
78 # The args are pulled directly from the stack using this architecture's registers
89 # minimum required for an entry, it will show up as the function
143 # The args are pulled directly from the stack using this architecture's registers
154 # minimum required for an entry, it will show up as the function
/linux-6.14.4/Documentation/power/
Dcharger-manager.rst7 Charger Manager provides in-kernel battery charger management that
8 requires temperature monitoring during suspend-to-RAM state
12 Charger Manager is a platform_driver with power-supply-class entries.
13 An instance of Charger Manager (a platform-device created with Charger-Manager)
26 own power-supply-class and each power-supply-class can provide
28 aggregates charger-related information from multiple sources and
29 shows combined information as a single power-supply-class.
31 * Support for in suspend-to-RAM polling (with suspend_again callback)
32 While the battery is being charged and the system is in suspend-to-RAM,
34 battery temperature. We can accomplish this by waking up the system
[all …]
/linux-6.14.4/drivers/mtd/maps/
Dscb2_flash.c1 // SPDX-License-Identifier: GPL-2.0-only
19 * * A20 and A21 pulled up
20 * * D8-D15 ignored
25 * logical address 0 hit higher-address sections of the chip, not physical 0.
29 * This driver assumes the chip is not write-protected by an external signal.
33 * updates for this board include 10 related (*.bio - &.bi9) binary files and
40 * offset 0x00000 to 0x4ffff (320k): unknown - SCSI BIOS, etc?
76 struct map_info *map = mtd->priv; in scb2_fixup_mtd()
77 struct cfi_private *cfi = map->fldrv_priv; in scb2_fixup_mtd()
80 if (cfi->cfiq->InterfaceDesc != CFI_INTERFACE_X16_ASYNC) { in scb2_fixup_mtd()
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/mfd/
Dsamsung,s2mps11.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <[email protected]>
18 sub-blocks.
23 - samsung,s2mps11-pmic
24 - samsung,s2mps13-pmic
25 - samsung,s2mps14-pmic
26 - samsung,s2mps15-pmic
27 - samsung,s2mpu02-pmic
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/gpio/
Dnxp,pcf8575.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: PCF857x-compatible I/O expanders
10 - Laurent Pinchart <[email protected]>
13 The PCF857x-compatible chips have "quasi-bidirectional" I/O lines that can be
14 driven high by a pull-up current source or driven low to ground. This
20 setting up line direction is thus to do it explicitly.
25 - maxim,max7328
26 - maxim,max7329
[all …]
/linux-6.14.4/arch/hexagon/kernel/
Dsetup.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (c) 2010-2013, The Linux Foundation. All rights reserved.
35 * setup_arch - high level architectural setup routine
36 * @cmdline_p: pointer to pointer to command-line arguments
44 * These will eventually be pulled in via either some hypervisor in setup_arch()
52 * Set up event bindings to handle exceptions and interrupts. in setup_arch()
60 * For now, check uninitialized-but-mapped memory in setup_arch()
75 * boot_command_line and the value set up by setup_arch in setup_arch()
76 * are both picked up by the init code. If no reason to in setup_arch()
116 int cpu = (unsigned long) v - 1; in show_cpuinfo()
/linux-6.14.4/Documentation/devicetree/bindings/usb/
Dsamsung,exynos-usb2.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/usb/samsung,exynos-usb2.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <[email protected]>
15 - samsung,exynos4210-ehci
16 - samsung,exynos4210-ohci
21 clock-names:
23 - const: usbhost
32 phy-names:
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/leds/
Dkinetic,ktd2692.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Markuss Broks <[email protected]>
13 KTD2692 is the ideal power solution for high-power flash LEDs.
14 It uses ExpressWire single-wire programming for maximum flexibility.
20 Also, When the AUX pin is pulled high while CTRL pin is high,
21 LED current will be ramped up to the flash-mode current level.
27 ctrl-gpios:
31 aux-gpios:
[all …]
/linux-6.14.4/Documentation/doc-guide/
Dcontributing.rst1 .. SPDX-License-Identifier: GPL-2.0
6 Documentation is an important part of any software-development project.
8 developers work more effectively. Without top-quality documentation, a lot
9 of time is wasted in reverse-engineering the code and making avoidable
23 ---------------------------
36 ones. For this reason, eliminating warnings is one of the highest-priority
42 positives, leading to patches aimed at simply shutting the compiler up.
59 - Resource-managed devfreq_register_notifier()
61 - Resource-managed devfreq_unregister_notifier()
65 A quick look at the source file named above turned up a couple of kerneldoc
[all …]
/linux-6.14.4/arch/arm/boot/dts/allwinner/
Dsun4i-a10-pcduino2.dts4 * This file is dual-licensed: you can use it either under the terms
47 * is controlled by the PD2 pin (pulled-up by default). Also one of
51 #include "sun4i-a10-pcduino.dts"
55 compatible = "linksprite,a10-pcduino2", "allwinner,sun4i-a10";
64 usb1_vbus-supply = <&reg_vcc3v3>; /* USB WIFI is always on */
65 usb2_vbus-supply = <&reg_usb2_vbus>;
/linux-6.14.4/arch/arm/boot/dts/nxp/imx/
Dimx6qdl-sr-som.dtsi4 * This file is dual-licensed: you can use it either under the terms
41 #include <dt-bindings/gpio/gpio.h>
44 vcc_3v3: regulator-vcc-3v3 {
45 compatible = "regulator-fixed";
46 regulator-always-on;
47 regulator-name = "vcc_3v3";
48 regulator-min-microvolt = <3300000>;
49 regulator-max-microvolt = <3300000>;
54 pinctrl-names = "default";
55 pinctrl-0 = <&pinctrl_microsom_enet_ar8035>;
[all …]
/linux-6.14.4/arch/hexagon/include/asm/
Dprocessor.h1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (c) 2010-2012, The Linux Foundation. All rights reserved.
13 #include <asm/mem-layout.h>
52 * you have to kick the "unmapped" base requests higher up.
58 ((struct pt_regs *)(task_stack_page(task) + THREAD_SIZE) - 1)
68 Offsets are pulled via asm-offsets.c */
73 * R24-27 as callee saved GPRs needing explicit attention (R29-31 being
75 * more, R16-R27. By saving more, the worst case is that we waste some
/linux-6.14.4/drivers/media/dvb-frontends/
Dstb0899_drv.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
37 IQ_SWAP_ON = -1, /* the derotator frequency register */
74 * @level = output state: pulled up or low
/linux-6.14.4/arch/arm/boot/dts/ti/omap/
Dam335x-bonegreen-wireless.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
5 /dts-v1/;
8 #include "am335x-bone-common.dtsi"
9 #include "am335x-bonegreen-common.dtsi"
10 #include <dt-bindings/interrupt-controller/irq.h>
14 …compatible = "ti,am335x-bone-green-wireless", "ti,am335x-bone-green", "ti,am335x-bone-black", "ti,…
17 compatible = "regulator-fixed";
18 regulator-name = "wlan-en-regulator";
19 regulator-min-microvolt = <1800000>;
[all …]
/linux-6.14.4/arch/arm64/boot/dts/rockchip/
Drk3566-quartz64-b.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 /dts-v1/;
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/pinctrl/rockchip.h>
7 #include <dt-bindings/soc/rockchip,vop2.h>
12 compatible = "pine64,quartz64-b", "rockchip,rk3566";
22 stdout-path = "serial2:1500000n8";
25 gmac1_clkin: external-gmac1-clock {
26 compatible = "fixed-clock";
27 clock-frequency = <125000000>;
[all …]

123456789