Home
last modified time | relevance | path

Searched refs:res (Results 9551 - 9575 of 14097) sorted by relevance

1...<<381382383384385386387388389390>>...564

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_sync_object.cpp424 std::vector<QuerySyncObject> res; in GetQuerySyncObject() local
427 res.push_back(QuerySyncObject(item)); in GetQuerySyncObject()
429 return res; in GetQuerySyncObject()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/system_storage/src/
H A Dnapi_system_storage.cpp160 napi_value res = nullptr; in Complete() local
161 napi_get_undefined(env, &res); in Complete()
162 napi_resolve_deferred(env, ctx->deferred, res); in Complete()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_result_set.cpp359 int res = E_OK; in IsEnded() local
360 std::tie(res, result) = IsEnded(); in IsEnded()
361 return res; in IsEnded()
H A Dsqlite_utils.cpp194 std::string res = ""; in GetAnonymousName() local
196 res += (AnonyDigits(alnum[i]) + noAlnum[i]); in GetAnonymousName()
198 return res; in GetAnonymousName()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_handler_test.cpp249 bool res = true; in HWTEST_F() local
264 res = false; in HWTEST_F()
267 EXPECT_TRUE(res); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp283 auto res = GetParameter(key, "false", paraValue, sizeof(paraValue)); in GetSysPara() local
284 if (res <= 0) { in GetSysPara()
285 DHLOGD("GetSysPara fail, key:%{public}s res:%{public}d", key, res); in GetSysPara()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dsoftbus_output_audio/
H A Ddsoftbus_output_audio_plugin.cpp163 auto res = paramsMap_.find(tag); in GetParameter() local
164 if (res != paramsMap_.end()) { in GetParameter()
165 value = res->second; in GetParameter()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dsoftbus_output/
H A Ddsoftbus_output_plugin.cpp160 auto res = paramsMap_.find(tag); in GetParameter() local
161 if (res != paramsMap_.end()) { in GetParameter()
162 value = res->second; in GetParameter()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_stub.cpp182 std::string res = QueryLocalSysSpec(spec); in QueryLocalSysSpecInner() local
183 DHLOGI("Get Local spec: %{public}s", res.c_str()); in QueryLocalSysSpecInner()
184 reply.WriteString(res); in QueryLocalSysSpecInner()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dsoftbus_input/
H A Ddsoftbus_input_plugin.cpp182 auto res = paramsMap_.find(tag); in GetParameter() local
183 if (res != paramsMap_.end()) { in GetParameter()
184 value = res->second; in GetParameter()
/kernel/linux/linux-5.10/drivers/edac/
H A Ddmc520_edac.c483 struct resource *res; in dmc520_edac_probe() local
508 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in dmc520_edac_probe()
509 reg_base = devm_ioremap_resource(dev, res); in dmc520_edac_probe()
/kernel/linux/linux-5.10/drivers/dma/
H A Dstm32-dmamux.c182 struct resource *res; in stm32_dmamux_probe() local
247 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in stm32_dmamux_probe()
248 iomem = devm_ioremap_resource(&pdev->dev, res); in stm32_dmamux_probe()
/kernel/linux/linux-5.10/drivers/fpga/
H A Dzynq-fpga.c558 struct resource *res; in zynq_fpga_probe() local
566 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in zynq_fpga_probe()
567 priv->io_base = devm_ioremap_resource(dev, res); in zynq_fpga_probe()
/kernel/linux/linux-5.10/drivers/clk/socfpga/
H A Dclk-agilex.c410 struct resource *res; in __socfpga_agilex_clk_init() local
414 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in __socfpga_agilex_clk_init()
415 base = devm_ioremap_resource(dev, res); in __socfpga_agilex_clk_init()
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-axm5516.c544 struct resource *res; in axmclk_probe() local
550 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in axmclk_probe()
551 base = devm_ioremap_resource(dev, res); in axmclk_probe()
/kernel/linux/linux-5.10/drivers/ata/
H A Dahci_brcm.c440 struct resource *res; in brcm_ahci_probe() local
454 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "top-ctrl"); in brcm_ahci_probe()
455 priv->top_ctrl = devm_ioremap_resource(dev, res); in brcm_ahci_probe()
/kernel/linux/linux-5.10/arch/mips/ar7/
H A Dclock.c101 int i, j, k, freq, res = target; in approximate() local
106 if (freq < res) { in approximate()
107 res = freq; in approximate()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A D8xx_immap.h197 char res[0x74]; /* Reserved area */ member
224 char res[0x474]; member
304 char res[0xe]; member
/kernel/linux/linux-5.10/arch/mips/pci/
H A Dpci-rt3883.c413 struct resource *res; in rt3883_pci_probe() local
423 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in rt3883_pci_probe()
424 rpc->base = devm_ioremap_resource(dev, res); in rt3883_pci_probe()
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H A Dhypercall.h242 long res; in privcmd_call() local
245 res = xen_single_call(call, a1, a2, a3, a4, a5); in privcmd_call()
248 return res; in privcmd_call()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dmachine_kexec_64.c40 static int mem_region_callback(struct resource *res, void *arg) in mem_region_callback() argument
45 mstart = res->start; in mem_region_callback()
46 mend = mstart + resource_size(res) - 1; in mem_region_callback()
/kernel/linux/linux-5.10/arch/x86/platform/intel-mid/
H A Dsfi.c316 static struct resource res __initdata = { in install_irq_resource()
320 res.start = irq; in install_irq_resource()
321 platform_device_add_resources(pdev, &res, 1); in install_irq_resource()
/kernel/linux/linux-5.10/drivers/bcma/
H A Ddriver_pci_host.c556 struct resource *res; in bcma_core_pci_fixup_addresses() local
569 res = &dev->resource[pos]; in bcma_core_pci_fixup_addresses()
570 if (res->flags & (IORESOURCE_IO | IORESOURCE_MEM)) { in bcma_core_pci_fixup_addresses()
/kernel/linux/linux-5.10/drivers/clk/sifive/
H A Dfu540-prci.c585 struct resource *res; in sifive_fu540_prci_probe() local
596 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in sifive_fu540_prci_probe()
597 pd->va = devm_ioremap_resource(dev, res); in sifive_fu540_prci_probe()
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm-chip.c198 struct tpm_chip *chip, *res = NULL; in tpm_default_chip() local
209 res = chip; in tpm_default_chip()
216 return res; in tpm_default_chip()

Completed in 26 milliseconds

1...<<381382383384385386387388389390>>...564