Home
last modified time | relevance | path

Searched refs:disp_test_ctx (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dcmd_disp_test.c66 struct cmd_disp_test_ctx disp_test_ctx; variable
108 void *d = phl_to_drvpriv(disp_test_ctx.phl); in test_req_acquired()
113 if(disp_test_ctx.test_case == DISP_TEST_CMD_TOKEN_REQ) { in test_req_acquired()
116 disp_test_ctx.case_cmd.token_cnt[idx]++; in test_req_acquired()
118 if(disp_test_ctx.case_cmd.token_cnt[idx] == 2) { in test_req_acquired()
124 status = phl_disp_eng_send_msg(disp_test_ctx.phl, &msg, &attr, NULL); in test_req_acquired()
125 disp_test_ctx.case_cmd.cmd_msg[idx]++; in test_req_acquired()
136 if(disp_test_ctx.test_case == DISP_TEST_CMD_TOKEN_REQ) { in test_req_abort()
139 disp_test_ctx.case_cmd.abort[idx] = true; in test_req_abort()
144 phl_disp_eng_send_msg(disp_test_ctx.phl, &msg, &attr, NULL); in test_req_abort()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dcmd_disp_test.c66 struct cmd_disp_test_ctx disp_test_ctx; variable
108 void *d = phl_to_drvpriv(disp_test_ctx.phl); in test_req_acquired()
113 if(disp_test_ctx.test_case == DISP_TEST_CMD_TOKEN_REQ) { in test_req_acquired()
116 disp_test_ctx.case_cmd.token_cnt[idx]++; in test_req_acquired()
118 if(disp_test_ctx.case_cmd.token_cnt[idx] == 2) { in test_req_acquired()
124 status = phl_disp_eng_send_msg(disp_test_ctx.phl, &msg, &attr, NULL); in test_req_acquired()
125 disp_test_ctx.case_cmd.cmd_msg[idx]++; in test_req_acquired()
136 if(disp_test_ctx.test_case == DISP_TEST_CMD_TOKEN_REQ) { in test_req_abort()
139 disp_test_ctx.case_cmd.abort[idx] = true; in test_req_abort()
144 phl_disp_eng_send_msg(disp_test_ctx.phl, &msg, &attr, NULL); in test_req_abort()
[all …]