Home
last modified time | relevance | path

Searched refs:test_end (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dcmd_disp_test.c390 goto test_end; in disp_init_test()
393 test_end: in disp_init_test()
421 goto test_end; in disp_send_msg_test()
428 goto test_end; in disp_send_msg_test()
446 goto test_end; in disp_send_msg_test()
454 goto test_end; in disp_send_msg_test()
479 goto test_end; in disp_send_msg_test()
487 goto test_end; in disp_send_msg_test()
508 goto test_end; in disp_send_msg_test()
522 goto test_end; in disp_send_msg_test()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dcmd_disp_test.c390 goto test_end; in disp_init_test()
393 test_end: in disp_init_test()
421 goto test_end; in disp_send_msg_test()
428 goto test_end; in disp_send_msg_test()
446 goto test_end; in disp_send_msg_test()
454 goto test_end; in disp_send_msg_test()
479 goto test_end; in disp_send_msg_test()
487 goto test_end; in disp_send_msg_test()
508 goto test_end; in disp_send_msg_test()
522 goto test_end; in disp_send_msg_test()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Ddebug.c249 ktime_t start, end, test_end; in sof_debug_ipc_flood_test() local
262 test_end = ktime_get_ns() + ipc_duration_ms * NSEC_PER_MSEC; in sof_debug_ipc_flood_test()
285 if (ktime_to_ns(end) >= test_end) in sof_debug_ipc_flood_test()
/OK3568_Linux_fs/kernel/tools/testing/kunit/
H A Dkunit.py98 test_end = time.time()
102 test_end - test_start)
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_private_mrp.h33 unsigned long test_end; member
H A Dbr_mrp.c253 if (time_before_eq(mrp->test_end, jiffies)) in br_mrp_test_work_expired()
672 mrp->test_end = jiffies + usecs_to_jiffies(test->period); in br_mrp_start_test()