Home
last modified time | relevance | path

Searched +full:platform +full:- +full:level (Results 1 – 25 of 1036) sorted by relevance

12345678910>>...42

/OK3568_Linux_fs/buildroot/package/rockchip/rockchip-mali/
H A DConfig.in2 bool "rockchip-mali"
9 Install the binary user-space components for the ARM Mali GPU.
15 comment "mali optimize level"
18 prompt "optimize level"
21 Set the optimization level for rockchip-mali
24 bool "optimization level 3"
26 Built with -O3.
29 bool "optimization level s"
31 Built with -Os.
38 string "custom platform"
[all …]
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dplatnand.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org>
7 * Contains all platform NAND related definitions.
18 * struct platform_nand_chip - chip level device structure
26 * @part_probe_types: NULL-terminated array of probe types
40 * struct platform_nand_ctrl - controller level device structure
41 * @probe: platform specific function to probe/setup hardware
42 * @remove: platform specific function to remove/teardown hardware
43 * @dev_ready: platform specific function to read ready/busy pin
44 * @select_chip: platform specific chip select function
[all …]
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dbasic-pm-debugging.rst21 modes causes the PM core to skip some platform-related callbacks which on ACPI
24 "platform" mode::
26 # echo platform > /sys/power/disk
31 Unfortunately, the "platform" mode of hibernation does not work on some systems
41 If neither "platform" nor "shutdown" hibernation mode works, you will need to
45 ----------------------------
53 - test the freezing of processes
56 - test the freezing of processes and suspending of devices
58 platform
59 - test the freezing of processes, suspending of devices and platform
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/
H A Dsleep-states.rst1 .. SPDX-License-Identifier: GPL-2.0
13 Sleep states are global low-power states of the entire system in which user
21 Depending on its configuration and the capabilities of the platform it runs on,
28 Suspend-to-Idle
29 ---------------
31 This is a generic, pure software, light-weight variant of system suspend (also
34 I/O devices into low-power states (possibly lower-power than available in the
38 The system is woken up from this state by in-band interrupts, so theoretically
43 or :ref:`suspend-to-RAM <s2ram>`, or it can be used in addition to any of the
50 -------
[all …]
H A Dintel-speed-select.rst1 .. SPDX-License-Identifier: GPL-2.0
14 - https://www.intel.com/content/www/us/en/architecture-and-technology/speed-select-technology-artic…
15 - https://builders.intel.com/docs/networkbuilders/intel-speed-select-technology-base-frequency-enha…
19 dynamically without pre-configuring via BIOS setup options. This dynamic
29 intel-speed-select configuration tool
32 Most Linux distribution packages may include the "intel-speed-select" tool. If not,
38 # cd tools/power/x86/intel-speed-select/
43 ------------
47 # intel-speed-select --help
49 The top-level help describes arguments and features. Notice that there is a
[all …]
/OK3568_Linux_fs/kernel/arch/arm/
H A DKconfig.debug1 # SPDX-License-Identifier: GPL-2.0
44 once the kernel has booted up - it's a one time check.
96 1 - undefined instruction events
97 2 - system calls
98 4 - invalid data aborts
99 8 - SIGSEGV faults
100 16 - SIGBUS faults
104 bool "Kernel low-level debugging functions (read help!)"
113 image on a different platform *will not work*, so this option should
117 prompt "Kernel low-level debugging port"
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-samsung-laptop1 What: /sys/devices/platform/samsung/performance_level
4 Contact: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10 will show the current performance level. Writing to the
14 - "silent"
15 - "normal"
16 - "overclock"
23 What: /sys/devices/platform/samsung/battery_life_extender
27 Description: Max battery charge level can be modified, battery cycle
29 level.
31 - 0 means normal battery mode (100% charge)
[all …]
H A Dsysfs-device-mali12 * Boston) MA 02110-1301) USA.
39 This attribute is available only with platform device that
49 This attribute is available only with mali platform
50 device-driver that supports a CSF GPU. This attribute is
63 This attribute is available only with mali platform
64 device-driver that supports a CSF GPU. This attribute is
73 This attribute is available only with platform device that
82 the context they belong to. Newly-runnable higher priority atoms
87 highest-priority atom will be chosen from each context in turn
88 using a round-robin algorithm, so priority only has an effect
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
5 source "arch/arm/mach-s3c/Kconfig.s3c24xx"
6 source "arch/arm/mach-s3c/Kconfig.s3c64xx"
16 Base platform code for all Samsung SoC based systems
23 Base platform power management code for samsung code
33 int "S3C UART to use for low-level messages"
37 Choice of which UART port to use for the low-level messages,
40 must have been initialised by the boot-loader before use.
47 Samsung platforms, including static platform devices, legacy
68 chip tracking if the platform requires it.
[all …]
/OK3568_Linux_fs/kernel/arch/hexagon/kernel/
H A Dirq_cpu.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * First-level interrupt controller model for Hexagon.
5 * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
14 __vmintop_locdis((long) data->irq); in mask_irq()
24 __vmintop_locen((long) data->irq); in unmask_irq()
30 __vmintop_globen((long) data->irq); in eoi_irq()
34 * if this is absent, then an -ENXIO error is returned to the
54 * The hexagon core comes with a first-level interrupt controller
57 * macro cells that provide one or more second-level interrupt
58 * controllers that are cascaded into one or more of the first-level
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/
H A DKconfig.debug4 bool "Low-level debugging functions"
8 in U-Boot. This is helpful if you are debugging code that
12 prompt "Low-level debugging port"
16 bool "Low-level debugging via 8250 UART"
21 selecting one of the platform specific options above if
24 This option is preferred over the platform specific
25 options; the platform specific options are deprecated
34 default "mach/debug-macro.S"
44 # This is not used in U-Boot
56 bool "Use 32-bit accesses for 8250 UART"
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A D.cproject1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
18 …factType=org.eclipse.cdt.build.core.buildArtefactType.exe" cleanCommand="rm -rf" description="" id…
21 …t.managedbuild.target.gnu.platform.exe.debug.724460794" name="Debug Platform" superClass="cdt.mana…
25 …optimization.level.1386988579" superClass="gnu.cpp.compiler.exe.debug.option.optimization.level" v…
26 …ption.debugging.level.2099186456" superClass="gnu.cpp.compiler.exe.debug.option.debugging.level" v…
29 …ation.level.none" id="gnu.c.compiler.exe.debug.option.optimization.level.2086155431" superClass="g…
30 …debug.option.debugging.level.1302569694" superClass="gnu.c.compiler.exe.debug.option.debugging.lev…
47 <runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault…
57 <runAction arguments="-f ${project_name}_scd.mk" command="make" useDefault="true"/>
67 <runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault…
[all …]
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dmcpm.h1 /* SPDX-License-Identifier: GPL-2.0-only */
6 * Copyright: (C) 2012-2013 Linaro Limited
33 * Platform specific code should use this symbol to set up secondary
40 * branch once it is ready to re-enter the kernel using ptr, or NULL if it
59 * mcpm_is_available - returns whether MCPM is initialized and available
66 * mcpm_cpu_power_up - make given CPU in given cluster runable
87 * mcpm_cpu_power_down - power the calling CPU down
92 * then the cluster is prepared for power-down too.
96 * On success this does not return. Re-entry in the kernel is expected
103 * mcpm_wait_for_cpu_powerdown() subsequently returns non-zero for the
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpmac_pfunc.h1 /* SPDX-License-Identifier: GPL-2.0 */
20 * Arguments to a platform function call.
42 * ends with an end() call. This allows the low level driver to implement
43 * locking policy or per-function instance data.
116 * Drivers who expose platform functions register at init time, this
117 * causes the platform functions for that device node to be parsed in
119 * partially public so a driver can walk the list of platform functions
135 /* The name is the "xxx" in "platform-do-xxx", this is how
136 * platform functions are identified by this code. Some functions
160 * For platform functions that are interrupts, one can register
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # Platform support for Chrome OS hardware (Chromebooks and Chromeboxes)
7 bool "Platform support for Chrome hardware"
10 Say Y here to get to see options for platform support for
36 The range of memory used is 0xf00000-0x1000000, traditionally
72 EC through an I2C bus. This uses a simple byte-level protocol with
81 through rpmsg. This uses a simple byte-level protocol with a
82 checksum. Also since there's no addition EC-to-host interrupt, this
95 ISH Transport protocol (ISH-TP). This uses a simple byte-level
107 through a SPI bus, using a byte-level protocol. Since the EC's
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dplatform_device.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * platform_device.h - generic, centralized driver model
5 * Copyright (c) 2001-2003 Patrick Mochel <mochel@osdl.org>
7 * See Documentation/driver-api/driver-model/ for more information.
16 #define PLATFORM_DEVID_NONE (-1)
17 #define PLATFORM_DEVID_AUTO (-2)
46 #define platform_get_device_id(pdev) ((pdev)->id_entry)
48 #define dev_is_platform(dev) ((dev)->bus == &platform_bus_type)
108 * platform_device_register_resndata - add a platform-level device with
109 * resources and platform-specific data
[all …]
H A Dscmi_protocol.h1 /* SPDX-License-Identifier: GPL-2.0-only */
21 * struct scmi_revision_info - version information structure
30 * @impl_ver: A vendor-specific implementation version.
32 * @sub_vendor_id: A sub-vendor identifier(Null terminated ASCII string)
65 * struct scmi_clk_proto_ops - represents the various operations provided
91 * struct scmi_perf_proto_ops - represents the various operations provided
94 * @limits_set: sets limits on the performance level of a domain
95 * @limits_get: gets limits on the performance level of a domain
96 * @level_set: sets the performance level of a domain
97 * @level_get: gets the performance level of a domain
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/opp/
H A Dopp.txt2 ----------------------------------------------------
4 Devices work at voltage-current-frequency combinations and some implementations
13 Binding 1: operating-points
16 This binding only supports voltage-frequency pairs.
19 - operating-points: An array of 2-tuples items, and each item consists
20 of frequency and voltage like <freq-kHz vol-uV>.
27 compatible = "arm,cortex-a9";
29 next-level-cache = <&L2>;
30 operating-points = <
39 Binding 2: operating-points-v2
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/share/OpenCV/licenses/
H A Dlibpng-README1 README for libpng version 1.6.35 - July 15, 2018 (shared library 16.0)
6 Libpng comes in several distribution formats. Get libpng-*.tar.gz or
7 libpng-*.tar.xz or if you want UNIX-style line endings in the text files,
8 or lpng*.7z or lpng*.zip if you want DOS-style line endings.
12 extensive use and testing since mid-1995. By late 1997 it had
20 version of the library binary incompatible with libpng-0.89 or
23 png_uint_32, which will affect shared-library applications that use
35 library, through libpng-1.2.x. In libpng-1.4.x, which was meant to
38 warning about deprecated usage. Since libpng-1.5.0, direct access
51 on big-endian processors that support misaligned data access, faster
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/share/OpenCV/licenses/
H A Dlibpng-README1 README for libpng version 1.6.35 - July 15, 2018 (shared library 16.0)
6 Libpng comes in several distribution formats. Get libpng-*.tar.gz or
7 libpng-*.tar.xz or if you want UNIX-style line endings in the text files,
8 or lpng*.7z or lpng*.zip if you want DOS-style line endings.
12 extensive use and testing since mid-1995. By late 1997 it had
20 version of the library binary incompatible with libpng-0.89 or
23 png_uint_32, which will affect shared-library applications that use
35 library, through libpng-1.2.x. In libpng-1.4.x, which was meant to
38 warning about deprecated usage. Since libpng-1.5.0, direct access
51 on big-endian processors that support misaligned data access, faster
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/etc/licenses/
H A Dlibpng-README1 README for libpng version 1.6.35 - July 15, 2018 (shared library 16.0)
6 Libpng comes in several distribution formats. Get libpng-*.tar.gz or
7 libpng-*.tar.xz or if you want UNIX-style line endings in the text files,
8 or lpng*.7z or lpng*.zip if you want DOS-style line endings.
12 extensive use and testing since mid-1995. By late 1997 it had
20 version of the library binary incompatible with libpng-0.89 or
23 png_uint_32, which will affect shared-library applications that use
35 library, through libpng-1.2.x. In libpng-1.4.x, which was meant to
38 warning about deprecated usage. Since libpng-1.5.0, direct access
51 on big-endian processors that support misaligned data access, faster
[all …]
/OK3568_Linux_fs/external/chromium/licenses/
H A DREADME1 README for newlib-2.0.0 release
2 (mostly cribbed from the README in the gdb-4.13 release)
17 Unpacking and Installation -- quick overview
20 When you unpack the newlib-2.0.0.tar.gz file, you'll find a directory
21 called `newlib-2.0.0', which contains:
23 COPYING config/ install-sh* mpw-configure
24 COPYING.LIB config-ml.in libgloss/ mpw-install
26 CYGNUS config.sub* move-if-change* symlink-tree*
27 ChangeLog configure* mpw-README texinfo/
28 Makefile.in configure.in mpw-build.in
[all …]
/OK3568_Linux_fs/kernel/drivers/base/
H A Dplatform.c1 // SPDX-License-Identifier: GPL-2.0
3 * platform.c - platform 'pseudo' bus for legacy devices
5 * Copyright (c) 2002-3 Patrick Mochel
6 * Copyright (c) 2002-3 Open Source Development Labs
8 * Please see Documentation/driver-api/driver-model/platform.rst for more
18 #include <linux/dma-mapping.h>
26 #include <linux/clk/clk-conf.h>
39 .init_name = "platform",
44 * platform_get_resource - get a resource for a device
45 * @dev: platform device
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dmdesc.c1 // SPDX-License-Identifier: GPL-2.0
26 /* Unlike the OBP device tree, the machine description is a full-on
107 {"virtual-device-port", get_vdev_port_node_info,
109 {"domain-services-port", get_ds_port_node_info,
153 BUG_ON(((unsigned long)&hp->mdesc) & (16UL - 1)); in mdesc_handle_init()
156 INIT_LIST_HEAD(&hp->list); in mdesc_handle_init()
157 hp->self_base = base; in mdesc_handle_init()
158 refcount_set(&hp->refcnt, 1); in mdesc_handle_init()
159 hp->handle_size = handle_size; in mdesc_handle_init()
168 handle_size = (sizeof(struct mdesc_handle) - in mdesc_memblock_alloc()
[all …]
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dintel_txt.rst6 Technology (Intel(R) TXT), defines platform-level enhancements that
13 - Provides dynamic root of trust for measurement (DRTM)
14 - Data protection in case of improper shutdown
15 - Measurement and verification of launched environment
18 non-vPro systems. It is currently available on desktop systems
30 - LinuxTAG 2008:
31 http://www.linuxtag.org/2008/en/conf/events/vp-donnerstag.html
33 - TRUST2008:
34 http://www.trust-conference.eu/downloads/Keynote-Speakers/
35 3_David-Grawrock_The-Front-Door-of-Trusted-Computing.pdf
[all …]

12345678910>>...42