Searched +full:non +full:- +full:standard (Results 1 – 25 of 1056) sorted by relevance
12345678910>>...43
| /kernel/linux/linux-5.10/include/media/davinci/ |
| D | vpbe_types.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 14 /* vpbe_timing_type - Timing types used in vpbe device */ 24 * @name: ptr to name string of the standard, "NTSC", "PAL" etc 25 * @std: standard or non-standard mode. 1 - standard, 0 - nonstandard 26 * @interlaced: 1 - interlaced, 0 - non interlaced/progressive 34 * @hsync_len: h-sync length 35 * @vsync_len: v-sync length 39 * Structure holding timing and resolution information of a standard. 40 * Used by vpbe_device to set required non-standard timing in the 48 * ------ [all …]
|
| /kernel/linux/linux-6.6/arch/riscv/ |
| D | Kconfig.errata | 20 non-standard handling on non-coherent operations on Andes cores. 35 bool "Apply SiFive errata CIP-453" 39 This will apply the SiFive CIP-453 errata to add sign extension 46 bool "Apply SiFive errata CIP-1200" 50 This will apply the SiFive CIP-1200 errata to repalce all 57 bool "T-HEAD errata" 60 All T-HEAD errata Kconfig depend on this Kconfig. Disabling 61 this Kconfig will disable all T-HEAD errata. Please say "Y" 62 here if your platform uses T-HEAD CPU cores. 67 bool "Apply T-Head memory type errata" [all …]
|
| /kernel/linux/linux-6.6/Documentation/riscv/ |
| D | uabi.rst | 1 .. SPDX-License-Identifier: GPL-2.0 3 RISC-V Linux User ABI 7 ------------------------------------ 14 #. Single-letter extensions come first, in canonical order. 17 #. All multi-letter extensions will be separated from other extensions by an 20 #. Additional standard extensions (starting with 'Z') will be sorted after 21 single-letter extensions and before any higher-privileged extensions. 23 #. For additional standard extensions, the first letter following the 'Z' 29 #. Standard supervisor-level extensions (starting with 'S') will be listed 30 after standard unprivileged extensions. If multiple supervisor-level [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/i2c/ |
| D | i2c-nomadik.txt | 3 Required (non-standard) properties: 4 - Nil 6 Recommended (non-standard) properties: 7 - clock-frequency : Maximum bus clock frequency for the device 9 Optional (non-standard) properties: 10 - Nil 15 compatible = "stericsson,db8500-i2c", "st,nomadik-i2c"; 18 #address-cells = <1>; 19 #size-cells = <0>; 20 v-i2c-supply = <&db8500_vape_reg>; [all …]
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | pmbus-core.rst | 8 [from pmbus.org] The Power Management Bus (PMBus) is an open standard 9 power-management protocol with a fully defined command language that facilitates 11 protocol is implemented over the industry-standard SMBus serial interface and 12 enables programming, control, and real-time monitoring of compliant power 13 conversion products. This flexible and highly versatile standard allows for 17 semiconductor companies, this open power system standard is maintained and 18 promoted by the PMBus Implementers Forum (PMBus-IF), comprising 30+ adopters 22 commands, and manufacturers can add as many non-standard commands as they like. 23 Also, different PMBUs devices act differently if non-supported commands are 43 PMBus device capabilities auto-detection [all …]
|
| D | submitting-patches.rst | 10 ---------- 14 - Documentation/process/submit-checklist.rst 15 - Documentation/process/submitting-drivers.rst 16 - Documentation/process/submitting-patches.rst 17 - Documentation/process/coding-style.rst 19 * Please run your patch through 'checkpatch --strict'. There should be no 23 * Please use the standard multi-line comment style. Do not mix C and C++ 35 hardware. In such cases, you should test-build the code on at least one 36 architecture. If run-time testing was not achieved, it should be written 44 ------------------------------------------- [all …]
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | pmbus-core.rst | 8 [from pmbus.org] The Power Management Bus (PMBus) is an open standard 9 power-management protocol with a fully defined command language that facilitates 11 protocol is implemented over the industry-standard SMBus serial interface and 12 enables programming, control, and real-time monitoring of compliant power 13 conversion products. This flexible and highly versatile standard allows for 17 semiconductor companies, this open power system standard is maintained and 18 promoted by the PMBus Implementers Forum (PMBus-IF), comprising 30+ adopters 22 commands, and manufacturers can add as many non-standard commands as they like. 23 Also, different PMBUs devices act differently if non-supported commands are 43 PMBus device capabilities auto-detection [all …]
|
| D | submitting-patches.rst | 10 ---------- 14 - Documentation/process/submit-checklist.rst 15 - Documentation/process/submitting-patches.rst 16 - Documentation/process/coding-style.rst 18 * Please run your patch through 'checkpatch --strict'. There should be no 22 * Please use the standard multi-line comment style. Do not mix C and C++ 34 hardware. In such cases, you should test-build the code on at least one 35 architecture. If run-time testing was not achieved, it should be written 43 ------------------------------------------- 58 -------------- [all …]
|
| /kernel/linux/linux-5.10/drivers/net/dsa/ |
| D | vitesse-vsc73xx-core.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Vitesse VSC7385 SparX-G5 5+1-port Integrated Gigabit Ethernet Switch 4 * Vitesse VSC7388 SparX-G8 8-port Integrated Gigabit Ethernet Switch 5 * Vitesse VSC7395 SparX-G5e 5+1-port Integrated Gigabit Ethernet Switch 6 * Vitesse VSC7398 SparX-G8e 8-port Integrated Gigabit Ethernet Switch 8 * These switches have a built-in 8051 CPU and can download and execute a 10 * handling the switch in a memory-mapped manner by connecting to that external 31 #include "vitesse-vsc73xx.h" 33 #define VSC73XX_BLOCK_MAC 0x1 /* Subblocks 0-4, 6 (CPU port) */ 266 #define IS_7385(a) ((a)->chipid == VSC73XX_CHIPID_ID_7385) [all …]
|
| /kernel/linux/linux-6.6/drivers/net/dsa/ |
| D | vitesse-vsc73xx-core.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Vitesse VSC7385 SparX-G5 5+1-port Integrated Gigabit Ethernet Switch 4 * Vitesse VSC7388 SparX-G8 8-port Integrated Gigabit Ethernet Switch 5 * Vitesse VSC7395 SparX-G5e 5+1-port Integrated Gigabit Ethernet Switch 6 * Vitesse VSC7398 SparX-G8e 8-port Integrated Gigabit Ethernet Switch 8 * These switches have a built-in 8051 CPU and can download and execute a 10 * handling the switch in a memory-mapped manner by connecting to that external 31 #include "vitesse-vsc73xx.h" 33 #define VSC73XX_BLOCK_MAC 0x1 /* Subblocks 0-4, 6 (CPU port) */ 37 #define VSC73XX_BLOCK_CAPTURE 0x4 /* Subblocks 0-4, 6, 7 */ [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | wait_bit.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 * Linux wait-bit related types and methods: 55 * wait_on_bit - wait for a bit to be cleared 60 * There is a standard hashed waitqueue table for generic use. This 66 * Returned value will be zero if the bit was cleared, or non-zero 82 * wait_on_bit_io - wait for a bit to be cleared 87 * Use the standard hashed waitqueue table to wait for a bit 91 * Returned value will be zero if the bit was cleared, or non-zero 107 * wait_on_bit_timeout - wait for a bit to be cleared or a timeout elapses 113 * Use the standard hashed waitqueue table to wait for a bit [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | wait_bit.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 * Linux wait-bit related types and methods: 55 * wait_on_bit - wait for a bit to be cleared 60 * There is a standard hashed waitqueue table for generic use. This 66 * Returned value will be zero if the bit was cleared, or non-zero 82 * wait_on_bit_io - wait for a bit to be cleared 87 * Use the standard hashed waitqueue table to wait for a bit 91 * Returned value will be zero if the bit was cleared, or non-zero 107 * wait_on_bit_timeout - wait for a bit to be cleared or a timeout elapses 113 * Use the standard hashed waitqueue table to wait for a bit [all …]
|
| /kernel/linux/linux-5.10/Documentation/translations/it_IT/process/ |
| D | howto.rst | 1 .. include:: ../disclaimer-ita.rst 14 sviluppo kernel Linux. Il documento non tratterà alcun aspetto 23 ------------ 36 L'assembly (di qualsiasi architettura) non è richiesto, a meno che non 38 Sebbene essi non siano un buon sostituto ad un solido studio del 39 linguaggio C o ad anni di esperienza, i seguenti libri sono, se non 42 - "The C Programming Language" di Kernighan e Ritchie [Prentice Hall] 43 - "Practical C Programming" di Steve Oualline [O'Reilly] 44 - "C: A Reference Manual" di Harbison and Steele [Prentice Hall] 47 Sebbene si attenga allo standard ISO C89, esso utilizza una serie di [all …]
|
| /kernel/linux/linux-6.6/Documentation/translations/it_IT/process/ |
| D | howto.rst | 1 .. include:: ../disclaimer-ita.rst 14 sviluppo kernel Linux. Il documento non tratterà alcun aspetto 23 ------------ 36 L'assembly (di qualsiasi architettura) non è richiesto, a meno che non 38 Sebbene essi non siano un buon sostituto ad un solido studio del 39 linguaggio C o ad anni di esperienza, i seguenti libri sono, se non 42 - "The C Programming Language" di Kernighan e Ritchie [Prentice Hall] 43 - "Practical C Programming" di Steve Oualline [O'Reilly] 44 - "C: A Reference Manual" di Harbison and Steele [Prentice Hall] 47 Sebbene si attenga allo standard ISO C11, esso utilizza una serie di [all …]
|
| /kernel/linux/linux-5.10/Documentation/ |
| D | asm-annotations.rst | 4 Copyright (c) 2017-2019 Jiri Slaby 11 --------- 14 accompanied with data. Standard assemblers do not force users into precisely 28 *non-standard* calling convention. In contrast, ``ENDPROC`` should annotate 29 only ends of *standard* functions. 46 automatically generate annotations for :doc:`ORC unwinder <x86/orc-unwinder>` 52 --------------------- 56 * standard/non-standard function 67 .. _discussion: https://lkml.kernel.org/r/20170217104757.28588-1-jslaby@suse.cz 70 ------------------ [all …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | colorspaces.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 40 standard that defines spectral weighting functions that model the 41 perception of color. Specifically that standard defines functions that 97 the non-linear component value, which is a closer match to the 98 non-linear performance of both the eye and displays. Linear component 99 values are denoted RGB, non-linear are denoted as R'G'B'. In general 102 provide linear RGB colors or to use the built-in openGL support to apply 106 non-linear R'G'B' to non-linear Y'CbCr. This function is determined by 107 the so-called luma coefficients. There may be multiple possible Y'CbCr 148 colorspace standard only defines some, and you have to rely on other [all …]
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | colorspaces.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 40 standard that defines spectral weighting functions that model the 41 perception of color. Specifically that standard defines functions that 97 the non-linear component value, which is a closer match to the 98 non-linear performance of both the eye and displays. Linear component 99 values are denoted RGB, non-linear are denoted as R'G'B'. In general 102 provide linear RGB colors or to use the built-in openGL support to apply 106 non-linear R'G'B' to non-linear Y'CbCr. This function is determined by 107 the so-called luma coefficients. There may be multiple possible Y'CbCr 148 colorspace standard only defines some, and you have to rely on other [all …]
|
| /kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
| D | libfdt.h | 1 /* SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) */ 5 * libfdt - Flat Device Tree manipulation 35 * offset which is out-of-bounds, or which points to an 44 * length, or the phandle value was either 0 or -1, which are 48 * tree created by the sequential-write functions, which is 53 /* FDT_ERR_TRUNCATED: FDT or a sub-block is improperly 58 * device tree at all - it is missing the flattened device 63 * read-write functions, this may mean that fdt_open_into() is 70 /* FDT_ERR_BADLAYOUT: For read-write functions, the given 71 * device tree has it's sub-blocks in an order that the [all …]
|
| /kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
| D | libfdt.h | 1 /* SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) */ 5 * libfdt - Flat Device Tree manipulation 34 * offset which is out-of-bounds, or which points to an 43 * length, or the phandle value was either 0 or -1, which are 47 * tree created by the sequential-write functions, which is 52 /* FDT_ERR_TRUNCATED: FDT or a sub-block is improperly 57 * device tree at all - it is missing the flattened device 62 * read-write functions, this may mean that fdt_open_into() is 69 /* FDT_ERR_BADLAYOUT: For read-write functions, the given 70 * device tree has it's sub-blocks in an order that the [all …]
|
| /kernel/linux/linux-6.6/Documentation/core-api/ |
| D | asm-annotations.rst | 4 Copyright (c) 2017-2019 Jiri Slaby 11 --------- 14 accompanied with data. Standard assemblers do not force users into precisely 28 *non-standard* calling convention. In contrast, ``ENDPROC`` should annotate 29 only ends of *standard* functions. 47 (Documentation/arch/x86/orc-unwinder.rst) 53 --------------------- 57 * standard/non-standard function 68 .. _discussion: https://lore.kernel.org/r/20170217104757.28588-1-jslaby@suse.cz 71 ------------------ [all …]
|
| /kernel/linux/linux-6.6/include/media/ |
| D | v4l2-dv-timings.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * v4l2-dv-timings - Internal header with dv-timings helper functions 14 * v4l2_calc_timeperframe - helper function to calculate timeperframe based 30 * typedef v4l2_check_dv_timings_fnc - timings check callback 40 * v4l2_valid_dv_timings() - are these timings valid? 48 * hardware capabilities and the callback function (if non-NULL), returns 57 * v4l2_enum_dv_timings_cap() - Helper function to enumerate possible DV 65 * This enumerates dv_timings using the full list of possible CEA-861 and DMT 67 * hardware capabilities and the callback function (if non-NULL). 70 * return 0, otherwise it returns -EINVAL. [all …]
|
| /kernel/linux/linux-5.10/include/media/ |
| D | v4l2-dv-timings.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * v4l2-dv-timings - Internal header with dv-timings helper functions 14 * v4l2_calc_timeperframe - helper function to calculate timeperframe based 30 * typedef v4l2_check_dv_timings_fnc - timings check callback 40 * v4l2_valid_dv_timings() - are these timings valid? 48 * hardware capabilities and the callback function (if non-NULL), returns 57 * v4l2_enum_dv_timings_cap() - Helper function to enumerate possible DV 65 * This enumerates dv_timings using the full list of possible CEA-861 and DMT 67 * hardware capabilities and the callback function (if non-NULL). 70 * return 0, otherwise it returns -EINVAL. [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | svga.rst | 7 :Copyright: |copy| 1995--1999 Martin Mares, <mj@ucw.cz> 22 remember its mode ID (the four-digit hexadecimal number) and then 28 (present in standard Linux utility packages). You can use the following values 31 NORMAL_VGA - Standard 80x25 mode available on all display adapters. 33 EXTENDED_VGA - Standard 8-pixel font mode: 80x43 on EGA, 80x50 on VGA. 35 ASK_VGA - Display a video mode menu upon startup (see below). 37 0..35 - Menu item number (when you have used the menu to view the list of 41 modes are listed in a "first detected -- first displayed" manner. It's 44 0x.... - Hexadecimal video mode ID (also displayed on the menu, see below 46 hexadecimal numbers -- you have to convert it to decimal manually. [all …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | svga.rst | 7 :Copyright: |copy| 1995--1999 Martin Mares, <mj@ucw.cz> 22 remember its mode ID (the four-digit hexadecimal number) and then 28 (present in standard Linux utility packages). You can use the following values 31 NORMAL_VGA - Standard 80x25 mode available on all display adapters. 33 EXTENDED_VGA - Standard 8-pixel font mode: 80x43 on EGA, 80x50 on VGA. 35 ASK_VGA - Display a video mode menu upon startup (see below). 37 0..35 - Menu item number (when you have used the menu to view the list of 41 modes are listed in a "first detected -- first displayed" manner. It's 44 0x.... - Hexadecimal video mode ID (also displayed on the menu, see below 46 hexadecimal numbers -- you have to convert it to decimal manually. [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | ab8500.txt | 1 * AB8500 Multi-Functional Device (MFD) 4 - compatible : contains "stericsson,ab8500" or "stericsson,ab8505"; 5 - interrupts : contains the IRQ line for the AB8500 6 - interrupt-controller : describes the AB8500 as an Interrupt Controller (has its own domain) 7 - #interrupt-cells : should be 2, for 2-cell format 8 - The first cell is the AB8500 local IRQ number 9 - The second cell is used to specify optional parameters 10 - bits[3:0] trigger type and level flags: 11 1 = low-to-high edge triggered 12 2 = high-to-low edge triggered [all …]
|
12345678910>>...43