| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/ |
| H A D | common.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jacek Anaszewski <jacek.anaszewski@gmail.com> 11 - Pavel Machek <pavel@ucw.cz> 25 led-sources: 30 $ref: /schemas/types.yaml#definitions/uint32-array 32 function: 34 LED function. Use one of the LED_FUNCTION_* prefixed definitions 35 from the header include/dt-bindings/leds/common.h. If there is no [all …]
|
| H A D | cznic,turris-omnia-leds.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/leds/cznic,turris-omnia-leds.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Marek Behún <marek.behun@nic.cz> 20 const: cznic,turris-omnia-leds 26 "#address-cells": 29 "#size-cells": 33 "^multi-led@[0-9a-b]$": 36 - $ref: leds-class-multicolor.yaml# [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/rapidio/ |
| H A D | rapidio.rst | 5 The RapidIO standard is a packet-based fabric interconnect standard designed for 8 is publicly available for download from the RTA web-site [1]. 17 into the kernel similarly to other buses by defining RapidIO-specific device and 21 architecture-specific interfaces that provide support for common RapidIO 33 --------------- 50 ---------- 54 structure. Devices form one global device list and per-network device lists 58 ---------- 68 specific switch drivers that are designed to provide hardware-specific 72 ----------- [all …]
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64.xml | 1 <abi-corpus-group version='2.0' architecture='elf-arm-aarch64'> 2 <abi-corpus version='2.0' path='vmlinux' architecture='elf-arm-aarch64'> 3 <elf-function-symbols> 4 …<elf-symbol name='PDE_DATA' type='func-type' binding='global-binding' visibility='default-visibili… 5 …<elf-symbol name='__ClearPageMovable' type='func-type' binding='global-binding' visibility='defaul… 6 …<elf-symbol name='__SetPageMovable' type='func-type' binding='global-binding' visibility='default-… 7 …<elf-symbol name='___pskb_trim' type='func-type' binding='global-binding' visibility='default-visi… 8 …<elf-symbol name='___ratelimit' type='func-type' binding='global-binding' visibility='default-visi… 9 …<elf-symbol name='__alloc_disk_node' type='func-type' binding='global-binding' visibility='default… 10 …<elf-symbol name='__alloc_pages_nodemask' type='func-type' binding='global-binding' visibility='de… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | led-core.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright 2005-2006 Openedhand Ltd. 45 if (!led_cdev->brightness_set) in __led_set_brightness() 46 return -ENOTSUPP; in __led_set_brightness() 48 led_cdev->brightness_set(led_cdev, value); in __led_set_brightness() 56 if (!led_cdev->brightness_set_blocking) in __led_set_brightness_blocking() 57 return -ENOTSUPP; in __led_set_brightness_blocking() 59 return led_cdev->brightness_set_blocking(led_cdev, value); in __led_set_brightness_blocking() 68 if (!led_cdev->blink_delay_on || !led_cdev->blink_delay_off) { in led_timer_function() 70 clear_bit(LED_BLINK_SW, &led_cdev->work_flags); in led_timer_function() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/sphinx/ |
| H A D | cdomain.py | 1 # -*- coding: utf-8; mode: python -*- 7 Replacement for the sphinx c-domain. 14 * Moved the *duplicate C object description* warnings for function 18 * Add option 'name' to the "c:function:" directive. With option 'name' the 19 ref-name of a function can be modified. E.g.:: 21 .. c:function:: int ioctl( int fd, int request ) 24 The func-name (e.g. ioctl) remains in the output but the ref-name changed 25 from 'ioctl' to 'VIDIOC_LOG_STATUS'. The function is referenced by:: 30 * Handle signatures of function-like macros well. Don't try to deduce 31 arguments types of function-like macros. [all …]
|
| /OK3568_Linux_fs/buildroot/package/libcamera/ |
| H A D | 0003-HACK-pipeline-Support-custom-pipeline.patch | 2 From: Jeffy Chen <jeffy.chen@rock-chips.com> 11 gst-launch-1.0 libcamerasrc ! waylandsink 13 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> 14 --- 15 meson_options.txt | 2 +- 16 src/libcamera/device_enumerator.cpp | 8 +- 22 7 files changed, 552 insertions(+), 3 deletions(-) 28 diff --git a/meson_options.txt b/meson_options.txt 30 --- a/meson_options.txt 32 @@ -37,7 +37,7 @@ option('lc-compliance', [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rio.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 24 #define RIO_NO_HOPCOUNT -1 57 * 1-15 RapidIO memory regions 89 * struct rio_switch - RIO switch info 92 * @port_ok: Status of each port (one bit per port) - OK=1 or UNINIT=0 93 * @ops: pointer to switch-specific operations 95 * @nextdev: Array of per-port pointers to the next attached device 107 * struct rio_switch_ops - Per-switch operations 109 * @add_entry: Callback for switch-specific route add function 110 * @get_entry: Callback for switch-specific route get function [all …]
|
| H A D | compiler_attributes.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 13 * should be defined elsewhere (e.g. compiler_types.h or compiler-*.h). 15 * compiler- and version-agnostic (e.g. avoiding GCC_VERSION checks). 45 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-alias-function-a… 50 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-aligned-function… 51 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Type-Attributes.html#index-aligned-type-attribu… 52 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attributes.html#index-aligned-variable… 60 * to its docs (and also "warning: always_inline function might not be 61 * inlinable [-Wattributes]" is emitted). 63 … gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-always_005finline-f… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/parisc/ |
| H A D | eisa_enumerator.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * eisa_enumerator.c - provide support for EISA adapters in PA-RISC machines 36 * little-endian on the big-endian PAROSC */ 92 res->name = name; in configure_memory() 93 res->start = mem_parent->start + get_24(buf+len+2); in configure_memory() 94 res->end = res->start + get_16(buf+len+5)*1024; in configure_memory() 95 res->flags = IORESOURCE_MEM; in configure_memory() 99 printk(KERN_ERR "EISA Enumerator: failed to claim EISA Bus address space!\n"); in configure_memory() 182 res->name = board; in configure_port() 183 res->start = get_16(buf+len+1); in configure_port() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | treestruct.def | 4 Copyright (C) 2005-2020 Free Software Foundation, Inc. 29 These enumerator values are used in order to distinguish members of 47 DEFTREESTRUCT(TS_DECL_NON_COMMON, "decl non-common") 56 DEFTREESTRUCT(TS_FUNCTION_DECL, "function decl") 57 DEFTREESTRUCT(TS_TRANSLATION_UNIT_DECL, "translation-unit decl") 59 DEFTREESTRUCT(TS_TYPE_WITH_LANG_SPECIFIC, "type with lang-specific") 60 DEFTREESTRUCT(TS_TYPE_NON_COMMON, "type non-common")
|
| H A D | c-tree.h | 2 Copyright (C) 1987-2020 Free Software Foundation, Inc. 23 #include "c-family/c-common.h" 26 /* struct lang_identifier is private to c-decl.c, but langhooks.c needs to 27 know how big it is. This is sanity-checked in c-decl.c. */ 31 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */ 58 This is used for -Wc++-compat. */ 74 /* For FUNCTION_DECLs, evaluates true if the decl is built-in but has 79 /* For FUNCTION_DECLs, evaluates true if the decl is built-in, has a 80 built-in prototype and does not have a non-built-in prototype. */ 85 front-end flag, whereas DECL_REGISTER is used for code generation; [all …]
|
| H A D | timevar.def | 2 measure run-time performance of the compiler. 3 Copyright (C) 2000-2020 Free Software Foundation, Inc. 55 /* Time spent garbage-collecting. */ 74 DEFTIMEVAR (TV_IPA_FNSUMMARY , "ipa function summary") 81 DEFTIMEVAR (TV_IPA_FNSPLIT , "ipa function splitting") 107 DEFTIMEVAR (TV_IPA_PTA , "ipa points-to") 124 DEFTIMEVAR (TV_DF_MIR , "df must-initialized regs") 125 DEFTIMEVAR (TV_DF_CHAIN , "df use-def / def-use chains") 139 DEFTIMEVAR (TV_PARSE_ENUM , "parser enumerator list") 140 DEFTIMEVAR (TV_PARSE_FUNC , "parser function body") [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | treestruct.def | 4 Copyright (C) 2005-2020 Free Software Foundation, Inc. 29 These enumerator values are used in order to distinguish members of 47 DEFTREESTRUCT(TS_DECL_NON_COMMON, "decl non-common") 56 DEFTREESTRUCT(TS_FUNCTION_DECL, "function decl") 57 DEFTREESTRUCT(TS_TRANSLATION_UNIT_DECL, "translation-unit decl") 59 DEFTREESTRUCT(TS_TYPE_WITH_LANG_SPECIFIC, "type with lang-specific") 60 DEFTREESTRUCT(TS_TYPE_NON_COMMON, "type non-common")
|
| H A D | c-tree.h | 2 Copyright (C) 1987-2020 Free Software Foundation, Inc. 23 #include "c-family/c-common.h" 26 /* struct lang_identifier is private to c-decl.c, but langhooks.c needs to 27 know how big it is. This is sanity-checked in c-decl.c. */ 31 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */ 58 This is used for -Wc++-compat. */ 74 /* For FUNCTION_DECLs, evaluates true if the decl is built-in but has 79 /* For FUNCTION_DECLs, evaluates true if the decl is built-in, has a 80 built-in prototype and does not have a non-built-in prototype. */ 85 front-end flag, whereas DECL_REGISTER is used for code generation; [all …]
|
| H A D | timevar.def | 2 measure run-time performance of the compiler. 3 Copyright (C) 2000-2020 Free Software Foundation, Inc. 55 /* Time spent garbage-collecting. */ 74 DEFTIMEVAR (TV_IPA_FNSUMMARY , "ipa function summary") 81 DEFTIMEVAR (TV_IPA_FNSPLIT , "ipa function splitting") 107 DEFTIMEVAR (TV_IPA_PTA , "ipa points-to") 124 DEFTIMEVAR (TV_DF_MIR , "df must-initialized regs") 125 DEFTIMEVAR (TV_DF_CHAIN , "df use-def / def-use chains") 139 DEFTIMEVAR (TV_PARSE_ENUM , "parser enumerator list") 140 DEFTIMEVAR (TV_PARSE_FUNC , "parser function body") [all …]
|
| /OK3568_Linux_fs/kernel/tools/leds/ |
| H A D | get_led_device_info.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 led_common_defs_path="include/dt-bindings/leds/common.h" 7 if [ $num_args -eq 1 ]; then 8 linux_top=$(dirname `realpath $0` | awk -F/ \ 11 while (i <= NF - 2) { \ 17 elif [ $num_args -eq 2 ]; then 24 if [ ! -f $led_defs_path ]; then 32 if [ $? -ne 0 ]; then 38 usb_subdev=`readlink $led_cdev_path | grep usb | sed s'/\(.*usb[0-9]*\/[0-9]*-[0-9]*\)\/.*/\1/'` 44 if [ ! -z "$usb_subdev" ]; then [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/leds/ |
| H A D | leds-class.rst | 8 of the LED (taking a value 0-max_brightness). Most LEDs don't have hardware 9 brightness support so will just be turned on for non-zero brightness settings. 14 existing subsystems with minimal additional code. Examples are the disk-activity, 15 nand-disk and sharpsl-charge triggers. With led triggers disabled, the code 46 "devicename:color:function" 48 - devicename: 57 - color: 59 include/dt-bindings/leds/common.h. 61 - function: 63 include/dt-bindings/leds/common.h. [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/pinctrl/ |
| H A D | pinconf-generic.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (C) 2011 ST-Ericsson SA 6 * Written on behalf of Linaro for ST-Ericsson 21 * enum pin_config_param - possible pin configuration parameters 28 * transition from say pull-up to pull-down implies that you disable 29 * pull-up in the process, this setting disables all biasing. 31 * mode, also know as "third-state" (tristate) or "high-Z" or "floating". 37 * impedance to GROUND). If the argument is != 0 pull-down is enabled, 38 * if it is 0, pull-down is total, i.e. the pin is connected to GROUND. 41 * function. The pull direction and possibly strength too will normally [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/axp/ |
| H A D | xor.c | 4 * SPDX-License-Identifier: GPL-2.0 35 for (ui = 0; ui < (dram_info->num_cs + 1); ui++) { in mv_sys_xor_init() 44 /* Last window - Base - 0x40000000, Attribute 0x1E - SRAM */ in mv_sys_xor_init() 46 reg_write(XOR_BASE_ADDR_REG(0, dram_info->num_cs), base); in mv_sys_xor_init() 47 /* Last window - Size - 64 MB */ in mv_sys_xor_init() 48 reg_write(XOR_SIZE_MASK_REG(0, dram_info->num_cs), 0x03FF0000); in mv_sys_xor_init() 52 if (dram_info->cs_ena & (1 << ui)) { in mv_sys_xor_init() 54 * Window x - Base - 0x00000000, Attribute 0x0E - DRAM in mv_sys_xor_init() 74 /* Window x - Size - 256 MB */ in mv_sys_xor_init() 99 * mv_xor_hal_init - Initialize XOR engine [all …]
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | pinctrl.h | 4 * SPDX-License-Identifier: GPL-2.0+ 11 * struct pinconf_param - pin config parameters 25 * struct pinctrl_ops - pin control operations, to be implemented by 45 * in this driver. (necessary for pin-muxing) 46 * @get_function_name: return the function name of the muxing selector, 48 * certain device to. (necessary for pin-muxing) 49 * @pinmux_set: enable a certain muxing function with a certain pin. 50 * The @func_selector selects a certain function whereas @pin_selector 52 * may be ignored. (necessary for pin-muxing against a single pin) 53 * @pinmux_group_set: enable a certain muxing function with a certain pin [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | downloadmanager.cpp | 14 ** and conditions see http://www.qt.io/terms-conditions. For further 15 ** information use the contact form at http://www.qt.io/contact-us. 24 ** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 66 QPalette p = downloadInfoLabel->palette(); in DownloadItem() 68 downloadInfoLabel->setPalette(p); in DownloadItem() 69 progressBar->setMaximum(0); in DownloadItem() 70 tryAgainButton->hide(); in DownloadItem() 84 m_url = m_reply->url(); in init() 85 m_reply->setParent(this); in init() 97 downloadInfoLabel->clear(); in init() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/cp/ |
| H A D | name-lookup.h | 1 /* Declarations for -*- C++ -*- name lookup routines. 2 Copyright (C) 2003-2020 Free Software Foundation, Inc. 3 Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net> 24 #include "c-family/c-common.h" 59 #define LOCAL_BINDING_P(NODE) ((NODE)->is_local) 61 /* True if NODE->value is from a base class of the class which is 63 #define INHERITED_VALUE_BINDING_P(NODE) ((NODE)->value_is_inherited) 68 /* The non-type entity this name is bound to. */ 99 sk_block = 0, /* An ordinary block scope. This enumerator must 104 sk_cleanup, /* A scope for (pseudo-)scope for cleanup. It is [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/cp/ |
| H A D | name-lookup.h | 1 /* Declarations for -*- C++ -*- name lookup routines. 2 Copyright (C) 2003-2020 Free Software Foundation, Inc. 3 Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net> 24 #include "c-family/c-common.h" 59 #define LOCAL_BINDING_P(NODE) ((NODE)->is_local) 61 /* True if NODE->value is from a base class of the class which is 63 #define INHERITED_VALUE_BINDING_P(NODE) ((NODE)->value_is_inherited) 68 /* The non-type entity this name is bound to. */ 99 sk_block = 0, /* An ordinary block scope. This enumerator must 104 sk_cleanup, /* A scope for (pseudo-)scope for cleanup. It is [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | core_reloc_types.h | 432 /* zero-sized array, but not at the end */ 468 void (*f)(int) __bpf_aligned; /* incompatible function prototype */ 716 /* non-bitfields */ 724 uint16_t ub1: 3; /* 1 -> 3 */ 725 uint32_t ub2: 20; /* 2 -> 20 */ 726 uint8_t ub7: 1; /* 7 -> 1 */ 728 int8_t sb4: 1; /* 4 -> 1 */ 729 int32_t sb20: 30; /* 20 -> 30 */ 730 /* non-bitfields */ 731 uint16_t u32; /* 32 -> 16 */ [all …]
|