/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/ |
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 …]
|
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 …]
|
/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/filters/ |
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 …]
|
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 …]
|
/linux-5.10/tools/perf/tests/ |
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 …]
|
/linux-5.10/tools/lib/traceevent/Documentation/ |
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 …]
|
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 …]
|
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 …]
|
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 …]
|
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 …]
|
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 …]
|
D | libtraceevent-commands.txt | 5 ---- 7 tep_data_comm_from_pid, tep_data_pid_from_comm, tep_cmdline_pid - 11 -------- 13 -- 14 *#include <event-parse.h>* 16 int *tep_register_comm*(struct tep_handle pass:[*]_tep_, const char pass:[*]_comm_, int _pid_); 17 int *tep_override_comm*(struct tep_handle pass:[*]_tep_, const char pass:[*]_comm_, int _pid_); 18 bool *tep_is_pid_registered*(struct tep_handle pass:[*]_tep_, int _pid_); 19 const char pass:[*]*tep_data_comm_from_pid*(struct tep_handle pass:[*]_pevent_, int _pid_); 20 struct cmdline pass:[*]*tep_data_pid_from_comm*(struct tep_handle pass:[*]_pevent_, const char pass… [all …]
|
D | libtraceevent.txt | 5 ---- 6 libtraceevent - Linux kernel trace event library 9 -------- 11 -- 12 *#include <event-parse.h>* 15 struct tep_handle pass:[*]*tep_alloc*(void); 16 void *tep_free*(struct tep_handle pass:[*]_tep_); 17 void *tep_ref*(struct tep_handle pass:[*]_tep_); 18 void *tep_unref*(struct tep_handle pass:[*]_tep_); 19 int *tep_get_ref*(struct tep_handle pass:[*]_tep_); [all …]
|
/linux-5.10/drivers/w1/masters/ |
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 …]
|
/linux-5.10/tools/testing/selftests/vm/ |
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 …]
|
/linux-5.10/arch/mips/cavium-octeon/executive/ |
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 …]
|
/linux-5.10/arch/mips/include/asm/sibyte/ |
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 …]
|
/linux-5.10/tools/testing/selftests/tc-testing/ |
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 …]
|
/linux-5.10/tools/testing/selftests/bpf/verifier/ |
D | ctx.c | 28 offsetof(struct __sk_buff, data) - 39 "pass unmodified ctx pointer to helper", 51 "pass modified ctx pointer to helper, 1", 53 BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, -612), 65 "pass modified ctx pointer to helper, 2", 67 BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, -612), 79 "pass modified ctx pointer to helper, 3", 95 "pass ctx or null check, 1: ctx", 107 "pass ctx or null check, 2: null", 120 "pass ctx or null check, 3: 1", [all …]
|
/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/actions/ |
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 …]
|
D | ife.json | 4 "name": "Create valid ife encode action with mark and pass control", 13 1, 17 "cmdUnderTest": "$TC actions add action ife encode allow mark pass index 2", 20 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow mark.*index 2", 21 "matchCount": "1", 37 1, 44 … "matchPattern": "action order [0-9]*: ife encode action pipe.*type 0[xX]ED3E.*use mark.*index 2", 45 "matchCount": "1", 61 1, 68 …"matchPattern": "action order [0-9]*: ife encode action continue.*type 0[xX]ED3E.*allow mark.*inde… [all …]
|
D | connmark.json | 13 1, 20 "matchPattern": "action order [0-9]+: connmark zone 0 pipe", 21 "matchCount": "1", 28 "name": "Add valid connmark action with control pass", 37 1, 41 "cmdUnderTest": "$TC actions add action connmark pass index 1", 43 "verifyCmd": "$TC actions get action connmark index 1", 44 "matchPattern": "action order [0-9]+: connmark zone 0 pass.*index 1 ref", 45 "matchCount": "1", 61 1, [all …]
|
D | csum.json | 13 1, 20 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 800 ref", 21 "matchCount": "1", 37 1, 44 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 7 ref", 45 "matchCount": "1", 61 1, 68 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 1122 ref", 69 "matchCount": "1", 85 1, [all …]
|
/linux-5.10/net/netfilter/ipvs/ |
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 …]
|
/linux-5.10/fs/jbd2/ |
D | recovery.c | 1 // SPDX-License-Identifier: GPL-2.0+ 7 * Copyright 1999-2000 Red Hat Software --- All Rights Reserved 39 struct recovery_info *info, enum passtype pass); 48 while (--n >= 0) in journal_brelse_array() 61 * the readahead size, though. 128K is a purely arbitrary, good-enough 76 max = start + (128 * 1024 / journal->j_blocksize); in do_readahead() 77 if (max > journal->j_total_len) in do_readahead() 78 max = journal->j_total_len; in do_readahead() 94 bh = __getblk(journal->j_dev, blocknr, journal->j_blocksize); in do_readahead() 96 err = -ENOMEM; in do_readahead() [all …]
|