| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 15 most commonly used to refer to the USB-HID specification, but other 20 removed from the HID bus by the transport-layer drivers, such as 53 to work on raw hid events when they want to, and avoid using transport-specific 59 tristate "User-space I/O driver support for HID subsystem" 63 Say Y here if you want to provide HID I/O Drivers from user-space. 64 This allows to write I/O drivers in user-space and feed the data from 67 user-space device. 69 This driver cannot be used to parse HID-reports in user-space and write 70 special HID-drivers. You should use hidraw for that. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/x86/i386/ |
| H A D | IO-APIC.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 IO-APIC 9 Most (all) Intel-MP compliant SMP boards have the so-called 'IO-APIC', 12 IO-APIC, interrupts from hardware will be delivered only to the 15 Linux supports all variants of compliant SMP boards, including ones with 16 multiple IO-APICs. Multiple IO-APICs are used in high-end servers to 20 usually worked around by the kernel. If your MP-compliant SMP board does 21 not boot Linux, then consult the linux-smp mailing list archives first. 23 If your box boots fine with enabled IO-APIC IRQs, then your 28 0: 1360293 IO-APIC-edge timer [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | Kconfig | 44 support any device that is CFI-compliant, you need to enable this 55 support any device that is CFI-compliant, you need to enable this 72 This enables access to Microchip PIC32 internal non-CFI flash 73 chips through PIC32 Non-Volatile-Memory Controller.
|
| /OK3568_Linux_fs/kernel/drivers/mtd/chips/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 13 support any device that is CFI-compliant, you need to enable this 18 tristate "Detect non-CFI AMD/JEDEC-compatible flash chips" 22 This option enables JEDEC-style probing of flash chips which are not 24 CFI-targeted flash drivers for any chips which are identified which 26 covers most AMD/Fujitsu-compatible chips and also non-CFI 53 are expected to be wired to the CPU in 'host-endian' form. 85 bool "Support 8-bit buswidth" if MTD_CFI_GEOMETRY 92 bool "Support 16-bit buswidth" if MTD_CFI_GEOMETRY 99 bool "Support 32-bit buswidth" if MTD_CFI_GEOMETRY [all …]
|
| /OK3568_Linux_fs/kernel/drivers/char/tpm/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 26 which is required to validate the PCR 0-7 values. 52 If you have a TPM security chip that is compliant with the 59 tristate "TPM Interface Specification 1.3 Interface / TPM 2.0 FIFO Interface - (SPI)" 64 non-tcg SPI master (i.e. most embedded platforms) that is compliant with the 78 tristate "TPM Interface Specification 1.2 Interface / TPM 2.0 FIFO Interface (MMIO - SynQuacer)" 82 If you have a TPM security chip that is compliant with the 90 tristate "TPM Interface Specification 1.2 Interface (I2C - Atmel)" 99 tristate "TPM Interface Specification 1.2 Interface (I2C - Infineon)" 102 If you have a TPM security chip that is compliant with the [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/ |
| H A D | host-generic-pci.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/host-generic-pci.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Will Deacon <will@kernel.org> 13 Firmware-initialised PCI host controllers and PCI emulations, such as the 14 virtio-pci implementations found in kvmtool and other para-virtualised 21 Configuration Space is assumed to be memory-mapped (as opposed to being 26 For CAM, this 24-bit offset is: 41 - description: [all …]
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | check-merged-usr.sh | 6 # /bin -> usr/bin 7 # /lib -> usr/lib 8 # /sbin -> usr/sbin 13 # Output: the list of non-compliant paths (empty if compliant). 17 # a symlink, we want to get the inode of the pointed-to directory, so we 19 # can be anyway (/bin -> /usr/bin or /usr/bin -> /bin), we do that for 22 lib_inode=$(stat -c '%i' "${1}/lib/." 2>/dev/null) 23 bin_inode=$(stat -c '%i' "${1}/bin/." 2>/dev/null) 24 sbin_inode=$(stat -c '%i' "${1}/sbin/." 2>/dev/null) 25 usr_lib_inode=$(stat -c '%i' "${1}/usr/lib/." 2>/dev/null) [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | uvesafb.rst | 2 uvesafb - A Generic Driver for VBE2+ compliant video cards 6 --------------- 8 uvesafb should work with any video card that has a Video BIOS compliant 30 -------------------------- 36 - Lack of any type of acceleration. 37 - A strict and limited set of supported video modes. Often the native 42 ratio, which is what most BIOS-es are limited to. 43 - Adjusting the refresh rate is only possible with a VBE 3.0 compliant 44 Video BIOS. Note that many nVidia Video BIOS-es claim to be VBE 3.0 45 compliant, while they simply ignore any refresh rate settings. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | ecam.c | 1 // SPDX-License-Identifier: GPL-2.0 11 #include <linux/pci-ecam.h> 15 * On 64-bit systems, we do a single ioremap for the whole config space 16 * since we have enough virtual address range available. On 32-bit, we 23 * - reserve mem region 24 * - alloc struct pci_config_window with space for all mappings 25 * - ioremap the config space 36 if (busr->start > busr->end) in pci_ecam_create() 37 return ERR_PTR(-EINVAL); in pci_ecam_create() 41 return ERR_PTR(-ENOMEM); in pci_ecam_create() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | OSET-PL-2.1 | 6 …ense and MPL 2.0, please see the OSET Foundation web site at www.OSETFoundation.org/public-license. 46 … 2.1 Grants Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: 101 …compliant, then the rights granted under this License from a particular Contributor are reinstated… 103 …infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alle… 106 …Distribution of a Larger Work), or Section 3.4 (Notices), then becoming compliant as described in … 109 …If You fail to comply with the terms of this License and do not thereafter become compliant in acc… 115 …oftware is free of defects, merchantable, fit for a particular purpose or non-infringing. The enti… 121 …erence to its conflict-of-law provisions. Nothing in this Section shall prevent a party’s ability … 126 …pt. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995… 133 …License shall be governed by the law of such state, excluding its conflict-of-law provisions, and … [all …]
|
| H A D | MPL-2.0-no-copyleft-exception | 44 Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: 102 …compliant, then the rights granted under this License from a particular Contributor are reinstated… 104 …infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alle… 109 …oftware is free of defects, merchantable, fit for a particular purpose or non-infringing. The enti… 115 …erence to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability … 134 Exhibit A - Source Code Form License Notice 142 Exhibit B - "Incompatible With Secondary Licenses" Notice
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | images.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 9 "top-level" recipe that essentially begins the build for the type of 16 the GNU Affero General Public License Version 3 (AGPL-3.0) components 18 are going to build an image using non-GPLv3 and similarly licensed 24 2. Set INCOMPATIBLE_LICENSE = "GPL-3.0* LGPL-3.0* AGPL-3.0*" 35 - ``build-appliance-image``: An example virtual machine that contains 43 Appliance </software-item/build-appliance>` page 46 - ``core-image-base``: A console-only image that fully supports the 49 - ``core-image-full-cmdline``: A console-only image with more 50 full-featured Linux system functionality installed. [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | dsa.h | 2 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 9 * This library is free for commercial and non-commercial use as long as 36 * being used are not cryptographic related :-). 63 * stylistic vision for SSLeay :-) */ 93 * new with 0.9.7h; the built-in DSA implementation now uses constant time 100 * If this flag is set the DSA method is FIPS compliant and can be used in 103 * result is compliant. 111 * usage is compliant. 146 /* If this is non-NULL, it is used to generate DSA parameters */ 151 /* If this is non-NULL, it is used to generate DSA keys */ [all …]
|
| H A D | dh.h | 2 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 9 * This library is free for commercial and non-commercial use as long as 36 * being used are not cryptographic related :-). 83 * new with 0.9.7h; the built-in DH 93 * If this flag is set the DH method is FIPS compliant and can be used in 96 * result is compliant. 104 * usage is compliant. 130 /* If this is non-NULL, it will be used to generate parameters */ 180 * primes p where (p-1)/2 is prime too are called "safe"; we define this for 300 EVP_PKEY_CTRL_DH_KDF_TYPE, -2, NULL)
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | overlayfs.rst | 1 .. SPDX-License-Identifier: GPL-2.0 10 overlay-filesystem functionality in Linux (sometimes referred to as 11 union-filesystems). An overlay-filesystem tries to present a 17 --------------- 25 While directories will report an st_dev from the overlay-filesystem, 26 non-directory objects may report an st_dev from the lower filesystem or 29 over the lifetime of a non-directory object. Many applications and 35 make the overlay mount more compliant with filesystem scanners and 40 underlying filesystem, the same compliant behavior could be achieved 48 feature with the "-o xino=on" overlay mount option. That is useful for the [all …]
|
| /OK3568_Linux_fs/kernel/drivers/uio/ |
| H A D | uio_pci_generic.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* uio_pci_generic - generic UIO driver for PCI 2.3 devices 11 * # echo -n 0000:00:19.0 > /sys/bus/pci/drivers/e1000e/unbind 12 * # echo -n 0000:00:19.0 > /sys/bus/pci/drivers/uio_pci_generic/bind 13 * # ls -l /sys/bus/pci/devices/0000:00:19.0/driver 14 * .../0000:00:19.0/driver -> ../../../bus/pci/drivers/uio_pci_generic 17 * in the command register. All devices compliant to PCI 2.3 (circa 2002) and 18 * all compliant PCI Express devices should support this bit. 51 * Note that there's a non-zero chance doing this will wedge the device in release() 54 pci_clear_master(gdev->pdev); in release() [all …]
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | card.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 18 unsigned int fmt_type; /* USB audio format type (1-3) */ 20 unsigned int frame_size; /* samples per frame for non-audio */ 143 unsigned int txfr_quirk:1; /* allow sub-frame alignment */ 145 unsigned int fmt_type; /* USB audio format type (1-3) */ 146 …unsigned int pkt_offset_adj; /* Bytes to drop from beginning of packets (for non-compliant devices… 147 …unsigned int stream_offset_adj; /* Bytes to drop from beginning of stream (for non-compliant devic… 189 unsigned int fmt_type; /* USB audio format type (1-3) */
|
| /OK3568_Linux_fs/buildroot/package/libnatpmp/ |
| H A D | Config.in | 6 libnatpmp is an attempt to make a portable and fully compliant 7 implementation of the NAT-PMP protocol for the client side. It 8 is based on non blocking sockets and all calls of the API are 10 NAT-PMP code to any event driven code.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/cifs/ |
| H A D | cifs-utils_6.14.bb | 4 LICENSE = "GPL-3.0-only & LGPL-3.0-only" 8 SRC_URI = "git://git.samba.org/cifs-utils.git;branch=master \ 9 file://CVE-2022-27239.patch \ 10 file://CVE-2022-29869.patch \ 17 PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" 18 # when enabled, it creates ${bindir}/cifscreds and --ignore-fail-on-non-empty in do_install:append … 19 PACKAGECONFIG[cifscreds] = "--enable-cifscreds,--disable-cifscreds,keyutils" 20 # when enabled, it creates ${sbindir}/cifs.upcall and --ignore-fail-on-non-empty in do_install:appe… 21 PACKAGECONFIG[cifsupcall] = "--enable-cifsupcall,--disable-cifsupcall,krb5 libtalloc keyutils" 22 PACKAGECONFIG[cifsidmap] = "--enable-cifsidmap,--disable-cifsidmap,keyutils samba" [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | debugging-via-ohci1394.rst | 2 Using physical DMA provided by OHCI-1394 FireWire controllers for debugging 6 ------------ 8 Basically all FireWire controllers which are in use today are compliant 9 to the OHCI-1394 specification which defines the controller to be a PCI 12 PCI-Bus master DMA after applying filters defined by the OHCI-1394 driver. 15 ask the OHCI-1394 controller to perform read and write requests on 28 more common hardware such as x86, x86-64 and PowerPC. 34 Together with a early initialization of the OHCI-1394 controller for debugging, 41 ------- 43 The firewire-ohci driver in drivers/firewire uses filtered physical [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | opencores,or1k-pic.txt | 5 - compatible : should be "opencores,or1k-pic-level" for variants with 6 level triggered interrupt lines, "opencores,or1k-pic-edge" for variants with 7 edge triggered interrupt lines or "opencores,or1200-pic" for machines 8 with the non-spec compliant or1200 type implementation. 10 "opencores,or1k-pic" is also provided as an alias to "opencores,or1200-pic", 13 - interrupt-controller : Identifies the node as an interrupt controller 14 - #interrupt-cells : Specifies the number of cells needed to encode an 19 intc: interrupt-controller { 20 compatible = "opencores,or1k-pic-level"; 21 interrupt-controller; [all …]
|
| /OK3568_Linux_fs/kernel/LICENSES/exceptions/ |
| H A D | GCC-exception-2.0 | 1 SPDX-Exception-Identifier: GCC-exception-2.0 2 SPDX-URL: https://spdx.org/licenses/GCC-exception-2.0.html 3 SPDX-Licenses: GPL-2.0, GPL-2.0+, GPL-2.0-only, GPL-2.0-or-later 4 Usage-Guide: 5 This exception is used together with one of the above SPDX-Licenses to 6 allow linking the compiled version of code to non GPL compliant code. 8 identifiers in the SPDX-Licenses tag: 9 SPDX-License-Identifier: <SPDX-License> WITH GCC-exception-2.0 10 License-Text:
|
| H A D | Linux-syscall-note | 1 SPDX-Exception-Identifier: Linux-syscall-note 2 SPDX-URL: https://spdx.org/licenses/Linux-syscall-note.html 3 SPDX-Licenses: GPL-2.0, GPL-2.0+, GPL-1.0+, LGPL-2.0, LGPL-2.0+, LGPL-2.1, LGPL-2.1+, GPL-2.0-only,… 4 Usage-Guide: 5 This exception is used together with one of the above SPDX-Licenses 7 into non GPL compliant user space application code. 9 identifiers in the SPDX-Licenses tag: 10 SPDX-License-Identifier: <SPDX-License> WITH Linux-syscall-note 11 License-Text: 14 services by normal system calls - this is merely considered normal use
|
| /OK3568_Linux_fs/external/chromium/licenses/ |
| H A D | LICENSE.44 | 97 Each Contributor hereby grants You a world-wide, royalty-free, 98 non-exclusive license: 239 fail to comply with any of its terms. However, if You become compliant, 243 basis, if such Contributor fails to notify You of the non-compliance by 247 non-compliance by some reasonable means, this is the first time You have 248 received notice of non-compliance with this License from such 249 Contributor, and You become compliant prior to 30 days after Your receipt 254 counter-claims, and cross-claims) alleging that a Contributor Version 269 of defects, merchantable, fit for a particular purpose or non-infringing. 298 jurisdiction, without reference to its conflict-of-law provisions. Nothing [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/ |
| H A D | minidlna.inc | 2 being fully compliant with DLNA/UPnP-AV clients." 3 LICENSE = "GPL-2.0-only|BSD-3-Clause" 9 inherit gettext autotools-brokensep update-rc.d systemd 12 file://minidlna-daemon.init.d \ 14 file://0001-Update-Gettext-version.patch \ 15 file://0001-configure-Check-for-clock_gettime-seprately-from-__N.patch \ 16 file://0001-configure.ac-drop-non-standard-checks.patch \ 21 # This remove "--exclude=autopoint" option from autoreconf argument to avoid 22 # configure.ac:30: error: required file './ABOUT-NLS' not found 26 install -d ${D}${sysconfdir} [all …]
|