Home
last modified time | relevance | path

Searched full:method (Results 1 – 25 of 4064) sorted by relevance

12345678910>>...163

/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Ddsmethod.c4 * Module Name: dsmethod - Parser/Interpreter interface - control method parsing
34 * PARAMETERS: node - Namespace Node of the method
35 * obj_desc - Method object attached to node
39 * DESCRIPTION: Parse a control method AML to scan for control methods that
43 * there is only a problem if the method actually blocks during execution.
46 * detect whether a method will block or not, so we simply mark all suspicious
50 * control method.
65 "Method auto-serialization parse [%4.4s] %p\n", in acpi_ds_auto_serialize_method()
68 /* Create/Init a root op for the method parse tree */ in acpi_ds_auto_serialize_method()
70 op = acpi_ps_alloc_op(AML_METHOD_OP, obj_desc->method.aml_start); in acpi_ds_auto_serialize_method()
[all …]
H A Dpsxface.c37 * method execution
65 * PARAMETERS: info - Method info block, contains:
66 * node - Method Node to execute
67 * obj_desc - Method object
68 * parameters - List of parameters to pass to the method,
71 * return_object - Where to put method's return value (if
74 * return_object - Where to put method's return value (if
80 * DESCRIPTION: Execute a control method
96 /* Validate the Info and method Node */ in acpi_ps_execute_method()
102 /* Init for new method, wait on concurrency semaphore */ in acpi_ps_execute_method()
[all …]
H A Dnsarguments.c22 * PARAMETERS: info - Method execution information block
41 * Also, ignore typecheck if warnings/errors if this method in acpi_ns_check_argument_types()
70 /* Prevent any additional typechecking for this method */ in acpi_ns_check_argument_types()
82 * node - Namespace node for the method/object
111 * If this object is not a control method, we can check if the ACPI in acpi_ns_check_acpi_compliance()
112 * spec requires that it be a method. in acpi_ns_check_acpi_compliance()
117 /* Object requires args, must be implemented as a method */ in acpi_ns_check_acpi_compliance()
121 "Object (%s) must be a control method with %u arguments", in acpi_ns_check_acpi_compliance()
128 /* Object requires no args and no return value, must be a method */ in acpi_ns_check_acpi_compliance()
132 "Object (%s) must be a control method " in acpi_ns_check_acpi_compliance()
[all …]
/OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/
H A Dmethod-tracing.rst15 method tracing facility.
20 ACPICA provides method tracing capability. And two functions are
33 But when the particular layer/level is applied to the control method
37 logs when the control method evaluation is started, and disable the
38 detailed logging when the control method evaluation is stopped.
52 control method is being evaluated::
58 # echo "method" > /sys/module/acpi/parameters/trace_state
61 control method is being evaluated for the first time::
67 # echo "method-once" > /sys/module/acpi/parameters/trace_state
74 Full path of a control method that can be found in the ACPI namespace.
[all …]
H A Dmethod-customizing.rst4 Linux ACPI Custom Control Method How To
14 1. override an existing method which may not work correctly,
16 2. insert a completely new method in order to create a missing
17 method such as _OFF, _ON, _STA, _INI, etc.
20 control method rather than override the entire DSDT, because kernel
25 - Only ACPI METHOD can be overridden, any other object types like
29 - The same ACPI control method can be overridden for many times,
38 1. override an existing method
43 c) rewrite the ASL code of the method and save it in a new file,
45 Here is an example of a customized \_SB._AC._PSR method::
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dthunderx-88xx.dtsi18 method = "smc";
29 enable-method = "psci";
35 enable-method = "psci";
41 enable-method = "psci";
47 enable-method = "psci";
53 enable-method = "psci";
59 enable-method = "psci";
65 enable-method = "psci";
71 enable-method = "psci";
77 enable-method = "psci";
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/cavium/
H A Dthunder-88xx.dtsi58 method = "smc";
69 enable-method = "psci";
75 enable-method = "psci";
81 enable-method = "psci";
87 enable-method = "psci";
93 enable-method = "psci";
99 enable-method = "psci";
105 enable-method = "psci";
111 enable-method = "psci";
117 enable-method = "psci";
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A Dserver.py147 async def copy_unihash_from_upstream(client, db, method, taskhash): argument
148 d = await client.get_taskhash(method, taskhash)
220 method = request['method']
225 d = await self.get_unihash(cursor, method, taskhash, fetch_all)
229 async def get_unihash(self, cursor, method, taskhash, fetch_all=False): argument
236 …INNER JOIN unihashes_v2 ON unihashes_v2.method=outhashes_v2.method AND unihashes_v2.taskhash=outha…
237 WHERE outhashes_v2.method=:method AND outhashes_v2.taskhash=:taskhash
242 'method': method,
252 d = await self.upstream_client.get_taskhash(method, taskhash, True)
256 row = self.query_equivalent(cursor, method, taskhash)
[all …]
H A Dtests.py29 METHOD = 'TestMethod' variable in HashEquivalenceTestSetup
72 result = client.get_unihash(self.METHOD, taskhash)
85 result = self.client.report_unihash(taskhash, self.METHOD, outhash, unihash)
95 result = self.client.report_unihash(taskhash, self.METHOD, outhash, unihash)
102 result = self.client.report_unihash(taskhash2, self.METHOD, outhash, unihash2)
112 self.client.report_unihash(taskhash, self.METHOD, outhash, unihash)
118 self.client.report_unihash(taskhash, self.METHOD, outhash2, unihash2)
124 self.client.report_unihash(taskhash, self.METHOD, outhash3, unihash3)
138 result = self.client.report_unihash(taskhash, self.METHOD, outhash, unihash, {
143 result_unihash = self.client.get_taskhash(self.METHOD, taskhash, True)
[all …]
H A Dclient.py56 async def get_unihash(self, method, taskhash): argument
58 r = await self.send_stream("%s %s" % (method, taskhash))
63 async def report_unihash(self, taskhash, method, outhash, unihash, extra={}): argument
67 m["method"] = method
72 async def report_unihash_equiv(self, taskhash, method, unihash, extra={}): argument
76 m["method"] = method
80 async def get_taskhash(self, method, taskhash, all_properties=False): argument
83 {"get": {"taskhash": taskhash, "method": method, "all": all_properties}}
86 async def get_outhash(self, method, outhash, taskhash): argument
89 {"get-outhash": {"outhash": outhash, "taskhash": taskhash, "method": method}}
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dplugins.qmltypes18 Method { name: "coordinate"; type: "QGeoCoordinate" }
19 Method {
26 Method {
32 Method { name: "shape"; type: "QGeoShape" }
33 Method { name: "rectangle"; type: "QGeoRectangle" }
34 Method {
41 Method {
47 Method {
52 Method { name: "circle"; type: "QGeoCircle" }
53 Method {
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/acpi/
H A Dirqlinks.asl29 /* Disable method */
30 Method(_DIS, 0, Serialized)
42 Method(_CRS, 0, Serialized)
60 Method(_SRS, 1, Serialized)
72 Method(_STA, 0, Serialized)
87 /* Disable method */
88 Method(_DIS, 0, Serialized)
100 Method(_CRS, 0, Serialized)
118 Method(_SRS, 1, Serialized)
130 Method(_STA, 0, Serialized)
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes150 Method { name: "submit"; type: "bool" }
151 Method { name: "revert" }
152 Method {
159 Method {
165 Method {
172 Method {
178 Method {
183 Method {
190 Method {
195 Method { name: "rowCount"; type: "int" }
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dproc-v7-bugs.c66 static unsigned int spectre_v2_install_workaround(unsigned int method) in spectre_v2_install_workaround() argument
74 switch (method) { in spectre_v2_install_workaround()
109 static unsigned int spectre_v2_install_workaround(unsigned int method) in spectre_v2_install_workaround() argument
119 unsigned int state, method = 0; in cpu_v7_spectre_v2_init() local
129 method = SPECTRE_V2_METHOD_BPIALL; in cpu_v7_spectre_v2_init()
135 method = SPECTRE_V2_METHOD_ICIALLU; in cpu_v7_spectre_v2_init()
161 method = SPECTRE_V2_METHOD_HVC; in cpu_v7_spectre_v2_init()
165 method = SPECTRE_V2_METHOD_SMC; in cpu_v7_spectre_v2_init()
175 state = spectre_v2_install_workaround(method); in cpu_v7_spectre_v2_init()
177 spectre_v2_update_state(state, method); in cpu_v7_spectre_v2_init()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dsnmp.json13 "method": "get", string
19 "method": "multiget", string
28 "method": "getnext", string
34 "method": "multiwalk", string
42 "method": "bulkwalk", string
50 "method": "bulkget", string
66 "method": "walk", string
71 "method": "table", string
78 "method": "set", string
83 "method": "multiset", string
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dengine.h30 // Methods are reference counted but |ENGINE|s are not. When creating a method,
38 // ENGINE_new returns an empty ENGINE that uses the default method for all
47 // Method accessors.
49 // Method accessors take a method pointer and the size of the structure. The
50 // size allows for ABI compatibility in the case that the method structure is
57 const RSA_METHOD *method,
62 const ECDSA_METHOD *method,
67 // Generic method functions.
69 // These functions take a void* type but actually operate on all method
72 // METHOD_ref increments the reference count of |method|. This is a no-op for
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dengine.h30 // Methods are reference counted but |ENGINE|s are not. When creating a method,
38 // ENGINE_new returns an empty ENGINE that uses the default method for all
47 // Method accessors.
49 // Method accessors take a method pointer and the size of the structure. The
50 // size allows for ABI compatibility in the case that the method structure is
57 const RSA_METHOD *method,
62 const ECDSA_METHOD *method,
67 // Generic method functions.
69 // These functions take a void* type but actually operate on all method
72 // METHOD_ref increments the reference count of |method|. This is a no-op for
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dengine.h30 // Methods are reference counted but |ENGINE|s are not. When creating a method,
38 // ENGINE_new returns an empty ENGINE that uses the default method for all
47 // Method accessors.
49 // Method accessors take a method pointer and the size of the structure. The
50 // size allows for ABI compatibility in the case that the method structure is
57 const RSA_METHOD *method,
62 const ECDSA_METHOD *method,
67 // Generic method functions.
69 // These functions take a void* type but actually operate on all method
72 // METHOD_ref increments the reference count of |method|. This is a no-op for
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dengine.h30 // Methods are reference counted but |ENGINE|s are not. When creating a method,
38 // ENGINE_new returns an empty ENGINE that uses the default method for all
47 // Method accessors.
49 // Method accessors take a method pointer and the size of the structure. The
50 // size allows for ABI compatibility in the case that the method structure is
57 const RSA_METHOD *method,
62 const ECDSA_METHOD *method,
67 // Generic method functions.
69 // These functions take a void* type but actually operate on all method
72 // METHOD_ref increments the reference count of |method|. This is a no-op for
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dengine.h30 // Methods are reference counted but |ENGINE|s are not. When creating a method,
38 // ENGINE_new returns an empty ENGINE that uses the default method for all
47 // Method accessors.
49 // Method accessors take a method pointer and the size of the structure. The
50 // size allows for ABI compatibility in the case that the method structure is
57 const RSA_METHOD *method,
62 const ECDSA_METHOD *method,
67 // Generic method functions.
69 // These functions take a void* type but actually operate on all method
72 // METHOD_ref increments the reference count of |method|. This is a no-op for
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dengine.h30 // Methods are reference counted but |ENGINE|s are not. When creating a method,
38 // ENGINE_new returns an empty ENGINE that uses the default method for all
47 // Method accessors.
49 // Method accessors take a method pointer and the size of the structure. The
50 // size allows for ABI compatibility in the case that the method structure is
57 const RSA_METHOD *method,
62 const ECDSA_METHOD *method,
67 // Generic method functions.
69 // These functions take a void* type but actually operate on all method
72 // METHOD_ref increments the reference count of |method|. This is a no-op for
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dcharge_reserved_hugetlb.sh149 local method="$6"
174 if [[ "$method" == "1" ]] || [[ "$method" == 2 ]] ||
178 "$cgroup" "$path" "$method" "$private" "-l" "$reserve" 2>&1 | tee $output &
211 "$cgroup" "$path" "$method" "$private" "$reserve"
267 local method="$7"
287 "$write" "/mnt/huge/test" "$method" "$private" "$expect_failure" \
315 local method="${12}"
341 "$populate1" "$write1" "/mnt/huge/test1" "$method" "$private" \
358 "$populate2" "$write2" "/mnt/huge/test2" "$method" "$private" \
393 for method in 0 1 2; do
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/
H A Dxmethod.py54 When looking for xmethods, GDB invokes the `match' method of a
55 registered xmethod matcher to match the object type and method name.
56 The `match' method in concrete classes derived from this class should
67 the 'match' method below to know how this sequence is used.
76 xmethods returned by the `match' method.
83 """Match class type and method name.
92 method_name: The name (string) of the method to match.
100 An xmethod worker is an object which matches the method arguments, and
101 invokes the method when GDB wants it to. Internally, GDB first invokes the
102 'get_arg_types' method to perform overload resolution. If GDB selects to
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/
H A Dxmethod.py54 When looking for xmethods, GDB invokes the `match' method of a
55 registered xmethod matcher to match the object type and method name.
56 The `match' method in concrete classes derived from this class should
67 the 'match' method below to know how this sequence is used.
76 xmethods returned by the `match' method.
83 """Match class type and method name.
92 method_name: The name (string) of the method to match.
100 An xmethod worker is an object which matches the method arguments, and
101 invokes the method when GDB wants it to. Internally, GDB first invokes the
102 'get_arg_types' method to perform overload resolution. If GDB selects to
[all …]
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dcpuidle.c55 * @method: the method name
58 * method name.
62 static const struct cpuidle_ops *__init arm_cpuidle_get_ops(const char *method) in arm_cpuidle_get_ops() argument
66 for (; m->method; m++) in arm_cpuidle_get_ops()
67 if (!strcmp(m->method, method)) in arm_cpuidle_get_ops()
78 * Get the method name defined in the 'enable-method' property, retrieve the
83 * Return 0 on sucess, -ENOENT if no 'enable-method' is defined, -EOPNOTSUPP if
84 * no cpuidle_ops is registered for the 'enable-method', or if either init or
92 enable_method = of_get_property(dn, "enable-method", NULL); in arm_cpuidle_read_ops()
98 pr_warn("%pOF: unsupported enable-method property: %s\n", in arm_cpuidle_read_ops()
[all …]

12345678910>>...163