Home
last modified time | relevance | path

Searched refs:temp (Results 2551 - 2575 of 4441) sorted by relevance

1...<<101102103104105106107108109110>>...178

/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_core.c376 int temp, ret; in update_temperature() local
378 ret = __thermal_zone_get_temp(tz, &temp); in update_temperature()
388 tz->temperature = temp; in update_temperature()
392 thermal_genl_sampling_temp(tz->id, temp); in update_temperature()
1179 int thermal_zone_get_crit_temp(struct thermal_zone_device *tz, int *temp) in thermal_zone_get_crit_temp() argument
1184 return tz->ops->get_crit_temp(tz, temp); in thermal_zone_get_crit_temp()
1193 *temp = tz->trips[i].temperature; in thermal_zone_get_crit_temp()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dsamsung-laptop.c918 char temp = readb(memcheck + loca); in find_signature() local
920 if (temp == testStr[i]) { in find_signature()
1356 char temp = readb(samsung->f0000_segment + loca); in samsung_sabi_diag() local
1358 if (isalnum(temp) || temp == '/' || temp == '-') in samsung_sabi_diag()
1359 samsung->sdiag[i++] = temp; in samsung_sabi_diag()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci-hcd.c475 u32 temp; in ohci_init() local
483 temp = 500; /* arbitrary: five seconds */ in ohci_init()
489 if (--temp == 0) { in ohci_init()
1032 int temp; in ohci_restart() local
1083 if ((temp = ohci_run (ohci)) < 0) { in ohci_restart()
1084 ohci_err (ohci, "can't restart, %d\n", temp); in ohci_restart()
1085 return temp; in ohci_restart()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1664 s32 temp; in il4965_temperature_calib() local
1666 temp = il4965_hw_get_temperature(il); in il4965_temperature_calib()
1667 if (IL_TX_POWER_TEMPERATURE_OUT_OF_RANGE(temp)) in il4965_temperature_calib()
1670 if (il->temperature != temp) { in il4965_temperature_calib()
1674 kelvin_to_celsius(temp)); in il4965_temperature_calib()
1677 kelvin_to_celsius(temp)); in il4965_temperature_calib()
1680 il->temperature = temp; in il4965_temperature_calib()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dabituguru.c29 #define ABIT_UGURU_SENSOR_BANK1 0x21 /* 16x volt and temp */
32 /* max nr of sensors in bank1, a bank1 sensor can be in, temp or nc */
43 #define ABIT_UGURU_TEMP_HIGH_ALARM_ENABLE 0x01 /* temp over warn */
46 #define ABIT_UGURU_TEMP_HIGH_ALARM_FLAG 0x10 /* temp is over warn */
99 * sum of strlen of: temp??_input\0, temp??_max\0, temp??_crit\0,
100 * temp??_alarm\0, temp??_alarm_enable\0, temp
[all...]
/kernel/linux/linux-6.6/sound/pci/nm256/
H A Dnm256.c1319 void __iomem *temp; in snd_nm256_peek_for_sig() local
1324 temp = ioremap(chip->buffer_addr + chip->buffer_end - 0x400, 16); in snd_nm256_peek_for_sig()
1325 if (temp == NULL) { in snd_nm256_peek_for_sig()
1331 sig = readl(temp); in snd_nm256_peek_for_sig()
1333 u32 pointer = readl(temp + 4); in snd_nm256_peek_for_sig()
1343 iounmap(temp); in snd_nm256_peek_for_sig()
1353 iounmap(temp); in snd_nm256_peek_for_sig()
/kernel/linux/linux-6.6/drivers/scsi/mvsas/
H A Dmv_94xx.c205 u32 temp; in mvs_94xx_config_reg_from_hba() local
206 temp = (u32)(*(u32 *)&mvi->hba_info_param.phy_tuning[phy_id]); in mvs_94xx_config_reg_from_hba()
207 if (temp == 0xFFFFFFFFL) { in mvs_94xx_config_reg_from_hba()
213 temp = (u8)(*(u8 *)&mvi->hba_info_param.ffe_ctl[phy_id]); in mvs_94xx_config_reg_from_hba()
214 if (temp == 0xFFL) { in mvs_94xx_config_reg_from_hba()
231 temp = (u8)(*(u8 *)&mvi->hba_info_param.phy_rate[phy_id]); in mvs_94xx_config_reg_from_hba()
232 if (temp == 0xFFL) in mvs_94xx_config_reg_from_hba()
/third_party/ffmpeg/libavcodec/
H A Devrcdec.c578 scratch[SUBFRAME_SIZE], temp[SUBFRAME_SIZE], in postfilter() local
618 memcpy(temp, e->postfilter_residual + ACB_SIZE, length * sizeof(float)); in postfilter()
622 memcpy(temp, e->postfilter_residual + ACB_SIZE, length * sizeof(float)); in postfilter()
627 temp[i] = e->postfilter_residual[ACB_SIZE + i] + gamma * in postfilter()
633 memcpy(scratch, temp, length * sizeof(float)); in postfilter()
645 temp[i] *= gain; in postfilter()
648 synthesis_filter(temp, wcoef2, e->postfilter_iir, length, out); in postfilter()
/third_party/icu/icu4c/source/i18n/
H A Dtranslit.cpp1108 Transliterator* temp = createInstance(*idBlock, UTRANS_FORWARD, parseError, status); in createFromRules() local
1110 delete temp; in createFromRules()
1113 if (temp != NULL && typeid(*temp) != typeid(NullTransliterator)) { in createFromRules()
1114 transliterators.addElement(temp, status); in createFromRules()
1116 delete temp; in createFromRules()
1120 delete temp; in createFromRules()
/third_party/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp899 ir_rvalue *f, *temp; in emit_fog_instructions() local
961 temp = new(p->mem_ctx) ir_dereference_variable(params); in emit_fog_instructions()
962 temp = new(p->mem_ctx) ir_dereference_record(temp, "color"); in emit_fog_instructions()
963 temp = mul(swizzle_xyz(temp), f); in emit_fog_instructions()
965 p->emit(assign(fog_result, add(temp, mul(fragcolor, f_var)), WRITEMASK_XYZ)); in emit_fog_instructions()
/third_party/node/deps/icu-small/source/i18n/
H A Dtranslit.cpp1108 Transliterator* temp = createInstance(*idBlock, UTRANS_FORWARD, parseError, status); in createFromRules() local
1110 delete temp; in createFromRules()
1113 if (temp != nullptr && typeid(*temp) != typeid(NullTransliterator)) { in createFromRules()
1114 transliterators.addElement(temp, status); in createFromRules()
1116 delete temp; in createFromRules()
1120 delete temp; in createFromRules()
/third_party/skia/src/gpu/ops/
H A DOpsTask.cpp95 auto temp = fHead->cutChain(); in popHead() local
96 std::swap(temp, fHead); in popHead()
98 SkASSERT(fTail == temp.get()); in popHead()
101 return temp; in popHead()
115 auto temp = prev->cutChain(); in removeOp() local
116 if (auto next = temp->cutChain()) { in removeOp()
123 return temp; in removeOp()
/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp461 regs_to_vars; /* maps to byte size and temp id */ in print_regs()
1552 get_reg_vector(ra_ctx& ctx, RegisterFile& reg_file, Temp temp, aco_ptr<Instruction>& instr) in get_reg_vector() argument
1554 Instruction* vec = ctx.vectors[temp.id()]; in get_reg_vector()
1559 if (op.isTemp() && op.tempId() == temp.id()) in get_reg_vector()
1573 if (op.isTemp() && op.tempId() != temp.id() && op.getTemp().type() == temp.type() && in get_reg_vector()
1577 if (get_reg_specified(ctx, reg_file, temp.regClass(), instr, reg)) in get_reg_vector()
1590 RegClass vec_rc = RegClass::get(temp.type(), their_offset); in get_reg_vector()
1597 if (get_reg_specified(ctx, reg_file, temp.regClass(), instr, reg)) in get_reg_vector()
1605 get_reg(ra_ctx& ctx, RegisterFile& reg_file, Temp temp, in get_reg() argument
1714 get_reg_create_vector(ra_ctx& ctx, RegisterFile& reg_file, Temp temp, std::vector<std::pair<Operand, Definition>>& parallelcopies, aco_ptr<Instruction>& instr) get_reg_create_vector() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h439 std::string temp = value; in ConvertStrToTabBarMode() local
440 transform(temp.begin(), temp.end(), temp.begin(), tolower); in ConvertStrToTabBarMode()
441 return temp == "fixed" ? TabBarMode::FIXED : TabBarMode::SCROLLABLE; in ConvertStrToTabBarMode()
/kernel/linux/linux-5.10/drivers/ata/
H A Dahci_imx.c330 static int sata_ahci_read_temperature(void *dev, int *temp) in sata_ahci_read_temperature() argument
414 *temp = ((-559) * a * a) / 1000 + (1379) * a + (-458000); in sata_ahci_read_temperature()
423 unsigned int temp = 0; in sata_ahci_show_temp() local
426 err = sata_ahci_read_temperature(dev, &temp); in sata_ahci_show_temp()
430 return sprintf(buf, "%u\n", temp); in sata_ahci_show_temp()
/kernel/linux/linux-5.10/arch/sparc/net/
H A Dbpf_jit_comp_32.c329 u32 temp[8], *prog, *func, seen = 0, pass; in bpf_jit_compile() local
356 prog = temp; in bpf_jit_compile()
711 ilen = (void *) prog - (void *) temp; in bpf_jit_compile()
719 memcpy(image + proglen, temp, ilen); in bpf_jit_compile()
723 prog = temp; in bpf_jit_compile()
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/
H A Daspeed-smc.c350 __be32 temp; in aspeed_smc_send_cmd_addr() local
362 temp = cpu_to_be32(cmdaddr); in aspeed_smc_send_cmd_addr()
363 aspeed_smc_write_to_ahb(chip->ahb_base, &temp, 4); in aspeed_smc_send_cmd_addr()
366 temp = cpu_to_be32(addr); in aspeed_smc_send_cmd_addr()
368 aspeed_smc_write_to_ahb(chip->ahb_base, &temp, 4); in aspeed_smc_send_cmd_addr()
/kernel/linux/linux-6.6/arch/sparc/net/
H A Dbpf_jit_comp_32.c329 u32 temp[8], *prog, *func, seen = 0, pass; in bpf_jit_compile() local
356 prog = temp; in bpf_jit_compile()
711 ilen = (void *) prog - (void *) temp; in bpf_jit_compile()
719 memcpy(image + proglen, temp, ilen); in bpf_jit_compile()
723 prog = temp; in bpf_jit_compile()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dcdv_intel_display.c160 u32 temp; in cdv_sb_write() local
163 if (cdv_sb_read(dev, reg, &temp) == 0) in cdv_sb_write()
164 DRM_DEBUG_KMS("0x%08x: 0x%08x (before)\n", reg, temp); in cdv_sb_write()
188 if (cdv_sb_read(dev, reg, &temp) == 0) in cdv_sb_write()
189 DRM_DEBUG_KMS("0x%08x: 0x%08x (after)\n", reg, temp); in cdv_sb_write()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ctx.c423 u32 temp; in nx_fw_cmd_create_tx_ctx() local
451 temp = (NX_CAP0_LEGACY_CONTEXT | NX_CAP0_LEGACY_MN | NX_CAP0_LSO); in nx_fw_cmd_create_tx_ctx()
452 prq->capabilities[0] = cpu_to_le32(temp); in nx_fw_cmd_create_tx_ctx()
479 temp = le32_to_cpu(prsp->cds_ring.host_producer_crb); in nx_fw_cmd_create_tx_ctx()
481 NETXEN_NIC_REG(temp - 0x200)); in nx_fw_cmd_create_tx_ctx()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dw83l786ng.c10 * Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA
84 /* for temp */
128 u8 temp[2][3]; member
201 data->temp[i][j] = w83l786ng_read_value(client, in w83l786ng_update_device()
413 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp[nr][index])); in show_temp()
434 data->temp[nr][index] = TEMP_TO_REG(val); in store_temp()
436 data->temp[nr][index]); in store_temp()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Dif_spi.c464 u8 temp[HELPER_FW_LOAD_CHUNK_SZ]; in if_spi_prog_helper_firmware() local
494 memset(temp, 0, sizeof(temp)); in if_spi_prog_helper_firmware()
495 memcpy(temp, fw, in if_spi_prog_helper_firmware()
499 temp, HELPER_FW_LOAD_CHUNK_SZ); in if_spi_prog_helper_firmware()
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dibmphp_core.c660 struct pci_dev *temp; in ibm_unconfigure_device() local
671 temp = pci_get_domain_bus_and_slot(0, func->busno, in ibm_unconfigure_device()
673 if (temp) { in ibm_unconfigure_device()
674 pci_stop_and_remove_bus_device(temp); in ibm_unconfigure_device()
675 pci_dev_put(temp); in ibm_unconfigure_device()
/kernel/linux/linux-5.10/security/selinux/ss/
H A Davtab.c280 struct avtab_node *cur, *temp; in avtab_destroy() local
288 temp = cur; in avtab_destroy()
290 if (temp->key.specified & AVTAB_XPERMS) in avtab_destroy()
292 temp->datum.u.xperms); in avtab_destroy()
293 kmem_cache_free(avtab_node_cachep, temp); in avtab_destroy()
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dmxl5007t.c410 u32 temp; in mxl5007t_calc_rf_tune_regs() local
422 temp = rf_freq % MHz; in mxl5007t_calc_rf_tune_regs()
427 if (temp > frac_divider) { in mxl5007t_calc_rf_tune_regs()
428 temp -= frac_divider; in mxl5007t_calc_rf_tune_regs()
434 if (temp > 7812) in mxl5007t_calc_rf_tune_regs()

Completed in 41 milliseconds

1...<<101102103104105106107108109110>>...178