/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/ |
H A D | rtl8188e_hal_init.c | 75 s32 result = _SUCCESS; in rtl8188e_iol_efuse_patch() local 80 result = iol_execute(padapter, CMD_READ_EFUSE_MAP); in rtl8188e_iol_efuse_patch() 81 if (result == _SUCCESS) in rtl8188e_iol_efuse_patch() 82 result = iol_execute(padapter, CMD_EFUSE_PATCH); in rtl8188e_iol_efuse_patch() 86 return result; in rtl8188e_iol_efuse_patch()
|
/kernel/linux/linux-6.6/drivers/memory/tegra/ |
H A D | tegra20.c | 65 unsigned int result; member 475 stat->gather0.result = DIV_ROUND_UP(count0, clocks); in tegra20_mc_stat_gather() 476 stat->gather1.result = DIV_ROUND_UP(count1, clocks); in tegra20_mc_stat_gather() 507 *result0 = stat.gather0.result; in tegra20_mc_stat_events() 508 *result1 = stat.gather1.result; in tegra20_mc_stat_events()
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binderfs.c | 284 struct fs_parse_result result; in binderfs_fs_context_parse_param() local 286 opt = fs_parse(fc, binderfs_fs_parameters, param, &result); in binderfs_fs_context_parse_param() 292 if (result.uint_32 > BINDERFS_MAX_MINOR) in binderfs_fs_context_parse_param() 295 ctx->max = result.uint_32; in binderfs_fs_context_parse_param() 301 ctx->stats_mode = result.uint_32; in binderfs_fs_context_parse_param()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | pfr_update.c | 316 static void print_update_debug_info(struct pfru_updated_result *result, in print_update_debug_info() argument 319 dev_dbg(pfru_dev->parent_dev, "Update result:\n"); in print_update_debug_info() 321 result->low_auth_time); in print_update_debug_info() 323 result->high_auth_time); in print_update_debug_info() 325 result->low_exec_time); in print_update_debug_info() 327 result->high_exec_time); in print_update_debug_info()
|
/kernel/linux/linux-6.6/drivers/virt/vboxguest/ |
H A D | vboxguest_utils.c | 104 * The host changes the request as a result of the outl, make sure in vbg_req_perform() 149 rc = hgcm_connect->header.result; in vbg_hgcm_connect() 181 rc = hgcm_disconnect->header.result; in vbg_hgcm_disconnect() 391 call->header.result = VINF_SUCCESS; in hgcm_call_init_call() 482 * interpret the result code in the packet. in vbg_hgcm_do_call() 485 call->header.result = rc; in vbg_hgcm_do_call() 548 * Copies the result of the call back to the caller info structure and user 642 *vbox_status = call->header.result; in vbg_hgcm_call()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | amba-pl010.c | 245 unsigned int result = 0; in pl010_get_mctrl() local 250 result |= TIOCM_CAR; in pl010_get_mctrl() 252 result |= TIOCM_DSR; in pl010_get_mctrl() 254 result |= TIOCM_CTS; in pl010_get_mctrl() 256 return result; in pl010_get_mctrl()
|
/kernel/linux/linux-6.6/drivers/soc/ixp4xx/ |
H A D | ixp4xx-npe.c | 491 int result; in npe_send_recv_message() local 494 if ((result = npe_send_message(npe, msg, what)) != 0) in npe_send_recv_message() 495 return result; in npe_send_recv_message() 496 if ((result = npe_recv_message(npe, recv, what)) != 0) in npe_send_recv_message() 497 return result; in npe_send_recv_message()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | lp8788-charger.c | 233 static int lp8788_get_vbatt_adc(struct lp8788_charger *pchg, int *result) in lp8788_get_vbatt_adc() argument 240 return iio_read_channel_processed(channel, result); in lp8788_get_vbatt_adc() 291 int result; in lp8788_get_battery_temperature() local 297 ret = iio_read_channel_processed(channel, &result); in lp8788_get_battery_temperature() 302 val->intval = result * 10; in lp8788_get_battery_temperature()
|
/kernel/linux/linux-6.6/kernel/gcov/ |
H A D | fs.c | 443 char *result; in get_link_target() local 448 result = link_target(srctree, rel, ext->ext); in get_link_target() 450 result = link_target(objtree, rel, ext->ext); in get_link_target() 453 result = link_target(NULL, filename, ext->ext); in get_link_target() 456 return result; in get_link_target()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | adin.c | 852 static int adin_cable_test_report_trans(int result) in adin_cable_test_report_trans() argument 856 if (result & ADIN1300_CDIAG_RSLT_GOOD) in adin_cable_test_report_trans() 858 if (result & ADIN1300_CDIAG_RSLT_OPEN) in adin_cable_test_report_trans() 865 if (result & mask) in adin_cable_test_report_trans() 868 if (result & ADIN1300_CDIAG_RSLT_SHRT) in adin_cable_test_report_trans()
|
H A D | nxp-tja11xx.c | 749 static int tja11xx_cable_test_report_trans(u32 result) in tja11xx_cable_test_report_trans() argument 753 if ((result & mask) == mask) { in tja11xx_cable_test_report_trans() 756 } else if ((result & mask) == 0) { in tja11xx_cable_test_report_trans() 758 } else if (result & MII_EXTSTAT_SHORT_DETECT) { in tja11xx_cable_test_report_trans() 760 } else if (result & MII_EXTSTAT_OPEN_DETECT) { in tja11xx_cable_test_report_trans()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
H A D | sti_hda.c | 611 int result; in sti_hda_connector_mode_valid() local 620 result = clk_round_rate(hda->clk_pix, target); in sti_hda_connector_mode_valid() 623 target, result); in sti_hda_connector_mode_valid() 625 if ((result < target_min) || (result > target_max)) { in sti_hda_connector_mode_valid()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | corsair-psu.c | 147 const int result = mant * scale; in corsairpsu_linear11_to_int() local 149 return (exp >= 0) ? (result << exp) : (result >> -exp); in corsairpsu_linear11_to_int() 155 const int result = (256 << 16) / 100; in corsairpsu_dutycycle_to_pwm() local 157 return (result * dutycycle) >> 16; in corsairpsu_dutycycle_to_pwm()
|
/kernel/linux/linux-6.6/drivers/iio/light/ |
H A D | opt3001.c | 65 * Time to wait for conversion result to be ready. The device datasheet 81 u16 result; member 282 /* Sleep for result ready time */ in opt3001_get_lux() 287 /* Check result ready flag */ in opt3001_get_lux() 308 opt->result = ret; in opt3001_get_lux() 339 exponent = OPT3001_REG_EXPONENT(opt->result); in opt3001_get_lux() 340 mantissa = OPT3001_REG_MANTISSA(opt->result); in opt3001_get_lux() 723 opt->result = ret; in opt3001_irq()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | kallsyms.c | 71 /* the table that holds the result of the compression */ 312 static int expand_symbol(const unsigned char *data, int len, char *result) in expand_symbol() argument 321 *result++ = c; in expand_symbol() 325 rlen = expand_symbol(best_table[c], best_table_len[c], result); in expand_symbol() 327 result += rlen; in expand_symbol() 332 *result=0; in expand_symbol()
|
/test/testfwk/xdevice/plugins/devicetest/runner/ |
H A D | test_runner.py | 260 case_result = test_cls_instance.result 288 "result": case_result, 316 self.log.debug("test result: {}".format(test_result)) 329 def record_cls_result(case_name, tests_step, result, start_time, error, report, **kwargs): 333 "result": result or RunResult.FAILED, 400 result_path = os.path.join(self.configs["report_path"], "result") 464 result = case_result.get("result") 474 test_result.code = status_dict.get(result) [all...] |
/test/xts/acts/security/certificate_framework/js_api_test_one/entry/src/ohosTest/js/test/utils/certificate/ |
H A D | publicCertificatePromise.js | 152 var result;
156 result = instance.checkValidityWithDate(date);
157 resolve(result);
461 .then((result) => {
462 resolve(result);
|
/third_party/ffmpeg/libavformat/ |
H A D | dv.c | 67 uint16_t shift, result; in dv_audio_12to16() local 73 result = sample; in dv_audio_12to16() 76 result = (sample - (256 * shift)) << shift; in dv_audio_12to16() 79 result = ((sample + ((256 * shift) + 1)) << shift) - 1; in dv_audio_12to16() 82 return result; in dv_audio_12to16()
|
/third_party/backends/backend/ |
H A D | rts88xx_lib.c | 738 SANE_Byte result[3]; in sanei_rts88xx_data_count() local 751 status = sanei_usb_read_bulk (devnum, result, &size); in sanei_rts88xx_data_count() 758 *count = result[0] + (result[1] << 8) + (result[2] << 16); in sanei_rts88xx_data_count()
|
/third_party/cups-filters/backend/ |
H A D | serial.c | 1134 Boolean result; in list_devices() local 1154 result = CFStringGetCString(serialNameAsCFString, serialName, in list_devices() 1159 if (result) in list_devices() 1167 result = CFStringGetCString(bsdPathAsCFString, bsdPath, in list_devices() 1172 if (result) in list_devices()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationFastLatin.java | 166 * Contraction result first word bits 8..0 contain the 172 * Contraction result first word bits 10..9 contain the result length: 682 * Java returns a negative result (use the '~' operator) if sIndex is to be incremented. 731 long result; in nextPair() 733 result = ce; in nextPair() 735 result = ((long)table[index + 2] << 16) | ce; in nextPair() 737 return inc ? ~result : result; in nextPair()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UnicodeSetStringSpan.java | 568 // and they may result in a smaller count that with just code points. in spanAndCount() 1144 int i = start, result; in popMinimum() 1150 result = i - start; in popMinimum() 1153 return result; in popMinimum() 1160 result = list.length - start; in popMinimum() 1170 return result + i; in popMinimum()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
H A D | RBBITest.java | 48 int result[] = { 1, 2, 5, 10, 11, 12, 11, 10, 5, 2, 1, 0 }; in TestThaiDictionaryBreakIterator() 64 if (position != result[index++]) { in TestThaiDictionaryBreakIterator() 65 errln("Error with ThaiDictionaryBreakIterator forward iteration test at " + position + ".\nShould have been " + result[index-1]); in TestThaiDictionaryBreakIterator() 71 if (position != result[index++]) { in TestThaiDictionaryBreakIterator() 72 errln("Error with ThaiDictionaryBreakIterator backward iteration test at " + position + ".\nShould have been " + result[index-1]); in TestThaiDictionaryBreakIterator()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationFastLatin.java | 170 * Contraction result first word bits 8..0 contain the 176 * Contraction result first word bits 10..9 contain the result length: 686 * Java returns a negative result (use the '~' operator) if sIndex is to be incremented. 735 long result; in nextPair() 737 result = ce; in nextPair() 739 result = ((long)table[index + 2] << 16) | ce; in nextPair() 741 return inc ? ~result : result; in nextPair()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UnicodeSetStringSpan.java | 565 // and they may result in a smaller count that with just code points. in spanAndCount() 1141 int i = start, result; in popMinimum() 1147 result = i - start; in popMinimum() 1150 return result; in popMinimum() 1157 result = list.length - start; in popMinimum() 1167 return result + i; in popMinimum()
|