/Linux-v6.1/Documentation/devicetree/bindings/mmc/ |
D | mmc-controller.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mmc/mmc-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Ulf Hansson <ulf.hansson@linaro.org> 25 "#address-cells": 30 "#size-cells": 37 broken-cd: 42 cd-gpios: 47 non-removable: [all …]
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | st-pincfg.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 29 /* User-frendly defines for Pin Direction */ 49 * single-edge data non inverted clock, retime data with clk 54 * single-edge data inverted clock, retime data with clk 59 * double-edge data, retime data with clk 63 * CIV0, CIV1 modes with inverted clock 68 * CLK0, CLK1 modes with non-inverted clock
|
D | sun8i-a23-polaroid-mid2407pxe03.dts | 4 * This file is dual-licensed: you can use it either under the terms 43 /dts-v1/; 44 #include "sun8i-a23.dtsi" 45 #include "sun8i-reference-design-tablet.dtsi" 49 compatible = "polaroid,mid2407pxe03", "allwinner,sun8i-a23"; 56 compatible = "mmc-pwrseq-simple"; 57 reset-gpios = <&r_pio 0 6 GPIO_ACTIVE_LOW>; /* PL6 */ 58 /* The esp8089 needs 200 ms after driving wifi-en high */ 59 post-power-on-delay-ms = <200>; 71 pinctrl-names = "default"; [all …]
|
D | imx7d-remarkable2.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 4 * Copyright (C) 2019 reMarkable AS - http://www.remarkable.com/ 8 /dts-v1/; 14 compatible = "remarkable,imx7d-remarkable2", "fsl,imx7d"; 17 stdout-path = &uart6; 25 reg_brcm: regulator-brcm { 26 compatible = "regulator-fixed"; 27 regulator-name = "brcm_reg"; 28 regulator-min-microvolt = <3300000>; 29 regulator-max-microvolt = <3300000>; [all …]
|
/Linux-v6.1/drivers/media/platform/via/ |
D | via-camera.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 20 #define VCR_TSC_METHOD 0x00000c /* DMA method (non-functional) */ 36 #define VCR_CI_HDMODE 0x00000040 /* CCIR656-16 hdr decode mode; 1=16b */ 37 #define VCR_CI_BSWAP 0x00000080 /* Swap bytes (16-bit) */ 44 #define VCR_CI_DIODD 0 /* De-interlace odd, 30fps */ 56 #define VCR_CI_CLKINV 0x00080000 /* Input CLK inverted */ 57 #define VCR_CI_VREFINV 0x00100000 /* VREF inverted */ 58 #define VCR_CI_HREFINV 0x00200000 /* HREF inverted */ 59 #define VCR_CI_FLDINV 0x00400000 /* Field inverted */ 64 #define VCR_CI_OFLDINV 0x40000000 /* Field output inverted */ [all …]
|
/Linux-v6.1/arch/x86/math-emu/ |
D | poly_atan.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /*---------------------------------------------------------------------------+ 9 | E-mail billm@suburbia.net | 12 +---------------------------------------------------------------------------*/ 24 0x0000000000000000LL, /* Dummy (not for - 1.0) */ 49 /*--- poly_atan() -----------------------------------------------------------+ 51 +---------------------------------------------------------------------------*/ 55 u_char transformed, inverted, sign1, sign2; in poly_atan() local 66 /* This gives non-compatible stack contents... */ in poly_atan() 71 exponent -= exponent(st1_ptr); in poly_atan() [all …]
|
/Linux-v6.1/sound/drivers/ |
D | portman2x4.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (c) by Levent Guendogdu <levon@feature-it.com> 9 * - cleanup and rewrite 11 * - source code cleanup 13 * - fixed compilation problem with alsa 1.0.6a (removed MODULE_CLASSES, 17 * - added 2.6 kernel support 19 …* - added parport_unregister_driver to the startup routine if the driver fails to detect a po… 20 * - added support for all 4 output ports in portman_putmidi 22 * - added checks for opened input device in interrupt handler 24 * - ported from alsa 0.5 to 1.0 [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/input/touchscreen/ |
D | ads7846.txt | 7 Documentation/devicetree/bindings/spi/spi-bus.txt 23 vcc-supply A regulator node for the supply voltage. 28 ti,vref-delay-usecs vref supply delay in usecs, 0 for 30 ti,vref-mv The VREF voltage, in millivolts (u16). 33 ti,keep-vref-on set to keep vref on for differential 35 ti,settle-delay-usec Settling time of the analog signals; 37 on the X/Y drivers. If set to non-zero, 41 ti,penirq-recheck-delay-usecs If set to non-zero, after samples are 47 ti,x-plate-ohms Resistance of the X-plate, 49 ti,y-plate-ohms Resistance of the Y-plate, [all …]
|
/Linux-v6.1/lib/ |
D | glob.c | 13 * glob_match - Shell-style pattern matching, like !fnmatch(pat, str, 0) 14 * @pat: Shell-style pattern to match, e.g. "*.[ch]". 17 * Perform shell-style glob matching, returning true (1) if the match 21 * (And, inside character classes, !, - and ].) 25 * does not preprocess the patterns. It is non-recursive, and run-time 35 * are complemented by a leading !; this does not support the regex-style 36 * [^a-z] syntax. 64 case '*': /* Any-length wildcard */ in glob_match() 68 back_str = --str; /* Allow zero-length match */ in glob_match() 71 bool match = false, inverted = (*pat == '!'); in glob_match() local [all …]
|
/Linux-v6.1/Documentation/userspace-api/media/rc/ |
D | rc-protos.rst | 1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later 22 Some remotes have a pointer-type device which can used to control the 29 rc-5 (RC_PROTO_RC5) 30 ------------------- 38 .. flat-table:: rc5 bits scancode mapping 41 * - rc-5 bit 43 - scancode bit 45 - description 47 * - 1 49 - none [all …]
|
/Linux-v6.1/drivers/net/pcs/ |
D | pcs-xpcs-nxp.c | 1 // SPDX-License-Identifier: GPL-2.0 4 #include <linux/pcs/pcs-xpcs.h> 5 #include "pcs-xpcs.h" 68 * polarity inverted by default (PLUS is MINUS, MINUS is PLUS). To obtain 69 * normal non-inverted behavior, the TX lane polarity must be inverted in the 168 /* Program continuous-time linear equalizer (CTLE) settings. */ in nxp_sja1110_pma_config()
|
/Linux-v6.1/drivers/media/platform/ti/omap3isp/ |
D | omap3isp.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * TI OMAP3 ISP - Bus Configuration 25 * struct isp_parallel_cfg - Parallel interface configuration 27 * 0 - CAMEXT[13:0] -> CAM[13:0] 28 * 2 - CAMEXT[13:2] -> CAM[11:0] 29 * 4 - CAMEXT[13:4] -> CAM[9:0] 30 * 6 - CAMEXT[13:6] -> CAM[7:0] 32 * 0 - Sample on rising edge, 1 - Sample on falling edge 34 * 0 - Active high, 1 - Active low 36 * 0 - Active high, 1 - Active low [all …]
|
/Linux-v6.1/drivers/input/mouse/ |
D | trackpoint.c | 1 // SPDX-License-Identifier: GPL-2.0-only 29 * Power-on Reset: Resets all trackpoint parameters, including RAM values, 31 * Returns zero on success, non-zero on failure. 42 /* Check for success response -- 0xAA00 */ in trackpoint_power_on_reset() 44 return -ENODEV; in trackpoint_power_on_reset() 72 return -EINVAL; in trackpoint_toggle_bit() 94 * Trackpoint-specific attributes 100 bool inverted; member 107 struct trackpoint_data *tp = psmouse->private; in trackpoint_show_int_attr() 109 u8 value = *(u8 *)((void *)tp + attr->field_offset); in trackpoint_show_int_attr() [all …]
|
/Linux-v6.1/include/linux/platform_data/ |
D | mmc-s3cmci.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 * struct s3c24xx_mci_pdata - sd/mmc controller platform data 7 * @no_wprotect: Set this to indicate there is no write-protect switch. 13 * @ocr_avail: The mask of the available power states, non-zero to use. 19 * gpio_get_value() is inverted, which makes 1 mean card inserted. 23 * means the card is read/write, and 1 means read-only. The @wprotect_invert 27 * to a non-zero value, otherwise the default of 3.2-3.4V is used. 42 * s3c24xx_mci_set_platdata - set platform data for mmc/sdi device
|
/Linux-v6.1/Documentation/hwmon/ |
D | adm1026.rst | 16 - Philip Pokorny <ppokorny@penguincomputing.com> for Penguin Computing 17 - Justin Thiessen <jthiessen@penguincomputing.com> 20 ----------------- 23 List of GPIO pins (0-16) to program as inputs 26 List of GPIO pins (0-16) to program as outputs 29 List of GPIO pins (0-16) to program as inverted 32 List of GPIO pins (0-16) to program as normal/non-inverted 35 List of GPIO pins (0-7) to program as fan tachs 39 ----------- 45 16 general purpose digital I/O lines, eight (8) fan speed sensors (8-bit), [all …]
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-fbuf.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 13 VIDIOC_G_FBUF - VIDIOC_S_FBUF - Get or set frame buffer overlay parameters 46 The V4L2 API distinguishes destructive and non-destructive overlays. A 48 of a graphics card. A non-destructive overlay blends video images into a 50 always non-destructive. 66 To set the parameters for a *non-destructive Video Overlay*, 84 .. flat-table:: struct v4l2_framebuffer 85 :header-rows: 0 86 :stub-columns: 0 89 * - __u32 [all …]
|
/Linux-v6.1/Documentation/core-api/ |
D | librs.rst | 2 Reed-Solomon Library Programming Interface 10 The generic Reed-Solomon Library provides encoding, decoding and error 13 Reed-Solomon codes are used in communication and storage applications to 30 ------------ 54 -------- 56 The encoder calculates the Reed-Solomon code over the given data length 60 The expanded data can be inverted on the fly by providing a non-zero 62 e.g. for FLASH ECC, where the all 0xFF is inverted to an all 0x00. The 63 Reed-Solomon code for all 0x00 is all 0x00. The code is inverted before 83 -------- [all …]
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-class-led | 9 just be turned on for non-zero brightness settings. 23 Documentation/leds/leds-class-multicolor.rst. 30 Writing non-zero to this file while trigger is active changes the 73 their documentation see `sysfs-class-led-trigger-*`. 75 What: /sys/class/leds/<led>/inverted
|
/Linux-v6.1/drivers/gpu/drm/gma500/ |
D | oaktrail.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (c) 2007-2011, Intel Corporation. 78 /* Bit 0, Frequency, 15 bits,0 - 32767Hz */ 79 /* Bit 15, Polarity, 1 bit, 0: Normal, 1: Inverted */ 84 /* 0: Type-1, */ 85 /* 1: Type-2, */ 86 /* 2: Type-3, */ 87 /* 3: Type-4 */ 94 /* Bit 8, Minimum Supported Frame Rate, 6 bits, 0 - 63Hz */ 107 /*Bit 0, Frequency, 16 bits, 0 - 32767Hz*/ [all …]
|
/Linux-v6.1/drivers/input/keyboard/ |
D | cros_ec_keyb.c | 1 // SPDX-License-Identifier: GPL-2.0 6 // This driver uses the ChromeOS EC byte-level message-based protocol for 19 #include <linux/input/vivaldi-fmap.h> 33 * struct cros_ec_keyb - Structure representing EC keyboard device 39 * @ghost_filter: true to enable the matrix key-ghosting filter 45 * @bs_idev: The input device for non-matrix buttons and switches (or NULL). 69 * struct cros_ec_bs_map - Mapping between Linux keycodes and EC button/switch 75 * @inverted: If the #define and EV_SW have opposite meanings, this is true. 82 bool inverted; member 85 /* cros_ec_keyb_bs - Map EC button/switch #defines into kernel ones */ [all …]
|
/Linux-v6.1/drivers/comedi/drivers/ |
D | amplc_dio200_pci.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 * Copyright (C) 2005-2013 MEV Ltd. <https://www.mev.co.uk/> 8 * COMEDI - Linux Control and Measurement Device Interface 30 * ------------- ------------- ------------- 32 * 0 PPI-X PPI-X PPI-X 33 * 1 PPI-Y UNUSED UNUSED 34 * 2 CTR-Z1 PPI-Y UNUSED 35 * 3 CTR-Z2 UNUSED UNUSED 36 * 4 INTERRUPT CTR-Z1 CTR-Z1 37 * 5 CTR-Z2 CTR-Z2 [all …]
|
/Linux-v6.1/arch/x86/include/asm/ |
D | pgtable_64.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 12 * the x86-64 page table tree. 94 return native_make_pte(xchg(&xp->pte, 0)); in native_ptep_get_and_clear() 107 return native_make_pmd(xchg(&xp->pmd, 0)); in native_pmdp_get_and_clear() 130 return native_make_pud(xchg(&xp->pud, 0)); in native_pudp_get_and_clear() 176 /* PGD - Level 4 access */ 178 /* PUD - Level 3 access */ 180 /* PMD - Level 2 access */ 182 /* PTE - Level 1 access */ 185 * Encode and de-code a swap entry [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-st.txt | 3 Each multi-function pin is controlled, driven and routed through the 5 and multiple alternate functions(ALT1 - ALTx) that directly connect 14 GPIO bank can have one of the two possible types of interrupt-wirings. 20 | |----> [gpio-bank (n) ] 21 | |----> [gpio-bank (n + 1)] 22 [irqN]-- | irq-mux |----> [gpio-bank (n + 2)] 23 | |----> [gpio-bank (... )] 24 |_________|----> [gpio-bank (n + 7)] 28 [irqN]----> [gpio-bank (n)] 33 - compatible : should be "st,stih407-<pio-block>-pinctrl" [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | micrel.txt | 7 - micrel,led-mode : LED mode value to set for PHYs with configurable LEDs. 23 - micrel,rmii-reference-clock-select-25-mhz: RMII Reference Clock Select 30 non-standard, inverted function of this configuration bit. 31 Specifically, a clock reference ("rmii-ref" below) is always needed to 34 - clocks, clock-names: contains clocks according to the common clock bindings. 37 - KSZ8021, KSZ8031, KSZ8081, KSZ8091: "rmii-ref": The RMII reference 40 - micrel,fiber-mode: If present the PHY is configured to operate in fiber mode 47 In fiber mode, auto-negotiation is disabled and the PHY can only work in 48 100base-fx (full and half duplex) modes. 50 - coma-mode-gpios: If present the given gpio will be deasserted when the [all …]
|
/Linux-v6.1/arch/arm/mach-omap2/ |
D | omap-wakeupgen.c | 1 // SPDX-License-Identifier: GPL-2.0-only 28 #include "omap-wakeupgen.h" 29 #include "omap-secure.h" 32 #include "omap4-sar-layout.h" 138 _wakeupgen_clear(d->hwirq, irq_target_cpu[d->hwirq]); in wakeupgen_mask() 151 _wakeupgen_set(d->hwirq, irq_target_cpu[d->hwirq]); in wakeupgen_unmask() 158 * to MPUSS wakeupgen. They get automatically inverted for GIC. 162 bool inverted = false; in wakeupgen_irq_set_type() local 168 inverted = true; in wakeupgen_irq_set_type() 173 inverted = true; in wakeupgen_irq_set_type() [all …]
|