Home
last modified time | relevance | path

Searched refs:PASS (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp2_transition.c39 if (input->hdcp2version_read != PASS || in mod_hdcp_hdcp2_transition()
40 input->hdcp2_capable_check != PASS) { 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()
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()
81 } else if (input->ake_cert_read != PASS || in mod_hdcp_hdcp2_transition()
82 input->ake_cert_validation != PASS) { in mod_hdcp_hdcp2_transition()
100 if (input->no_stored_km_write != PASS) { in mod_hdcp_hdcp2_transition()
112 if (input->h_prime_available != PASS) { in mod_hdcp_hdcp2_transition()
[all...]
H A Dhdcp1_transition.c39 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()
[all...]
H A Dhdcp1_execution.c354 if (input->encryption != PASS) in read_ksv_list()
448 if (*status == MOD_HDCP_STATUS_SUCCESS && *flag != PASS) { in mod_hdcp_execute_and_set()
450 *flag = PASS; in mod_hdcp_execute_and_set()
H A Dhdcp.h37 PASS, enumerator
H A Dhdcp.c202 if (hdcp->auth.trans_input.hdcp2.create_session == PASS) { in reset_authentication()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp2_transition.c39 if (input->hdcp2version_read != PASS || in mod_hdcp_hdcp2_transition()
40 input->hdcp2_capable_check != PASS) { 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()
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()
81 } else if (input->ake_cert_read != PASS || in mod_hdcp_hdcp2_transition()
82 input->ake_cert_validation != PASS) { in mod_hdcp_hdcp2_transition()
100 if (input->no_stored_km_write != PASS) { in mod_hdcp_hdcp2_transition()
112 if (input->h_prime_available != PASS) { in mod_hdcp_hdcp2_transition()
[all...]
H A Dhdcp1_transition.c39 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()
[all...]
H A Dhdcp1_execution.c362 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()
/kernel/linux/linux-5.10/tools/testing/selftests/futex/include/
H A Dlogging.h27 * Define PASS, ERROR, and FAIL strings with and without color escape
47 static const char PASS_NORMAL[] = " PASS";
51 const char *PASS = PASS_NORMAL; variable
68 * log_color() - Use colored output for PASS, ERROR, and FAIL strings
74 PASS = PASS_COLOR; in log_color()
78 PASS = PASS_NORMAL; in log_color()
101 * print_result() - Print standard PASS | ERROR | FAIL results
/kernel/linux/linux-6.6/tools/testing/selftests/futex/include/
H A Dlogging.h27 * Define PASS, ERROR, and FAIL strings with and without color escape
47 static const char PASS_NORMAL[] = " PASS";
51 const char *PASS = PASS_NORMAL; variable
68 * log_color() - Use colored output for PASS, ERROR, and FAIL strings
74 PASS = PASS_COLOR; in log_color()
78 PASS = PASS_NORMAL; in log_color()
101 * print_result() - Print standard PASS | ERROR | FAIL results
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_xdp_redirect_multi.sh32 PASS=0
44 PASS=$((PASS + 1))
213 echo "Summary: PASS $PASS, FAIL $FAIL"
H A Dtest_select_reuseport_common.h14 PASS, enumerator
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c333 case PASS: in result_to_str()
334 return "PASS"; in result_to_str()
398 RET_ERR(err != len && expected >= PASS, in send_data()
417 nev = epoll_wait(epfd, &ev, 1, expected >= PASS ? 5 : 0); in do_test()
418 RET_IF((nev <= 0 && expected >= PASS) || in do_test()
419 (nev > 0 && expected < PASS), in do_test()
428 if (expected < PASS) in do_test()
498 expected_results[PASS]++; in test_pass()
500 do_test(type, family, &cmd, PASS); in test_pass()
516 expected_results[PASS] in test_syncookie()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c324 case PASS: in result_to_str()
325 return "PASS"; in result_to_str()
389 RET_ERR(err != len && expected >= PASS, in send_data()
408 nev = epoll_wait(epfd, &ev, 1, expected >= PASS ? 5 : 0); in do_test()
409 RET_IF((nev <= 0 && expected >= PASS) || in do_test()
410 (nev > 0 && expected < PASS), in do_test()
419 if (expected < PASS) in do_test()
489 expected_results[PASS]++; in test_pass()
491 do_test(type, family, &cmd, PASS); in test_pass()
507 expected_results[PASS] in test_syncookie()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_select_reuseport_kern.c167 GOTO_DONE(PASS); in _select_by_skb_data()
183 return result < PASS ? SK_DROP : SK_PASS; in _select_by_skb_data()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_select_reuseport_kern.c165 GOTO_DONE(PASS); in _select_by_skb_data()
181 return result < PASS ? SK_DROP : SK_PASS; in _select_by_skb_data()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_select_reuseport_common.h14 PASS, enumerator
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/
H A Dftracetest252 PASS=0 # The test succeeded.
290 $PASS)
291 prlog " [${color_green}PASS${color_reset}]"
/kernel/linux/linux-6.6/tools/testing/selftests/ftrace/
H A Dftracetest266 PASS=0 # The test succeeded.
325 $PASS)
326 prlog " [${color_green}PASS${color_reset}]"
/kernel/linux/linux-5.10/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh205 echo GPIO test PASS
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dsi21xx.c96 #define PASS 0 macro
388 status = PASS; in si21xx_send_diseqc_msg()
655 status = PASS; in si21xx_setacquire()
752 status = PASS; in si21xx_set_frontend()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dsi21xx.c96 #define PASS 0 macro
388 status = PASS; in si21xx_send_diseqc_msg()
653 status = PASS; in si21xx_setacquire()
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dhugetlb_reparenting_test.sh246 echo ALL PASS
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dhugetlb_reparenting_test.sh249 echo ALL PASS
/kernel/linux/linux-5.10/include/trace/events/
H A Dxdp.h16 FN(PASS) \

Completed in 13 milliseconds

12