| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_bt_test.c | 222 int test_flag = -1; in close_brcm_pathcram_plus1() local 247 int test_flag =-1; in get_bdaddr_test() local 265 test_flag = 0; in get_bdaddr_test() 271 test_flag = -1; in get_bdaddr_test() 276 test_flag = -1; in get_bdaddr_test() 279 return test_flag; in get_bdaddr_test() 287 int test_flag = 0; in confirm_firmware_test() local 303 test_flag = -1; in confirm_firmware_test() 306 return test_flag; in confirm_firmware_test() 312 int test_flag = -1; in activate_bt_test() local [all …]
|
| H A D | echo_wlan_test.c | 58 int test_flag = -1; in close_wpa_supplicant() local 177 int test_flag=-1; in wlan_test() local 185 test_flag = close_wpa_supplicant(); in wlan_test() 227 test_flag = wlan_exec(WLAN_SCAN_RESULT,SCAN_RESULT_FILE); in wlan_test() 228 if(test_flag<0) in wlan_test() 233 test_flag = wlan_exec(WLAN_SCAN_RESULT,SCAN_RESULT_FILE); in wlan_test() 234 if(test_flag<0) in wlan_test() 242 return (void*)test_flag; in wlan_test() 247 return (void*)test_flag; in wlan_test() 252 int test_flag = 0,err_code = 0; in main() local [all …]
|
| H A D | echo_usbhost_test.c | 95 int test_flag = 0,err_code = 0; in main() local 102 test_flag = usbhost_auto_test(); in main() 103 if(test_flag == 0) { in main() 107 } else if (test_flag == 1) { in main() 111 } else if (test_flag == 2) { in main() 117 if (test_flag == 0) { in main()
|
| H A D | echo_sdcard_test.c | 88 int test_flag = 0,err_code = 0; in main() local 95 test_flag = sdcard_auto_test(); in main() 96 if(test_flag == 0) { in main() 100 } else if (test_flag == 1) { in main() 104 } else if (test_flag == 2) { in main() 110 if (test_flag == 0) { in main()
|
| H A D | echo_cpu_test.c | 255 int test_flag=0; in cpu_test() local 267 test_flag = -1; in cpu_test() 280 test_flag = -1; in cpu_test() 288 test_flag = cpu_set_mode(_CPU_MODE_USER); in cpu_test() 305 test_flag = -1; in cpu_test() 310 return (void*)test_flag; in cpu_test() 314 return (void*)test_flag; in cpu_test() 320 int test_flag = 0,err_code = 0; in main() local 323 test_flag = (int)cpu_test(argv[0]); in main() 324 if(test_flag < 0) in main()
|
| H A D | echo_ddr_test.c | 98 int test_flag = 0,err_code = 0; in main() local 101 test_flag = (int)ddr_test(argv[0]); in main() 102 if(test_flag < 0) in main()
|
| H A D | echo_rtc_test.c | 232 int test_flag = 0,err_code = 0; in main() local 235 test_flag = (int)rtc_test(argv[0]); in main() 236 if(test_flag < 0) in main()
|
| H A D | echo_led_test.c | 197 int test_flag = 0,err_code = 0; in main() local 211 test_flag = (int)led_test(argv[0]); in main() 212 if(test_flag < 0) in main()
|
| H A D | echo_emmc_test.c | 303 int test_flag = 0,err_code = 0; in main() local 306 test_flag = (int)emmc_test(argv[0]); in main() 307 if(test_flag < 0) in main()
|
| H A D | echo_pcbatest_server.c | 317 static int enter_pcba_test_mode(char *msg, char *test_flag) in enter_pcba_test_mode() argument 331 *test_flag = 1; in enter_pcba_test_mode() 378 static int exit_pcba_test_mode(PCBA_SINGLE_PARA *recv_paras, char *test_flag) in exit_pcba_test_mode() argument 397 *test_flag = 0; in exit_pcba_test_mode() 471 static int start_pcba_test_preproccess(PCBA_SINGLE_PARA *recv_paras, int test_flag) in start_pcba_test_preproccess() argument 476 if (!test_flag) { in start_pcba_test_preproccess() 815 static char test_flag = 0; in tcp_command_process() local 826 err_code = enter_pcba_test_mode(msg, &test_flag); in tcp_command_process() 829 err_code = exit_pcba_test_mode(recv_paras, &test_flag); in tcp_command_process() 833 err_code = start_pcba_test_preproccess(recv_paras, test_flag); in tcp_command_process()
|
| H A D | echo_camera_test.c | 40 int test_flag = 0,err_code = 0; in main() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_sound.h | 145 u32 test_flag; member 193 rtw_phl_sound_start(void *phl, u8 wrole_idx, u8 st_dlg_tkn, u8 period, u8 test_flag);
|
| H A D | phl_sound_fsm.c | 48 snd_param->test_flag = req->test_flag; in phl_snd_upd_snd_para() 62 "test flag = %d \n", snd_param->test_flag); in phl_snd_upd_snd_para() 462 if (snd_param->test_flag&PHL_SND_TEST_F_ONE_TIME) { in snd_fsm_proc_down_st_hdl()
|
| H A D | phl_sound_fsm.h | 71 u8 test_flag; member
|
| H A D | phl_sound.c | 135 rtw_phl_sound_start(void *phl, u8 wrole_idx, u8 st_dlg_tkn, u8 period, u8 test_flag) in rtw_phl_sound_start() argument 149 snd_req.test_flag = test_flag; in rtw_phl_sound_start() 150 if (test_flag&PHL_SND_TEST_F_PASS_STS_CHK) in rtw_phl_sound_start() 195 PHL_TRACE(COMP_PHL_SOUND, _PHL_INFO_, "test_flag = 0x%x \n", snd->snd_param.test_flag); in rtw_phl_snd_dump_fix_para() 692 if (snd_param->test_flag&PHL_SND_TEST_F_GRP_SND_PARA) { in phl_snd_func_grouping() 720 if (snd_param->test_flag & PHL_SND_TEST_F_GRP_EN_BF_FIX) { in phl_snd_func_grouping()
|
| H A D | phl_api.h | 507 rtw_phl_sound_start(void *phl, u8 wrole_idx, u8 st_dlg_tkn, u8 period, u8 test_flag);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_sound.h | 145 u32 test_flag; member 193 rtw_phl_sound_start(void *phl, u8 wrole_idx, u8 st_dlg_tkn, u8 period, u8 test_flag);
|
| H A D | phl_sound_fsm.c | 48 snd_param->test_flag = req->test_flag; in phl_snd_upd_snd_para() 62 "test flag = %d \n", snd_param->test_flag); in phl_snd_upd_snd_para() 462 if (snd_param->test_flag&PHL_SND_TEST_F_ONE_TIME) { in snd_fsm_proc_down_st_hdl()
|
| H A D | phl_sound_fsm.h | 71 u8 test_flag; member
|
| H A D | phl_sound.c | 135 rtw_phl_sound_start(void *phl, u8 wrole_idx, u8 st_dlg_tkn, u8 period, u8 test_flag) in rtw_phl_sound_start() argument 149 snd_req.test_flag = test_flag; in rtw_phl_sound_start() 150 if (test_flag&PHL_SND_TEST_F_PASS_STS_CHK) in rtw_phl_sound_start() 195 PHL_TRACE(COMP_PHL_SOUND, _PHL_INFO_, "test_flag = 0x%x \n", snd->snd_param.test_flag); in rtw_phl_snd_dump_fix_para() 692 if (snd_param->test_flag&PHL_SND_TEST_F_GRP_SND_PARA) { in phl_snd_func_grouping() 720 if (snd_param->test_flag & PHL_SND_TEST_F_GRP_EN_BF_FIX) { in phl_snd_func_grouping()
|
| H A D | phl_api.h | 504 rtw_phl_sound_start(void *phl, u8 wrole_idx, u8 st_dlg_tkn, u8 period, u8 test_flag);
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | abituguru.c | 475 u8 val, test_flag, buf[3]; in abituguru_detect_bank1_sensor_type() local 515 test_flag = ABIT_UGURU_VOLT_LOW_ALARM_FLAG; in abituguru_detect_bank1_sensor_type() 520 test_flag = ABIT_UGURU_VOLT_HIGH_ALARM_FLAG; in abituguru_detect_bank1_sensor_type() 541 if (buf[0] & test_flag) { in abituguru_detect_bank1_sensor_type()
|