| /linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
| H A D | hdcp1_transition.c | 39 if (input->bksv_read != PASS || input->bcaps_read != PASS) { in mod_hdcp_hdcp1_transition() 49 if (input->create_session != PASS) { 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() 68 if (input->bcaps_read != PASS || in mod_hdcp_hdcp1_transition() 69 input->r0p_read != PASS) { in mod_hdcp_hdcp1_transition() 72 } else if (input->rx_validation != PASS) { in mod_hdcp_hdcp1_transition() 81 } else if (!conn->is_repeater && input->encryption != PASS) { in mod_hdcp_hdcp1_transition() [all …]
|
| /linux/tools/testing/selftests/drivers/platform/x86/intel/ifs/ |
| H A D | test_ifs.sh | 25 readonly PASS="PASS" 101 pass_num=$(grep -c ^"\[${PASS}\]" "$IFS_LOG") 161 EXIT_MAP[$KSFT_PASS]=$PASS 250 append_log "[$PASS] IFS sysfs $IFS_SCAN_SYSFS_PATH entry is created\n" 273 append_log "[$PASS] load IFS current_batch:$image_info" 312 append_log "[$PASS] Load invalid ifs image failed with ret:$ret not 0 as expected" 346 result="$PASS"
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | select_reuseport.c | 316 case PASS: in result_to_str() 317 return "PASS"; in result_to_str() 380 RET_ERR(err != len && expected >= PASS, in send_data() 399 nev = epoll_wait(epfd, &ev, 1, expected >= PASS ? 5 : 0); in do_test() 400 RET_IF((nev <= 0 && expected >= PASS) || in do_test() 401 (nev > 0 && expected < PASS), in do_test() 410 if (expected < PASS) in do_test() 480 expected_results[PASS]++; in test_pass() 482 do_test(type, family, &cmd, PASS); in test_pass() 498 expected_results[PASS] in test_syncookie() [all...] |
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | xdp.py | 32 PASS = 0 # Pass the packet up to the stack 42 PASS = 1 # Count of packets passed up to the stack 189 elif stats_dump[key]["formatted"]["key"] == XDPStats.PASS.value: 190 stats_formatted[XDPStats.PASS.value] = val 214 _set_xdp_map("map_xdp_setup", TestConfig.MODE.value, XDPAction.PASS.value) 221 ksft_eq(stats[XDPStats.RX.value], stats[XDPStats.PASS.value], "RX and PASS stats mismatch") 426 # Check for RX and PASS stats mismatch. Ideally, they should be equal for a successful run 427 if stats[XDPStats.RX.value] != stats[XDPStats.PASS.value]: 677 KsftNamedVariant("pass", XDPAction.PASS), 31 PASS = 0 # Pass the packet up to the stack global() variable in XDPAction 41 PASS = 1 # Count of packets passed up to the stack global() variable in XDPStats [all...] |
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_xdp_redirect_multi.sh | |
| H A D | test_select_reuseport_common.h | 14 PASS, enumerator
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_select_reuseport_kern.c | 164 GOTO_DONE(PASS); in _select_by_skb_data() 180 return result < PASS ? SK_DROP : SK_PASS; in _select_by_skb_data()
|
| /linux/tools/testing/selftests/futex/ |
| H A D | README | 38 sent to stderr. Tests shall support the -c option to print PASS, FAIL, and 49 Result: (PASS|FAIL|ERROR)
|
| /linux/tools/testing/selftests/ftrace/ |
| H A D | ftracetest | 286 PASS=0 # The test succeeded. 345 $PASS)
|
| H A D | README | 52 * PASS: The test succeeded as expected. The test which exits with 0 is
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | br_netfilter_queue.sh | 78 echo PASS: kernel not tainted
|
| H A D | br_netfilter.sh | 168 echo PASS: kernel not tainted
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | si21xx.c | 96 #define PASS 0 macro 388 status = PASS; in si21xx_send_diseqc_msg() 653 status = PASS; in si21xx_setacquire()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | hugetlb_reparenting_test.sh | 236 echo ALL PASS
|
| /linux/include/trace/events/ |
| H A D | xdp.h | 17 FN(PASS) \
|
| /linux/samples/bpf/ |
| H A D | xdp_sample_user.c | 65 #define PASS(pass) pass, "pass/s" macro 763 "xdp_stats", PASS(xdp_pass), DROP(xdp_drop), in stats_get_cpumap_remote() 779 str, PASS(xdp_pass), DROP(xdp_drop), in stats_get_cpumap_remote()
|