/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-ds3232.c | 290 s16 temp; in ds3232_hwmon_read_temp() local 302 temp = (temp_buf[0] << 8) | temp_buf[1]; in ds3232_hwmon_read_temp() 303 temp >>= 6; in ds3232_hwmon_read_temp() 304 *mC = temp * 250; in ds3232_hwmon_read_temp() 326 u32 attr, int channel, long *temp) in ds3232_hwmon_read() 332 err = ds3232_hwmon_read_temp(dev, temp); in ds3232_hwmon_read() 324 ds3232_hwmon_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, long *temp) ds3232_hwmon_read() argument
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | acerhdf.c | 278 static int acerhdf_get_temp(int *temp) in acerhdf_get_temp() argument 285 *temp = read_temp * 1000; in acerhdf_get_temp() 368 int temp, err = 0; in acerhdf_get_ec_temp() local 370 err = acerhdf_get_temp(&temp); in acerhdf_get_ec_temp() 375 pr_notice("temp %d\n", temp); in acerhdf_get_ec_temp() 377 *t = temp; in acerhdf_get_ec_temp()
|
/kernel/linux/linux-6.6/drivers/char/agp/ |
H A D | amd64-agp.c | 40 static void amd64_tlbflush(struct agp_memory *temp) in amd64_tlbflush() argument 125 u32 temp; in amd64_fetch_size() local 132 pci_read_config_dword(dev, AMD64_GARTAPERTURECTL, &temp); in amd64_fetch_size() 133 temp = (temp & 0xe); in amd64_fetch_size() 137 if (temp == values[i].size_value) { in amd64_fetch_size()
|
/kernel/linux/linux-6.6/drivers/crypto/starfive/ |
H A D | jh7110-rsa.c | 96 u32 temp; in starfive_rsa_montgomery_form() local 183 temp = readl(cryp->base + STARFIVE_PKA_CAAR_OFFSET + 0x4 * loop); in starfive_rsa_montgomery_form() 184 out[opsize - loop] = temp; in starfive_rsa_montgomery_form() 196 u32 temp; in starfive_rsa_cpu_start() local 254 temp = readl(cryp->base + STARFIVE_PKA_CAAR_OFFSET + 0x4 * loop); in starfive_rsa_cpu_start() 255 result[opsize - loop] = temp; in starfive_rsa_cpu_start()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/phy/ |
H A D | dsi_phy_28nm_8960.c | 98 u32 val, temp, fb_divider; in dsi_pll_28nm_clk_set_rate() local 102 temp = rate / 10; in dsi_pll_28nm_clk_set_rate() 104 fb_divider = (temp * VCO_PREF_DIV_RATIO) / val; in dsi_pll_28nm_clk_set_rate() 148 u32 status, fb_divider, temp, ref_divider; in dsi_pll_28nm_clk_recalc_rate() local 157 temp = dsi_phy_read(base + REG_DSI_28nm_8960_PHY_PLL_CTRL_2) & 0x07; in dsi_pll_28nm_clk_recalc_rate() 158 fb_divider = (temp << 8) | fb_divider; in dsi_pll_28nm_clk_recalc_rate()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | twl4030-madc.c | 326 int temp, curr, volt, res, ret; in twl4030battery_temperature() local 339 for (temp = 58; temp >= 0; temp--) { in twl4030battery_temperature() 340 int actual = twl4030_therm_tbl[temp]; in twl4030battery_temperature() 345 return temp + 1; in twl4030battery_temperature()
|
/kernel/linux/linux-6.6/drivers/iio/imu/inv_icm42600/ |
H A D | inv_icm42600_gyro.c | 80 int16_t temp; member 113 /* enable temp sensor */ in inv_icm42600_gyro_update_scan_mode() 773 const int8_t *temp; in inv_icm42600_gyro_parse_fifo() local 781 &accel, &gyro, &temp, ×tamp, &odr); in inv_icm42600_gyro_parse_fifo() 799 buffer.temp = temp ? (*temp * 64) : 0; in inv_icm42600_gyro_parse_fifo()
|
H A D | inv_icm42600_accel.c | 80 int16_t temp; member 113 /* enable temp sensor */ in inv_icm42600_accel_update_scan_mode() 761 const int8_t *temp; in inv_icm42600_accel_parse_fifo() local 769 &accel, &gyro, &temp, ×tamp, &odr); in inv_icm42600_accel_parse_fifo() 787 buffer.temp = temp ? (*temp * 64) : 0; in inv_icm42600_accel_parse_fifo()
|
/third_party/backends/lib/ |
H A D | getopt.c | 891 char *temp = my_index (optstring, c); 897 if (temp == NULL || c == ':') 942 if (temp[0] == 'W' && temp[1] == ';') 1134 if (temp[1] == ':') 1136 if (temp[2] == ':') 887 char *temp = my_index (optstring, c); global() local
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | TransliteratorRegistry.java | 856 AnyTransliterator temp = (AnyTransliterator) entry; in instantiateEntry() 857 return temp.safeClone(); in instantiateEntry() 859 RuleBasedTransliterator temp = (RuleBasedTransliterator) entry; in instantiateEntry() 860 return temp.safeClone(); in instantiateEntry() 862 CompoundTransliterator temp = (CompoundTransliterator) entry; in instantiateEntry() 863 return temp.safeClone(); in instantiateEntry()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TransliteratorRegistry.java | 857 AnyTransliterator temp = (AnyTransliterator) entry; in instantiateEntry() 858 return temp.safeClone(); in instantiateEntry() 860 RuleBasedTransliterator temp = (RuleBasedTransliterator) entry; in instantiateEntry() 861 return temp.safeClone(); in instantiateEntry() 863 CompoundTransliterator temp = (CompoundTransliterator) entry; in instantiateEntry() 864 return temp.safeClone(); in instantiateEntry()
|
/third_party/lame/ACM/tinyxml/ |
H A D | tinyxml.cpp | 96 TiXmlNode* temp = 0; in ~TiXmlNode() local 100 temp = node; in ~TiXmlNode() 102 delete temp; in ~TiXmlNode() 110 TiXmlNode* temp = 0; in Clear() local 114 temp = node; in Clear() 116 delete temp; in Clear()
|
/third_party/node/deps/v8/src/baseline/loong64/ |
H A D | baseline-assembler-loong64-inl.h | 125 Register temp = t7; in CallBuiltin() local 126 __ LoadEntryFromBuiltin(builtin, temp); in CallBuiltin() 127 __ Call(temp); in CallBuiltin() 133 Register temp = t7; in TailCallBuiltin() local 134 __ LoadEntryFromBuiltin(builtin, temp); in TailCallBuiltin() 135 __ Jump(temp); in TailCallBuiltin()
|
/third_party/node/deps/v8/src/baseline/ppc/ |
H A D | baseline-assembler-ppc-inl.h | 216 Register temp = temps.AcquireScratch(); in CallBuiltin() local 217 __ LoadEntryFromBuiltin(builtin, temp); in CallBuiltin() 218 __ Call(temp); in CallBuiltin() 230 Register temp = temps.AcquireScratch(); in TailCallBuiltin() local 231 __ LoadEntryFromBuiltin(builtin, temp); in TailCallBuiltin() 232 __ Jump(temp); in TailCallBuiltin()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdarith.c | 119 register JLONG qe, temp; in arith_decode() local 166 temp = e->a - qe; in arith_decode() 167 e->a = temp; in arith_decode() 168 temp <<= e->ct; in arith_decode() 169 if (e->c >= temp) { in arith_decode() 170 e->c -= temp; in arith_decode()
|
/third_party/python/Modules/ |
H A D | md5module.c | 397 struct md5_state temp; in MD5Type_digest_impl() local 399 temp = self->hash_state; in MD5Type_digest_impl() 400 md5_done(&temp, digest); in MD5Type_digest_impl() 415 struct md5_state temp; in MD5Type_hexdigest_impl() local 418 temp = self->hash_state; in MD5Type_hexdigest_impl() 419 md5_done(&temp, digest); in MD5Type_hexdigest_impl()
|
/third_party/skia/modules/pathkit/ |
H A D | pathkit_wasm_bindings.cpp | 313 SkPath temp; in ApplyAddArc() local 316 temp.addArc(bounds, SkRadiansToDegrees(startAngle), sweep); in ApplyAddArc() 317 path.addPath(temp, SkPath::kExtend_AddPathMode); in ApplyAddArc() 325 SkPath temp; in ApplyEllipse() local 327 temp.addArc(bounds, SkRadiansToDegrees(startAngle), sweep); in ApplyEllipse() 331 path.addPath(temp, m, SkPath::kExtend_AddPathMode); in ApplyEllipse()
|
/kernel/linux/linux-5.10/arch/m68k/emu/ |
H A D | nfcon.c | 82 char temp[2] = { ch, 0 }; in nfcon_tty_put_char() local 84 nf_call(stderr_id, virt_to_phys(temp)); in nfcon_tty_put_char()
|
/kernel/linux/linux-5.10/arch/s390/appldata/ |
H A D | appldata_net_sum.c | 84 struct rtnl_link_stats64 temp; in appldata_get_net_sum_data() local 86 stats = dev_get_stats(dev, &temp); in appldata_get_net_sum_data()
|
/kernel/linux/linux-6.6/arch/m68k/emu/ |
H A D | nfcon.c | 82 u8 temp[2] = { ch, 0 }; in nfcon_tty_put_char() local 84 nf_call(stderr_id, virt_to_phys(temp)); in nfcon_tty_put_char()
|
/kernel/linux/linux-6.6/arch/s390/appldata/ |
H A D | appldata_net_sum.c | 84 struct rtnl_link_stats64 temp; in appldata_get_net_sum_data() local 86 stats = dev_get_stats(dev, &temp); in appldata_get_net_sum_data()
|
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
H A D | ms5611_i2c.c | 59 s32 *temp, s32 *pressure) in ms5611_i2c_read_adc_temp_and_pressure() 69 ret = ms5611_i2c_read_adc(st, temp); in ms5611_i2c_read_adc_temp_and_pressure() 58 ms5611_i2c_read_adc_temp_and_pressure(struct ms5611_state *st, s32 *temp, s32 *pressure) ms5611_i2c_read_adc_temp_and_pressure() argument
|
H A D | ms5611_spi.c | 54 s32 *temp, s32 *pressure) in ms5611_spi_read_adc_temp_and_pressure() 68 ret = ms5611_spi_read_adc(st, temp); in ms5611_spi_read_adc_temp_and_pressure() 53 ms5611_spi_read_adc_temp_and_pressure(struct ms5611_state *st, s32 *temp, s32 *pressure) ms5611_spi_read_adc_temp_and_pressure() argument
|
/kernel/linux/linux-5.10/drivers/iio/humidity/ |
H A D | si7005.c | 9 * TODO: heater, fast mode, processed mode (temp. / linearity compensation) 39 static int si7005_read_measurement(struct si7005_data *data, bool temp) in si7005_read_measurement() argument 48 (temp ? SI7005_CONFIG_TEMP : 0)); in si7005_read_measurement()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | as370-hwmon.c | 47 u32 attr, int channel, long *temp) in as370_hwmon_read() 55 *temp = DIV_ROUND_CLOSEST(val * 251802, 4096) - 85525; in as370_hwmon_read() 46 as370_hwmon_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, long *temp) as370_hwmon_read() argument
|