| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | sample-parsing.c | 1 // SPDX-License-Identifier: GPL-2.0 15 #include "util/synthetic-events.h" 20 if (s1->m != s2->m) { \ 21 pr_debug("Samples differ at '"#m"'\n"); \ 27 if (memcmp(&s1->m, &s2->m, sizeof(s1->m))) { \ 28 pr_debug("Samples differ at '"#m"'\n"); \ 79 for (i = 0; i < s1->read.group.nr; i++) in samples_same() 87 COMP(callchain->nr); in samples_same() 88 for (i = 0; i < s1->callchain->nr; i++) in samples_same() 89 COMP(callchain->ips[i]); in samples_same() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/math-emu/ |
| H A D | reg_add_sub.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /*---------------------------------------------------------------------------+ 9 | E-mail billm@suburbia.net | 12 +---------------------------------------------------------------------------*/ 14 /*---------------------------------------------------------------------------+ 17 | Each function returns 0 if the answer is o.k., otherwise a non-zero | 20 +---------------------------------------------------------------------------*/ 59 diff = expa - expb; in FPU_add() 61 diff = a->sigh - b->sigh; /* This works only if the ms bits in FPU_add() 64 diff = a->sigl > b->sigl; in FPU_add() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | gr-udc.txt | 11 - name : Should be "GAISLER_USBDC" or "01_021" 13 - reg : Address and length of the register set for the device 15 - interrupts : Interrupt numbers for this device. Either one interrupt number 21 - epobufsizes : Array of buffer sizes for OUT endpoints when they differ 27 - epibufsizes : Array of buffer sizes for IN endpoints when they differ
|
| /OK3568_Linux_fs/buildroot/package/fbv/ |
| H A D | 0003-fix-24bpp-support-on-big-endian.patch | 1 diff -upr a/fb_display.c b/fb_display.c 2 --- a/fb_display.c 2007-06-01 16:52:45.000000000 +0200 3 +++ b/fb_display.c 2007-06-01 16:51:43.000000000 +0200 4 @@ -307,7 +307,7 @@ void* convertRGB2FB(int fh, unsigned cha 8 - u_int8_t *c_fbbuff; 13 @@ -335,6 +335,16 @@ void* convertRGB2FB(int fh, unsigned cha 30 Only in build_avr32/fbv-1.0b-modified: .fb_display.c.swp 31 Binary files build_avr32/fbv-1.0b/fb_display.o and build_avr32/fbv-1.0b-modified/fb_display.o differ 32 Binary files build_avr32/fbv-1.0b/fbv and build_avr32/fbv-1.0b-modified/fbv differ
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | tlb-r4k.c | 20 #include <asm/cpu-type.h> 30 * LOONGSON-2 has a 4 entry itlb which is a subset of jtlb, LOONGSON-3 has 50 if (vma->vm_flags & VM_EXEC) in flush_micro_tlb_vm() 90 /* Make sure all entries differ. */ in local_flush_tlb_all() 109 struct mm_struct *mm = vma->vm_mm; in local_flush_tlb_range() 118 size = (end - start) >> (PAGE_SHIFT + 1); in local_flush_tlb_range() 148 /* Make sure all entries differ. */ in local_flush_tlb_range() 171 size = (end - start + (PAGE_SIZE - 1)) >> PAGE_SHIFT; in local_flush_tlb_kernel_range() 179 end += ((PAGE_SIZE << 1) - 1); in local_flush_tlb_kernel_range() 196 /* Make sure all entries differ. */ in local_flush_tlb_kernel_range() [all …]
|
| /OK3568_Linux_fs/kernel/fs/nls/ |
| H A D | nls_koi8-ru.c | 2 * linux/fs/nls/nls_koi8-ru.c 4 * Charset koi8-ru translation based on charset koi8-u. 20 return -ENAMETOOLONG; in uni2char() 23 /* koi8-ru and koi8-u differ only on two characters */ in uni2char() 31 return p_nls->uni2char(uni, out, boundlen); in uni2char() 36 return p_nls->uni2char(uni, out, boundlen); in uni2char() 45 /* koi8-ru and koi8-u differ only on two characters */ in char2uni() 50 n = p_nls->char2uni(rawstring, boundlen, uni); in char2uni() 55 .charset = "koi8-ru", 62 p_nls = load_nls("koi8-u"); in init_nls_koi8_ru() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/include/mach/ |
| H A D | magician.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 111 * FIXME behaves like (6,3), may differ for host/device 122 /* FIXME behaves like (4,1), may differ for host/device */
|
| /OK3568_Linux_fs/kernel/fs/romfs/ |
| H A D | storage.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 18 #define ROMFS_MTD_READ(sb, ...) mtd_read((sb)->s_mtd, ##__VA_ARGS__) 30 return (ret < 0 || rlen != buflen) ? -EIO : 0; in romfs_mtd_read() 53 return n + (p - buf); in romfs_mtd_strnlen() 54 maxlen -= len; in romfs_mtd_strnlen() 64 * - return 1 if matched, 0 if differ, -ve if error 82 len--; in romfs_mtd_strcmp() 86 size -= len; in romfs_mtd_strcmp() 112 offset = pos & (ROMBSIZE - 1); in romfs_blk_read() 113 segment = min_t(size_t, buflen, ROMBSIZE - offset); in romfs_blk_read() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | metadata.c | 1 // SPDX-License-Identifier: GPL-2.0-only 30 return -errno; in prog_holds_map() 35 return -errno; in prog_holds_map() 39 return -ENOMEM; in prog_holds_map() 49 ret = -errno; in prog_holds_map() 53 ret = -ENOENT; in prog_holds_map() 72 if (CHECK(!obj, "skel-load", "errno %d", errno)) in test_metadata_unused() 75 err = prog_holds_map(bpf_program__fd(obj->progs.prog), in test_metadata_unused() 76 bpf_map__fd(obj->maps.rodata)); in test_metadata_unused() 77 if (CHECK(err, "prog-holds-rodata", "errno: %d", err)) in test_metadata_unused() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/vc04_services/vchiq-mmal/ |
| H A D | mmal-msg.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 37 #include "mmal-msg-common.h" 38 #include "mmal-msg-format.h" 39 #include "mmal-msg-port.h" 40 #include "mmal-vchiq.h" 72 /* port action request messages differ depending on the action type */ 112 u32 status; /* enum mmal_msg_status - how does this differ to 326 * differ to the one in the header?
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | Kconfig | 13 to display a command-line console or splash screen. Enabling this 23 to display a command-line console or splash screen. Enabling this 39 This driver can be use with "simple-panel" and 41 (leds/backlight/pwm-backlight.txt) 49 This driver can be used with "simple-panel" and 51 (leds/backlight/gpio-backlight.txt) 54 bool "Support 8-bit-per-pixel displays" 58 Support drawing text and bitmaps onto a 8-bit-per-pixel display. 64 bool "Support 16-bit-per-pixel displays" 68 Support drawing text and bitmaps onto a 16-bit-per-pixel display. [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | CERN-OHL-P-2.0 | 1 CERN Open Hardware Licence Version 2 - Permissive 10 Hardware Licence comes in three variants: this licence, CERN-OHL-P 11 (permissive); and two reciprocal licences: CERN- OHL-W (weakly 12 reciprocal) and CERN-OHL-S (strongly reciprocal). 14 The CERN-OHL-P is copyright CERN 2020. Anyone is welcome to use it, in 24 1.1 'Licence' means this CERN-OHL-P. 97 licence terms which differ from the terms of this Licence 115 5.1 DISCLAIMER OF WARRANTY -- The Covered Source and any Products 118 merchantability, of satisfactory quality, non-infringement of 130 5.2 EXCLUSION AND LIMITATION OF LIABILITY -- The Licensor shall, to [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/ |
| H A D | rc-protos.rst | 1 .. SPDX-License-Identifier: 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 …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra210/ |
| H A D | clock.h | 2 * (C) Copyright 2010-2015 5 * SPDX-License-Identifier: GPL-2.0+ 13 #include <asm/arch-tegra/clock.h> 19 /* PLL bits that differ from generic clk_rst.h */
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | relocatable.bbclass | 14 # $files_template and $files will differ if any files were found 16 rel=$(realpath -m --relative-to=$dir ${base_prefix}) 17 sed -i -e "s:${base_prefix}:\${pcfiledir}/$rel:g" $files
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | syscalls.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 9 * Calling conventions for these system calls can differ, so
|
| /OK3568_Linux_fs/u-boot/board/bachmann/ot1200/ |
| H A D | README | 1 U-Boot for the Bachmann electronic GmbH OT1200 devices 3 There are two different versions of the base board, which differ 7 - "mr" variant 9 port is always up and auto-negotiation is not possible. 11 - normal variant 12 FEC is connected to a normal phy and auto-negotiation is possible. 15 The variant name is part of the dtb file name loaded by u-boot. This 17 devicetree (fixed-phy link).
|
| /OK3568_Linux_fs/kernel/include/linux/power/ |
| H A D | twl4030_madc_battery.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 13 * Usually we can assume 100% @ 4.15V and 0% @ 3.3V but curves differ for 18 short voltage; /* in mV - specify -1 for end of list */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | fadvise.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 12 * for s390-64 differ from the values for the rest of the world.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | fadvise.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 12 * for s390-64 differ from the values for the rest of the world.
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | fadvise.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 12 * for s390-64 differ from the values for the rest of the world.
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fadvise.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 12 * for s390-64 differ from the values for the rest of the world.
|
| /OK3568_Linux_fs/buildroot/support/misc/ |
| H A D | cross-compilation.conf.in | 1 # Note: Buildroot's and Meson's terminologies differ about the meaning 3 # - Buildroot's 'host' is Meson's 'build' 4 # - Buildroot's 'target' is Meson's 'host' 14 g-ir-compiler = '@STAGING_DIR@/usr/bin/g-ir-compiler' 15 g-ir-scanner = '@STAGING_DIR@/usr/bin/g-ir-scanner' 17 [built-in options]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | dev-decoder.rst | 1 .. SPDX-License-Identifier: GPL-2.0 6 Memory-to-Memory Stateful Video Decoder Interface 9 A stateful video decoder takes complete chunks of the bytestream (e.g. Annex-B 34 5. Single-planar API (see :ref:`planar-apis`) and applicable structures may be 35 used interchangeably with multi-planar API, unless specified otherwise, 44 .. _decoder-glossary: 76 the order in which frames are decoded; may differ from display order if the 97 Instantaneous Decoder Refresh; a type of a keyframe in an H.264/HEVC-encoded 106 block transforms (e.g. H.264, VP8, VP9); codec-specific, but for most of 146 additional (non-visual) information contained inside encoded bytestream; [all …]
|
| /OK3568_Linux_fs/kernel/fs/freevxfs/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 9 for Sunsoft Solaris, HP-UX and many other operating systems. However 10 these particular OS implementations of vxfs may differ in on-disk 12 tested with SCO UnixWare and HP-UX B.10.20 (pa-risc 1.1 arch.) 14 2, 3 and 4. Tests were performed with HP-UX VxFS version 3. 20 There is a userspace utility for HP-UX logical volumes which makes 21 creating HP-UX logical volumes easy from HP-UX disk block device file 23 https://sourceforge.net/projects/linux-vxfs/
|