| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/hdcp/ |
| H A D | hdcp2_transition.c | 34 struct mod_hdcp_connection *conn = &hdcp->connection; in mod_hdcp_hdcp2_transition() 35 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; in mod_hdcp_hdcp2_transition() 39 if (input->hdcp2version_read != PASS || in mod_hdcp_hdcp2_transition() 40 input->hdcp2_capable_check != PASS) { in mod_hdcp_hdcp2_transition() 41 adjust->hdcp2.disable = 1; in mod_hdcp_hdcp2_transition() 50 if (input->create_session != PASS || in mod_hdcp_hdcp2_transition() 51 input->ake_init_prepare != PASS) { in mod_hdcp_hdcp2_transition() 53 adjust->hdcp2.disable = 1; in mod_hdcp_hdcp2_transition() 56 } else if (input->ake_init_write != PASS) { in mod_hdcp_hdcp2_transition() 65 if (input->ake_cert_available != PASS) { in mod_hdcp_hdcp2_transition() [all …]
|
| H A D | hdcp1_transition.c | 34 struct mod_hdcp_connection *conn = &hdcp->connection; in mod_hdcp_hdcp1_transition() 35 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; in mod_hdcp_hdcp1_transition() 39 if (input->bksv_read != PASS || input->bcaps_read != PASS) { in mod_hdcp_hdcp1_transition() 40 /* 1A-04: repeatedly attempts on port access failure */ in mod_hdcp_hdcp1_transition() 49 if (input->create_session != PASS) { in mod_hdcp_hdcp1_transition() 51 adjust->hdcp1.disable = 1; in mod_hdcp_hdcp1_transition() 54 } else if (input->an_write != PASS || in mod_hdcp_hdcp1_transition() 55 input->aksv_write != PASS || in mod_hdcp_hdcp1_transition() 56 input->bksv_read != PASS || in mod_hdcp_hdcp1_transition() 57 input->bksv_validation != PASS || in mod_hdcp_hdcp1_transition() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/filters/ |
| H A D | matchall.json | 4 "name": "Add ingress matchall filter for protocol ipv4 and action PASS", 13 …"cmdUnderTest": "$TC filter add dev $DUMMY parent ffff: handle 0x1 prio 1 protocol ip matchall act… 15 "verifyCmd": "$TC filter get dev $DUMMY parent ffff: handle 1 prio 1 protocol ip matchall", 16 …Pattern": "^filter parent ffff: protocol ip pref 1 matchall.*handle 0x1.*gact action pass.*ref 1 b… 17 "matchCount": "1", 25 "name": "Add egress matchall filter for protocol ipv4 and action PASS", 32 "$TC qdisc add dev $DUMMY root handle 1: prio" string 34 …"cmdUnderTest": "$TC filter add dev $DUMMY parent 1: handle 0x1 prio 1 protocol ip matchall action… 36 "verifyCmd": "$TC filter get dev $DUMMY parent 1: handle 1 prio 1 protocol ip matchall", 37 …"matchPattern": "^filter parent 1: protocol ip pref 1 matchall.*handle 0x1.*gact action pass.*ref … [all …]
|
| H A D | fw.json | 4 "name": "Add fw filter with prio at 32-bit maxixum", 15 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 65535 fw action ok", 17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 65535 protocol all fw", 18 "matchPattern": "pref 65535 fw.*handle 0x1.*gact action pass", 19 "matchCount": "1", 26 "name": "Add fw filter with prio exceeding 32-bit maxixum", 37 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 65536 fw action ok", 39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 65536 protocol all fw", 40 "matchPattern": "pref 65536 fw.*handle 0x1.*gact action pass", 164 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 1 fw action ok", [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | time-utils-test.c | 1 // SPDX-License-Identifier: GPL-2.0 6 #include "time-utils.h" 73 .first_sample_time = d->first, in test__perf_time__parse_for_ranges() 74 .last_sample_time = d->last, in test__perf_time__parse_for_ranges() 79 bool pass = false; in test__perf_time__parse_for_ranges() local 82 pr_debug("\nperf_time__parse_for_ranges(\"%s\")\n", d->str); in test__perf_time__parse_for_ranges() 84 if (strchr(d->str, '%')) in test__perf_time__parse_for_ranges() 86 d->first, d->last); in test__perf_time__parse_for_ranges() 88 err = perf_time__parse_for_ranges(d->str, &session, &ptime, &range_size, in test__perf_time__parse_for_ranges() 95 if (range_size < d->num || range_num != d->num) { in test__perf_time__parse_for_ranges() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/w1/masters/ |
| H A D | ds1wm.c | 2 * 1-wire busmaster driver for DS1WM and ASICs with embedded DS1WMs 6 * Copyright (c) 2004-2005, Szabolcs Gyurko <szabolcs.gyurko@tlt.hu> 7 * Copyright (c) 2004-2007, Matt Reimer <mreimer@vpop.net> 35 #define DS1WM_CLKDIV 0x04 /* R/W 5 bits of divisor and pre-scale */ 38 #define DS1WM_CMD_1W_RESET (1 << 0) /* force reset on 1-wire bus */ 39 #define DS1WM_CMD_SRA (1 << 1) /* enable Search ROM accelerator mode */ 40 #define DS1WM_CMD_DQ_OUTPUT (1 << 2) /* write only - forces bus low */ 41 #define DS1WM_CMD_DQ_INPUT (1 << 3) /* read only - reflects state of bus */ 42 #define DS1WM_CMD_RST (1 << 5) /* software reset */ 43 #define DS1WM_CMD_OD (1 << 7) /* overdrive */ [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-filter.txt | 5 ---- 8 tep_filter_remove_event, tep_filter_strerror, tep_filter_add_filter_str - 12 -------- 14 -- 15 *#include <event-parse.h>* 17 struct tep_event_filter pass:[*]*tep_filter_alloc*(struct tep_handle pass:[*]_tep_); 18 void *tep_filter_free*(struct tep_event_filter pass:[*]_filter_); 19 void *tep_filter_reset*(struct tep_event_filter pass:[*]_filter_); 20 …p_errno *tep_filter_add_filter_str*(struct tep_event_filter pass:[*]_filter_, const char pass:[*]_… 21 int *tep_event_filtered*(struct tep_event_filter pass:[*]_filter_, int _event_id_); [all …]
|
| H A D | libtraceevent-reg_event_handler.txt | 5 ---- 6 tep_register_event_handler, tep_unregister_event_handler - Register / 10 -------- 12 -- 13 *#include <event-parse.h>* 20 … tep_handle pass:[*]_tep_, int _id_, const char pass:[*]_sys_name_, const char pass:[*]_event_name… 21 …truct tep_handle pass:[*]tep, int id, const char pass:[*]sys_name, const char pass:[*]event_name, … 23 …f int (*pass:[*]tep_event_handler_func*)(struct trace_seq pass:[*]s, struct tep_record pass:[*]rec… 24 -- 27 ----------- [all …]
|
| H A D | libtraceevent-tseq.txt | 5 ---- 8 trace_seq_do_fprintf, trace_seq_do_printf - 12 -------- 14 -- 15 *#include <event-parse.h>* 16 *#include <trace-seq.h>* 18 void *trace_seq_init*(struct trace_seq pass:[*]_s_); 19 void *trace_seq_destroy*(struct trace_seq pass:[*]_s_); 20 void *trace_seq_reset*(struct trace_seq pass:[*]_s_); 21 void *trace_seq_terminate*(struct trace_seq pass:[*]_s_); [all …]
|
| H A D | libtraceevent-field_print.txt | 5 ---- 6 tep_print_field, tep_print_fields, tep_print_num_field, tep_print_func_field - 10 -------- 12 -- 13 *#include <event-parse.h>* 14 *#include <trace-seq.h>* 16 void *tep_print_field*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, struct tep_format_field p… 17 void *tep_print_fields*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, int _size_, struct tep_e… 18 …ruct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event pass:[*]_event_, const char… 19 …ruct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event pass:[*]_event_, const char… [all …]
|
| H A D | libtraceevent-func_apis.txt | 5 ---- 7 tep_reset_function_resolver, tep_register_function, tep_register_print_string - 11 -------- 13 -- 14 *#include <event-parse.h>* 16 typedef char pass:[*](*tep_func_resolver_t*)(void pass:[*]_priv_, unsigned long long pass:[*]_addrp… 17 …*tep_set_function_resolver*(struct tep_handle pass:[*]_tep_, tep_func_resolver_t pass:[*]_func_, v… 18 void *tep_reset_function_resolver*(struct tep_handle pass:[*]_tep_); 19 const char pass:[*]*tep_find_function*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_); 20 unsigned long long *tep_find_function_address*(struct tep_handle pass:[*]_tep_, unsigned long long … [all …]
|
| H A D | libtraceevent-field_get_val.txt | 5 ---- 7 tep_get_field_raw - Get value of a field. 10 -------- 12 -- 13 *#include <event-parse.h>* 14 *#include <trace-seq.h>* 16 …trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_rec… 17 …trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_rec… 18 …trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_rec… 19 …pass:[*]*tep_get_field_raw*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const … [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | run_vmtests | 2 # SPDX-License-Identifier: GPL-2.0 5 # Kselftest framework requirement - SKIP code is 4. 32 if [ -n "$freepgs" ] && [ -n "$hpgsize_KB" ]; then 36 while [ $tries -gt 0 ] && [ $freepgs -lt $needpgs ]; do 37 lackpgs=$(( $needpgs - $freepgs )) 40 if [ $? -ne 0 ]; then 49 tries=$((tries - 1)) 51 if [ $freepgs -lt $needpgs ]; then 54 exit 1 58 exit 1 [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 | tree-pass.h | 1 /* Definitions for describing one tree-ssa optimization pass. 2 Copyright (C) 2004-2020 Free Software Foundation, Inc. 23 #define GCC_TREE_PASS_H 1 30 /* Optimization pass type. */ 39 /* Metadata for a pass, non-varying across all instances of a pass. */ 42 /* Optimization pass type. */ 45 /* Terse name of the pass used as a fragment of the dump file 49 /* The -fopt-info optimization group flags as defined in dumpfile.h. */ 52 /* The timevar id associated with this pass. */ 56 /* Sets of properties input and output from this pass. */ [all …]
|
| H A D | pass_manager.h | 1 /* pass_manager.h - The pipeline of optimization passes 2 Copyright (C) 2013-2020 Free Software Foundation, Inc. 26 /* Define a list of pass lists so that both passes.c and plugins can easily 27 find all the pass lists. */ 54 void register_one_dump_file (opt_pass *pass); 78 void register_pass_name (opt_pass *pass, const char *name); 89 /* The root of the compilation pass tree, once constructed. */ 96 /* A map from static pass id to optimization pass. */ 103 void set_pass_for_id (int id, opt_pass *pass); 104 void register_dump_files (opt_pass *pass); [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 | tree-pass.h | 1 /* Definitions for describing one tree-ssa optimization pass. 2 Copyright (C) 2004-2020 Free Software Foundation, Inc. 23 #define GCC_TREE_PASS_H 1 30 /* Optimization pass type. */ 39 /* Metadata for a pass, non-varying across all instances of a pass. */ 42 /* Optimization pass type. */ 45 /* Terse name of the pass used as a fragment of the dump file 49 /* The -fopt-info optimization group flags as defined in dumpfile.h. */ 52 /* The timevar id associated with this pass. */ 56 /* Sets of properties input and output from this pass. */ [all …]
|
| H A D | pass_manager.h | 1 /* pass_manager.h - The pipeline of optimization passes 2 Copyright (C) 2013-2020 Free Software Foundation, Inc. 26 /* Define a list of pass lists so that both passes.c and plugins can easily 27 find all the pass lists. */ 54 void register_one_dump_file (opt_pass *pass); 78 void register_pass_name (opt_pass *pass, const char *name); 89 /* The root of the compilation pass tree, once constructed. */ 96 /* A map from static pass id to optimization pass. */ 103 void set_pass_for_id (int id, opt_pass *pass); 104 void register_dump_files (opt_pass *pass); [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/ |
| H A D | runtest.patch | 3 Date: Tue, 11 May 2021 11:57:46 -0400 4 Subject: [PATCH] Add 'install-ptest' rule. 10 Signed-off-by: Mihaela Sendrea <mihaela.sendrea@enea.com> 11 Signed-off-by: Andrej Valek <andrej.valek@siemens.com> 12 Upstream-Status: Inappropriate [https://gitlab.gnome.org/GNOME/libxml2/-/merge_requests/137] 14 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 15 Signed-off-by: Tony Tascioglu <tony.tascioglu@windriver.com> 16 --- 18 runsuite.c | 1 + 20 runxmlconf.c | 1 + [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/ |
| H A D | octeon-model.c | 7 * Copyright (c) 2003-2017 Cavium, Inc. 14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 37 * Returns fuse value: 0 or 1 45 read_cmd.s.pend = 1; in cvmx_fuse_read_byte() 55 * as running early in u-boot static/global variables don't work when 63 char pass[4]; in octeon_model_get_string_buffer() local 83 fus_dat3.s.nodfa_dte = 1; in octeon_model_get_string_buffer() 84 fus_dat3.s.nozip = 1; in octeon_model_get_string_buffer() 87 fus_dat3.s.nodfa_dte = 1; in octeon_model_get_string_buffer() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/sibyte/ |
| H A D | sb1250_defs.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 10 * SB1250 specification level: User's manual 1/02/02 24 * 'long long' (64-bit integer) support. 45 * #if SIBYTE_HDR_FEATURE(chip,pass) 54 * Note also that 'chip' and 'pass' must textually exactly 59 * #if SIBYTE_HDR_FEATURE_UP_TO(chip,pass) 64 * #if SIBYTE_HDR_FEATURE_EXACT(chip,pass) 98 #define SIBYTE_HDR_FMASK(chip, pass) \ argument 99 (SIBYTE_HDR_FMASK_ ## chip ## _ ## pass) 121 #define SIBYTE_HDR_FMASK_BEFORE(chip, pass) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| H A D | gact.json | 4 "name": "Add valid pass action", 13 1, 17 "cmdUnderTest": "$TC actions add action pass index 8", 20 "matchPattern": "action order [0-9]*: gact action pass.*index 8 ref", 21 "matchCount": "1", 37 1, 44 "matchPattern": "action order [0-9]*: gact action pipe.*index 6 ref", 45 "matchCount": "1", 61 1, 68 "matchPattern": "action order [0-9]*: gact action reclassify.*index 5 ref", [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_wrr.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * IPVS: Weighted Round-Robin Scheduling module 10 * Wensong Zhang : changed for the d-linked destination list 28 * - mw: maximum weight 29 * - di: weight step, greatest common divisor from all weights 30 * - cw: current required weight 35 * Last pass should be with cw = di. We have mw/di passes in total: 37 * pass 1: cw = max weight 38 * pass 2: cw = max weight - di 39 * pass 3: cw = max weight - 2 * di [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/ |
| H A D | TdcPlugin.py | 6 print(' -- {}.__init__'.format(self.sub_class)) 12 if self.args.verbose > 1: 13 print(' -- {}.pre_suite'.format(self.sub_class)) 18 if self.args.verbose > 1: 19 print(' -- {}.post_suite'.format(self.sub_class)) 23 if self.args.verbose > 1: 24 print(' -- {}.pre_case'.format(self.sub_class)) 30 if self.args.verbose > 1: 31 print(' -- {}.post_case'.format(self.sub_class)) 34 '''run command before test-runner does the execute step''' [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
| H A D | 0001-Fix-imports-for-ptests.patch | 3 Date: Mon, 7 Jun 2021 09:40:20 -0400 6 Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> 7 --- 8 tests/test_asyncio.py | 2 +- 9 tests/test_asyncio_context_vars.py | 2 +- 10 tests/test_functionality.py | 2 +- 11 tests/test_gevent.py | 2 +- 12 tests/test_hooks.py | 2 +- 13 tests/test_tags.py | 2 +- 14 6 files changed, 6 insertions(+), 6 deletions(-) [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | 0001-raddb-certs-Makefile-fix-the-occasional-verification.patch | 11 openssl pkcs12 -in server.p12 -out server.pem -passin pass:'whatever' -passout pass:'whatever' 15 …sa routines:rsa_ossl_public_decrypt:data too large for modulus:../openssl-1.1.1g/crypto/rsa/rsa_os… 16 140066667427072:error:0D0C5006:asn1 encoding routines:ASN1_item_verify:EVP lib:../openssl-1.1.1g/cr… 21 execute "openssl verify -CAfile ca.pem server.pem", so add to check 24 Upstream-Status: Pending 26 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> 27 --- 28 raddb/certs/Makefile | 30 +++++++++++++++--------------- 29 1 file changed, 15 insertions(+), 15 deletions(-) 31 diff --git a/raddb/certs/Makefile b/raddb/certs/Makefile [all …]
|