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

/linux-master/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp1_transition.c39 if (input->bksv_read != PASS || input->bcaps_read != PASS) {
49 if (input->create_session != PASS) {
54 } else if (input->an_write != PASS ||
55 input->aksv_write != PASS ||
56 input->bksv_read != PASS ||
57 input->bksv_validation != PASS ||
68 if (input->bcaps_read != PASS ||
69 input->r0p_read != PASS) {
72 } else if (input->rx_validation != PASS) {
[all...]
H A Dhdcp2_transition.c39 if (input->hdcp2version_read != PASS ||
40 input->hdcp2_capable_check != PASS) {
50 if (input->create_session != PASS ||
51 input->ake_init_prepare != PASS) {
56 } else if (input->ake_init_write != PASS) {
65 if (input->ake_cert_available != PASS) {
81 } else if (input->ake_cert_read != PASS ||
82 input->ake_cert_validation != PASS) {
100 if (input->no_stored_km_write != PASS) {
112 if (input->h_prime_available != PASS) {
[all...]
H A Dhdcp1_execution.c362 if (input->encryption != PASS)
456 if (*status == MOD_HDCP_STATUS_SUCCESS && *flag != PASS) {
458 *flag = PASS;
H A Dhdcp.h37 PASS, enumerator in enum:mod_hdcp_trans_input_result
H A Dhdcp.c207 if (hdcp->auth.trans_input.hdcp2.create_session == PASS) {
/linux-master/tools/testing/selftests/bpf/
H A Dtest_select_reuseport_common.h14 PASS, enumerator in enum:result
H A Dtest_xdp_redirect_multi.sh32 PASS=0
44 PASS=$((PASS + 1))
213 echo "Summary: PASS $PASS, FAIL $FAIL"
/linux-master/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;
78 PASS = PASS_NORMAL;
101 * print_result() - Print standard PASS | ERROR | FAIL results
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_select_reuseport_kern.c165 GOTO_DONE(PASS);
181 return result < PASS ? SK_DROP : SK_PASS;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c324 case PASS:
325 return "PASS";
389 RET_ERR(err != len && expected >= PASS,
408 nev = epoll_wait(epfd, &ev, 1, expected >= PASS ? 5 : 0);
409 RET_IF((nev <= 0 && expected >= PASS) ||
410 (nev > 0 && expected < PASS),
419 if (expected < PASS)
489 expected_results[PASS]++;
491 do_test(type, family, &cmd, PASS);
507 expected_results[PASS]
[all...]
/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest266 PASS=0 # The test succeeded.
325 $PASS)
326 prlog " [${color_green}PASS${color_reset}]"
/linux-master/tools/testing/selftests/netfilter/
H A Dbridge_netfilter.sh168 echo "PASS: netns connectivity: ns1 can reach ns2, ns3 and ns4 can reach ns0"
182 echo PASS: kernel not tainted
/linux-master/tools/testing/selftests/mm/
H A Dhugetlb_reparenting_test.sh250 echo ALL PASS
/linux-master/drivers/media/dvb-frontends/
H A Dsi21xx.c96 #define PASS 0 macro
388 status = PASS;
653 status = PASS;
/linux-master/include/trace/events/
H A Dxdp.h17 FN(PASS) \
/linux-master/samples/bpf/
H A Dxdp_sample_user.c65 #define PASS(pass) pass, "pass/s" macro
763 "xdp_stats", PASS(xdp_pass), DROP(xdp_drop),
779 str, PASS(xdp_pass), DROP(xdp_drop),

Completed in 179 milliseconds