Searched refs:PASS (Results 1 – 18 of 18) sorted by relevance
/linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
A D | hdcp2_transition.c | 50 if (input->create_session != PASS || in mod_hdcp_hdcp2_transition() 51 input->ake_init_prepare != PASS) { in mod_hdcp_hdcp2_transition() 189 input->lc_init_prepare != PASS || in mod_hdcp_hdcp2_transition() 190 input->lc_init_write != PASS || in mod_hdcp_hdcp2_transition() 192 input->l_prime_read != PASS) { in mod_hdcp_hdcp2_transition() 209 if (input->eks_prepare != PASS || in mod_hdcp_hdcp2_transition() 210 input->eks_write != PASS) { in mod_hdcp_hdcp2_transition() 504 input->lc_init_write != PASS || in mod_hdcp_hdcp2_dp_transition() 505 input->l_prime_read != PASS) { in mod_hdcp_hdcp2_dp_transition() 518 if (input->eks_prepare != PASS || in mod_hdcp_hdcp2_dp_transition() [all …]
|
A D | hdcp1_transition.c | 39 if (input->bksv_read != PASS || input->bcaps_read != 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() 68 if (input->bcaps_read != PASS || in mod_hdcp_hdcp1_transition() 69 input->r0p_read != PASS) { in mod_hdcp_hdcp1_transition() 129 input->vp_read != PASS || in mod_hdcp_hdcp1_transition() 131 input->encryption != PASS) { in mod_hdcp_hdcp1_transition() 181 input->aksv_write != PASS || in mod_hdcp_hdcp1_dp_transition() 182 input->bksv_read != PASS || in mod_hdcp_hdcp1_dp_transition() 207 if (input->r0p_read != PASS) { in mod_hdcp_hdcp1_dp_transition() [all …]
|
A D | hdcp1_execution.c | 362 if (input->encryption != PASS) in read_ksv_list() 456 if (*status == MOD_HDCP_STATUS_SUCCESS && *flag != PASS) { in mod_hdcp_execute_and_set() 458 *flag = PASS; in mod_hdcp_execute_and_set()
|
A D | hdcp.c | 207 if (hdcp->auth.trans_input.hdcp2.create_session == PASS) { in reset_authentication()
|
A D | hdcp.h | 37 PASS, enumerator
|
/linux/tools/testing/selftests/futex/include/ |
A D | logging.h | 51 const char *PASS = PASS_NORMAL; variable 74 PASS = PASS_COLOR; in log_color() 78 PASS = PASS_NORMAL; in log_color()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | select_reuseport.c | 334 case PASS: in result_to_str() 399 RET_ERR(err != len && expected >= PASS, in send_data() 418 nev = epoll_wait(epfd, &ev, 1, expected >= PASS ? 5 : 0); in do_test() 419 RET_IF((nev <= 0 && expected >= PASS) || in do_test() 420 (nev > 0 && expected < PASS), in do_test() 429 if (expected < PASS) in do_test() 499 expected_results[PASS]++; in test_pass() 501 do_test(type, family, &cmd, PASS); in test_pass() 517 expected_results[PASS] += 2; in test_syncookie() 530 do_test(type, family, &cmd, PASS); in test_syncookie() [all …]
|
/linux/tools/testing/selftests/bpf/ |
A D | test_xdp_redirect_multi.sh | 32 PASS=0 39 PASS=$((PASS + 1)) 211 echo "Summary: PASS $PASS, FAIL $FAIL"
|
A D | test_select_reuseport_common.h | 14 PASS, enumerator
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | test_select_reuseport_kern.c | 165 GOTO_DONE(PASS); in _select_by_skb_data() 181 return result < PASS ? SK_DROP : SK_PASS; in _select_by_skb_data()
|
/linux/tools/testing/selftests/futex/ |
A D | README | 38 sent to stderr. Tests shall support the -c option to print PASS, FAIL, and 49 Result: (PASS|FAIL|ERROR)
|
/linux/drivers/media/dvb-frontends/ |
A D | si21xx.c | 96 #define PASS 0 macro 388 status = PASS; in si21xx_send_diseqc_msg() 653 status = PASS; in si21xx_setacquire() 750 status = PASS; in si21xx_set_frontend()
|
/linux/tools/testing/selftests/ftrace/ |
A D | ftracetest | 244 PASS=0 # The test succeeded. 282 $PASS)
|
A D | README | 52 * PASS: The test succeeded as expected. The test which exits with 0 is
|
/linux/tools/testing/selftests/vm/ |
A D | hugetlb_reparenting_test.sh | 244 echo ALL PASS
|
/linux/include/trace/events/ |
A D | xdp.h | 16 FN(PASS) \
|
/linux/samples/bpf/ |
A D | xdp_sample_user.c | 66 #define PASS(pass) pass, "pass/s" macro 764 "xdp_stats", PASS(xdp_pass), DROP(xdp_drop), in stats_get_cpumap_remote() 780 str, PASS(xdp_pass), DROP(xdp_drop), in stats_get_cpumap_remote()
|
/linux/Documentation/admin-guide/laptops/ |
A D | laptop-mode.rst | 584 cat /etc/mtab | while read DEV MP FST OPTS DUMP PASS ; do 644 cat /etc/mtab | while read DEV MP FST OPTS DUMP PASS ; do
|
Completed in 32 milliseconds