Home
last modified time | relevance | path

Searched +full:entry +full:- +full:method (Results 1 – 25 of 1035) sorted by relevance

12345678910>>...42

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Didle-states.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/arm/idle-states.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
14 1 - Introduction
18 where cores can be put in different low-power states (ranging from simple wfi
20 range of dynamic idle states that a processor can enter at run-time, can be
27 - Running
28 - Idle_standby
[all …]
H A Dpsci.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
15 processors") can be used by Linux to initiate various CPU-centric power
25 r0 => 32-bit Function ID / return value
26 {r1 - r3} => Parameters
40 - description:
44 - description:
46 const: arm,psci-0.2
[all …]
H A Dcpu-capacity.txt6 1 - Introduction
15 2 - CPU capacity definition
19 heterogeneity. Such heterogeneity can come from micro-architectural differences
23 capture a first-order approximation of the relative performance of CPUs.
29 * A "single-threaded" or CPU affine benchmark
43 3 - capacity-dmips-mhz
46 capacity-dmips-mhz is an optional cpu node [1] property: u32 value
51 capacity-dmips-mhz property is all-or-nothing: if it is specified for a cpu
54 available, final capacities are calculated by directly using capacity-dmips-
58 4 - Examples
[all …]
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dbooting.rst1 .. SPDX-License-Identifier: GPL-2.0
4 ------------------
8 was decided to enforce some strict rules regarding the kernel entry and
9 bootloader <-> kernel interfaces, in order to avoid the degeneration that had
10 become the ppc32 kernel entry point and the way a new platform should be added
14 merged architecture for ppc32 and ppc64, new 32-bit platforms and 32-bit
19 of a device-tree whose format is defined after Open Firmware specification.
21 doesn't require the device-tree to represent every device in the system and only
34 Entry point
37 There is one single entry point to the kernel, at the start
[all …]
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dww-mutex-design.rst2 Wound/Wait Deadlock-Proof Mutex Design
5 Please read mutex-design.txt first, as it applies to wait/wound mutexes too.
7 Motivation for WW-Mutexes
8 -------------------------
37 and the deadlock handling approach is called Wait-Die. The name is based on
41 and dies. Hence Wait-Die.
42 There is also another algorithm called Wound-Wait:
46 transaction. Hence Wound-Wait.
48 However, the Wound-Wait algorithm is typically stated to generate fewer backoffs
49 compared to Wait-Die, but is, on the other hand, associated with more work than
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dutpredef.c1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
4 * Module Name: utpredef - support functions for predefined names
6 * Copyright (C) 2000 - 2020, Intel Corp.
33 * PARAMETERS: this_name - Entry in the predefined method/name table
35 * RETURN: Pointer to next entry in predefined table.
37 * DESCRIPTION: Get the next entry in the predefine method table. Handles the
38 * cases where a package info entry follows a method name that
49 * Skip next entry in the table if this name returns a Package in acpi_ut_get_next_predefined_method()
50 * (next entry contains the package info) in acpi_ut_get_next_predefined_method()
52 if ((this_name->info.expected_btypes & ACPI_RTYPE_PACKAGE) && in acpi_ut_get_next_predefined_method()
[all …]
H A Dnsarguments.c1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
4 * Module Name: nsarguments - Validation of args for ACPI predefined methods
6 * Copyright (C) 2000 - 2020, Intel Corp.
22 * PARAMETERS: info - Method execution information block
41 * Also, ignore typecheck if warnings/errors if this method in acpi_ns_check_argument_types()
42 * has already been evaluated at least once -- in order in acpi_ns_check_argument_types()
45 if (!info->predefined || (info->node->flags & ANOBJ_EVALUATED)) { in acpi_ns_check_argument_types()
49 arg_type_list = info->predefined->info.argument_list; in acpi_ns_check_argument_types()
54 for (i = 0; ((i < arg_count) && (i < info->param_count)); i++) { in acpi_ns_check_argument_types()
56 user_arg_type = info->parameters[i]->common.type; in acpi_ns_check_argument_types()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_native_mgm.c1 // SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
4 * (C) COPYRIGHT 2019-2022 ARM Limited. All rights reserved.
18 * http://www.gnu.org/licenses/gpl-2.0.html.
30 * kbase_native_mgm_alloc - Native physical memory allocation method
34 * Its valid range is 0 .. MEMORY_GROUP_MANAGER_NR_GROUPS-1.
59 < (BASE_MEM_GROUP_COUNT - 1)); in kbase_native_mgm_alloc()
68 * kbase_native_mgm_free - Native physical memory freeing method
72 * Its valid range is 0 .. MEMORY_GROUP_MANAGER_NR_GROUPS-1.
91 * kbase_native_mgm_vmf_insert_pfn_prot - Native method to map a page on the CPU
95 * Its valid range is 0 .. MEMORY_GROUP_MANAGER_NR_GROUPS-1.
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/
H A Dacpi.c9 * Copyright (C) 2019 - 2020 Intel Corporation
25 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
30 * Copyright (C) 2019 - 2020 Intel Corporation
62 #include "iwl-drv.h"
63 #include "iwl-debug.h"
71 static int iwl_acpi_get_handle(struct device *dev, acpi_string method, in iwl_acpi_get_handle() argument
81 return -ENOENT; in iwl_acpi_get_handle()
84 status = acpi_get_handle(root_handle, method, ret_handle); in iwl_acpi_get_handle()
87 "ACPI: %s method not found\n", method); in iwl_acpi_get_handle()
88 return -ENOENT; in iwl_acpi_get_handle()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/isci/
H A Dremote_node_table.c7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
20 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
26 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
85 group_table = remote_node_table->remote_node_groups[group_table_index]; in sci_remote_node_table_get_group_index()
87 for (dword_index = 0; dword_index < remote_node_table->group_array_size; dword_index++) { in sci_remote_node_table_get_group_index()
108 * This method will clear the group index entry in the specified group index
121 BUG_ON(group_index >= (u32)(remote_node_table->group_array_size * 32)); in sci_remote_node_table_clear_group_index()
125 group_table = remote_node_table->remote_node_groups[group_table_index]; in sci_remote_node_table_clear_group_index()
138 * This method will set the group index bit entry in the specified gropu index
151 BUG_ON(group_index >= (u32)(remote_node_table->group_array_size * 32)); in sci_remote_node_table_set_group_index()
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/arm/
H A Djuno-r2.dts9 /dts-v1/;
11 #include <dt-bindings/interrupt-controller/arm-gic.h>
12 #include "juno-base.dtsi"
13 #include "juno-cs-r1r2.dtsi"
17 compatible = "arm,juno-r2", "arm,juno", "arm,vexpress";
18 interrupt-parent = <&gic>;
19 #address-cells = <2>;
20 #size-cells = <2>;
27 stdout-path = "serial0:115200n8";
31 compatible = "arm,psci-0.2";
[all …]
H A Djuno.dts4 * Copyright (c) 2013-2014 ARM Ltd.
9 /dts-v1/;
11 #include <dt-bindings/interrupt-controller/arm-gic.h>
12 #include "juno-base.dtsi"
17 interrupt-parent = <&gic>;
18 #address-cells = <2>;
19 #size-cells = <2>;
26 stdout-path = "serial0:115200n8";
30 compatible = "arm,psci-0.2";
31 method = "smc";
[all …]
H A Djuno-r1.dts9 /dts-v1/;
11 #include <dt-bindings/interrupt-controller/arm-gic.h>
12 #include "juno-base.dtsi"
13 #include "juno-cs-r1r2.dtsi"
17 compatible = "arm,juno-r1", "arm,juno", "arm,vexpress";
18 interrupt-parent = <&gic>;
19 #address-cells = <2>;
20 #size-cells = <2>;
27 stdout-path = "serial0:115200n8";
31 compatible = "arm,psci-0.2";
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dmad.c2 * Copyright (c) 2004-2007 Voltaire, Inc. All rights reserved.
18 * - Redistributions of source code must retain the above
22 * - Redistributions in binary form must reproduce the above
40 #include <linux/dma-mapping.h>
60 struct trace_event_raw_ib_mad_send_template *entry) in create_mad_addr_info() argument
63 struct ib_device *dev = qp_info->port_priv->device; in create_mad_addr_info()
64 u8 pnum = qp_info->port_priv->port_num; in create_mad_addr_info()
65 struct ib_ud_wr *wr = &mad_send_wr->send_wr; in create_mad_addr_info()
68 rdma_query_ah(wr->ah, &attr); in create_mad_addr_info()
71 entry->sl = attr.sl; in create_mad_addr_info()
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/synaptics/
H A Das370.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
12 interrupt-parent = <&gic>;
13 #address-cells = <2>;
14 #size-cells = <2>;
17 compatible = "arm,psci-1.0";
18 method = "smc";
22 #address-cells = <1>;
23 #size-cells = <0>;
26 compatible = "arm,cortex-a53";
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-toshiba_acpi8 * 0x1 -> FN-Z
9 * 0x2 -> AUTO (also called TIMER)
10 * 0x8 -> ON
11 * 0x10 -> OFF
14 parameters, kernel 3.15 only accepts the first two (FN-Z and
26 valid values range from 0-60.
29 type and the range accepted for type 2 is 1-60.
30 See the entry named "kbd_type"
37 Description: This file shows the absolute position of the built-in
47 * 0 -> OFF
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/
H A Dtrie_policy.hpp1 // -*- C++ -*-
3 // Copyright (C) 2005-2020 Free Software Foundation, Inc.
25 // Copyright (C) 2004 Ami Tavory and Vladimir Dreizin, IBM-HRL.
38 * Contains trie-related policies.
99 max_size = max_e_val - min_e_val + 1
108 /// Returns a const_iterator to the after-last element of
211 /// Returns the const iterator associated with the just-after last element.
215 /// Returns the iterator associated with the just-after last element.
227 /// Returns the node_const_iterator associated with a just-after leaf node.
231 /// Returns the node_iterator associated with a just-after leaf node.
[all …]
H A Dtree_policy.hpp1 // -*- C++ -*-
3 // Copyright (C) 2005-2020 Free Software Foundation, Inc.
25 // Copyright (C) 2004 Ami Tavory and Vladimir Dreizin, IBM-HRL.
38 * Contains tree-related policies.
82 /// Finds an entry by __order. Returns a const_iterator to the
83 /// entry with the __order order, or a const_iterator to the
89 /// Finds an entry by __order. Returns an iterator to the entry
97 /// r_key is the smallest key, this method will return 0; if r_key
98 /// is a key between the smallest and next key, this method will
100 /// method will return the size of r_c.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/
H A Dtrie_policy.hpp1 // -*- C++ -*-
3 // Copyright (C) 2005-2020 Free Software Foundation, Inc.
25 // Copyright (C) 2004 Ami Tavory and Vladimir Dreizin, IBM-HRL.
38 * Contains trie-related policies.
99 max_size = max_e_val - min_e_val + 1
108 /// Returns a const_iterator to the after-last element of
211 /// Returns the const iterator associated with the just-after last element.
215 /// Returns the iterator associated with the just-after last element.
227 /// Returns the node_const_iterator associated with a just-after leaf node.
231 /// Returns the node_iterator associated with a just-after leaf node.
[all …]
H A Dtree_policy.hpp1 // -*- C++ -*-
3 // Copyright (C) 2005-2020 Free Software Foundation, Inc.
25 // Copyright (C) 2004 Ami Tavory and Vladimir Dreizin, IBM-HRL.
38 * Contains tree-related policies.
82 /// Finds an entry by __order. Returns a const_iterator to the
83 /// entry with the __order order, or a const_iterator to the
89 /// Finds an entry by __order. Returns an iterator to the entry
97 /// r_key is the smallest key, this method will return 0; if r_key
98 /// is a key between the smallest and next key, this method will
100 /// method will return the size of r_c.
[all …]
/OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/
H A Drpc-cache.rst21 - mapping from IP address to client name
22 - mapping from client name and filesystem to export options
23 - mapping from UID to list of GIDs, to work around NFS's limitation
25 - mappings between local UID/GID and remote UID/GID for sites that
27 - mapping from network identify to public key for crypto authentication.
31 - general cache lookup with correct locking
32 - supporting 'NEGATIVE' as well as positive entries
33 - allowing an EXPIRED time on cache items, and removing
34 items after they expire, and are no longer in-use.
35 - making requests to user-space to fill in cache entries
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py6 # SPDX-License-Identifier: GPL-2.0-only
80 Entry point: /xhr_buildrequest/<project_id>
81 Method: POST
149 Entry point: /xhr_projectupdate/<project_id>
150 Method: POST
192 Entry point: /xhr_setdefaultimage/<project_id>
193 Method: POST
239 # recipes-*/*/*.bb
240 cmd = '%s %s' % ('ls', os.path.join(layer.local_source_dir,'recipes-*/*/*.bb'))
242 recipes_list = recipes_list.decode("utf-8").strip()
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dcpu_ops.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * CPU kernel entry/exit control
46 if (!strcmp(name, (*ops)->name)) in cpu_get_ops()
68 enable_method = of_get_property(dn, "enable-method", NULL); in cpu_read_enable_method()
71 * The boot CPU may not have an enable method (e.g. in cpu_read_enable_method()
72 * when spin-table is used for secondaries). in cpu_read_enable_method()
76 pr_err("%pOF: missing enable-method property\n", in cpu_read_enable_method()
85 * checking the enable method since for some in cpu_read_enable_method()
90 pr_err("Unsupported ACPI enable-method\n"); in cpu_read_enable_method()
97 * Read a cpu's enable method and record it in cpu_ops.
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ipa/
H A Dmali_kbase_ipa.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
4 * (C) COPYRIGHT 2016-2022 ARM Limited. All rights reserved.
18 * http://www.gnu.org/licenses/gpl-2.0.html.
30 * enum kbase_ipa_block_type - Type of block for which power estimation is done.
34 * @KBASE_IPA_BLOCK_TYPE_TOP_LEVEL: Top-level block, that covers CSHW,
49 * struct kbase_ipa_model - Object describing a particular IPA model.
67 * kbase_ipa_model_add_param_s32 - Add an integer model parameter
69 * @name: name of corresponding debugfs entry
72 * @dt_required: if false, a corresponding devicetree entry is not required,
83 * kbase_ipa_model_add_param_string - Add a string model parameter
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dsdm630.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
6 #include <dt-bindings/clock/qcom,gcc-sdm660.h>
7 #include <dt-bindings/clock/qcom,rpmcc.h>
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/interrupt-controller/arm-gic.h>
12 interrupt-parent = <&intc>;
14 #address-cells = <2>;
15 #size-cells = <2>;
20 xo_board: xo-board {
21 compatible = "fixed-clock";
[all …]

12345678910>>...42