Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dtest_module.c62 struct test_mgnt_info{ struct
132 struct test_mgnt_info *test_mgnt = obj->test_mgnt; in run_test()
190 struct test_mgnt_info *test_mgnt in test_thread()
191 = (struct test_mgnt_info *)phl_container_of(param, in test_thread()
192 struct test_mgnt_info, in test_thread()
238 struct test_mgnt_info *test_mgnt = (struct test_mgnt_info *)tm; in _test_submodule_deinit()
247 struct test_mgnt_info *test_mgnt = NULL; in phl_test_module_init()
255 test_mgnt = (struct test_mgnt_info *)_os_mem_alloc(d, in phl_test_module_init()
256 sizeof(struct test_mgnt_info)); in phl_test_module_init()
259 _os_mem_set(d, test_mgnt, 0, sizeof(struct test_mgnt_info)); in phl_test_module_init()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dtest_module.c62 struct test_mgnt_info{ struct
132 struct test_mgnt_info *test_mgnt = obj->test_mgnt; in run_test()
190 struct test_mgnt_info *test_mgnt in test_thread()
191 = (struct test_mgnt_info *)phl_container_of(param, in test_thread()
192 struct test_mgnt_info, in test_thread()
238 struct test_mgnt_info *test_mgnt = (struct test_mgnt_info *)tm; in _test_submodule_deinit()
247 struct test_mgnt_info *test_mgnt = NULL; in phl_test_module_init()
255 test_mgnt = (struct test_mgnt_info *)_os_mem_alloc(d, in phl_test_module_init()
256 sizeof(struct test_mgnt_info)); in phl_test_module_init()
259 _os_mem_set(d, test_mgnt, 0, sizeof(struct test_mgnt_info)); in phl_test_module_init()
[all …]