Home
last modified time | relevance | path

Searched refs:tmp_result (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c1393 int tmp_result = 0; in smu7_enable_dpm_tasks() local
1397 tmp_result = smu7_enable_voltage_control(hwmgr); in smu7_enable_dpm_tasks()
1398 PP_ASSERT_WITH_CODE(tmp_result == 0, in smu7_enable_dpm_tasks()
1400 result = tmp_result); in smu7_enable_dpm_tasks()
1402 tmp_result = smu7_construct_voltage_tables(hwmgr); in smu7_enable_dpm_tasks()
1403 PP_ASSERT_WITH_CODE((0 == tmp_result), in smu7_enable_dpm_tasks()
1405 result = tmp_result); in smu7_enable_dpm_tasks()
1419 tmp_result = smu7_program_static_screen_threshold_parameters(hwmgr); in smu7_enable_dpm_tasks()
1420 PP_ASSERT_WITH_CODE((0 == tmp_result), in smu7_enable_dpm_tasks()
1422 result = tmp_result); in smu7_enable_dpm_tasks()
[all …]
H A Dvega10_hwmgr.c739 int tmp_result; in vega10_complete_dependency_tables() local
745 tmp_result = vega10_patch_lookup_table_with_leakage(hwmgr, in vega10_complete_dependency_tables()
747 if (tmp_result) in vega10_complete_dependency_tables()
748 result = tmp_result; in vega10_complete_dependency_tables()
750 tmp_result = vega10_patch_clock_voltage_limits_with_vddc_leakage(hwmgr, in vega10_complete_dependency_tables()
752 if (tmp_result) in vega10_complete_dependency_tables()
753 result = tmp_result; in vega10_complete_dependency_tables()
756 tmp_result = vega10_patch_voltage_dependency_tables_with_lookup_table(hwmgr); in vega10_complete_dependency_tables()
757 if (tmp_result) in vega10_complete_dependency_tables()
758 result = tmp_result; in vega10_complete_dependency_tables()
[all …]
H A Dvega12_hwmgr.c1032 int tmp_result, result = 0; in vega12_enable_dpm_tasks() local
1042 tmp_result = vega12_init_smc_table(hwmgr); in vega12_enable_dpm_tasks()
1043 PP_ASSERT_WITH_CODE(!tmp_result, in vega12_enable_dpm_tasks()
1045 result = tmp_result); in vega12_enable_dpm_tasks()
1047 tmp_result = vega12_run_acg_btc(hwmgr); in vega12_enable_dpm_tasks()
1048 PP_ASSERT_WITH_CODE(!tmp_result, in vega12_enable_dpm_tasks()
1050 result = tmp_result); in vega12_enable_dpm_tasks()
1062 tmp_result = vega12_power_control_set_level(hwmgr); in vega12_enable_dpm_tasks()
1063 PP_ASSERT_WITH_CODE(!tmp_result, in vega12_enable_dpm_tasks()
1065 result = tmp_result); in vega12_enable_dpm_tasks()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/supported_ic/
H A Dfocaltech_test_ft8201.c525 bool tmp_result = true; in ft8201_short_test() local
563tmp_result = compare_data(adcdata, thr->basic.short_res_min, TEST_SHORT_RES_MAX, thr->basic.short_… in ft8201_short_test()
567 if (tmp_result) { in ft8201_short_test()
581 bool tmp_result = false; in ft8201_open_test() local
663 tmp_result = compare_data(opendata, min, max, 0, 0, false); in ft8201_open_test()
690 if (tmp_result) { in ft8201_open_test()
704 bool tmp_result = false; in ft8201_cb_test() local
747 tmp_result = compare_array(cbdata, thr->cb_min, thr->cb_max, key_check); in ft8201_cb_test()
752 if (tmp_result) { in ft8201_cb_test()
767 bool tmp_result = false; in ft8201_rawdata_test() local
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dcypress_atacb.c169 int tmp_result; in cypress_atacb_passthrough() local
185 tmp_result = srb->result; in cypress_atacb_passthrough()
188 if (tmp_result != SAM_STAT_GOOD) in cypress_atacb_passthrough()