Home
last modified time | relevance | path

Searched refs:temp (Results 826 - 850 of 4449) sorted by relevance

1...<<31323334353637383940>>...178

/kernel/linux/linux-6.6/drivers/hwmon/
H A Dtmp401.c17 * few differences too, for example the local temp has a higher resolution
51 { 0x00, 0x01, 0x23 }, /* temp */
129 case 0: /* local temp msb */ in tmp401_regmap_is_volatile()
130 case 1: /* remote temp msb */ in tmp401_regmap_is_volatile()
132 case 0x10: /* remote temp lsb */ in tmp401_regmap_is_volatile()
133 case 0x15: /* local temp lsb */ in tmp401_regmap_is_volatile()
135 case 0x23 ... 0x24: /* remote temp 2 msb / lsb */ in tmp401_regmap_is_volatile()
136 case 0x30 ... 0x37: /* lowest/highest temp; status (tmp432) */ in tmp401_regmap_is_volatile()
150 case 0: /* local temp msb */ in tmp401_reg_read()
151 case 1: /* remote temp ms in tmp401_reg_read()
269 int temp = reg; tmp401_register_to_temp() local
277 tmp401_temp_to_register(long temp, bool extended, int zbits) tmp401_temp_to_register() argument
365 int reg, ret, temp; tmp401_temp_write() local
[all...]
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dtwl6030-gpadc.c615 __u32 temp = ((d & 0x7f) >> 1) | ((d & 1) << 6); in twl6030_gpadc_get_trim_offset() local
617 return sign_extend32(temp, 6); in twl6030_gpadc_get_trim_offset()
709 int chn, d1 = 0, d2 = 0, temp; in twl6032_calibration() local
744 temp = twl6032_get_trim_value(trim_regs, 2, 0, 0x1f, in twl6032_calibration()
746 d1 = temp + twl6032_get_trim_value(trim_regs, 7, 6, in twl6032_calibration()
749 temp = twl6032_get_trim_value(trim_regs, 3, 1, 0x3F, in twl6032_calibration()
751 d2 = temp + twl6032_get_trim_value(trim_regs, 9, 7, in twl6032_calibration()
755 temp = twl6032_get_trim_value(trim_regs, 2, 0, 0x1f, in twl6032_calibration()
757 d1 = temp + twl6032_get_trim_value(trim_regs, 13, 11, in twl6032_calibration()
760 temp in twl6032_calibration()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H A Dlontium-lt9611.c296 unsigned int temp, temp2; in lt9611_read_video_check() local
299 ret = regmap_read(lt9611->regmap, reg, &temp); in lt9611_read_video_check()
302 temp <<= 8; in lt9611_read_video_check()
307 return (temp + temp2); in lt9611_read_video_check()
313 int temp; in lt9611_video_check() local
318 temp = lt9611_read_video_check(lt9611, 0x8282); in lt9611_video_check()
319 if (temp < 0) in lt9611_video_check()
321 vactive = temp; in lt9611_video_check()
324 temp = lt9611_read_video_check(lt9611, 0x826c); in lt9611_video_check()
325 if (temp < in lt9611_video_check()
602 unsigned int temp; lt9611_read_edid() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dlontium-lt9611.c273 unsigned int temp, temp2; in lt9611_read_video_check() local
276 ret = regmap_read(lt9611->regmap, reg, &temp); in lt9611_read_video_check()
279 temp <<= 8; in lt9611_read_video_check()
284 return (temp + temp2); in lt9611_read_video_check()
290 int temp; in lt9611_video_check() local
295 temp = lt9611_read_video_check(lt9611, 0x8282); in lt9611_video_check()
296 if (temp < 0) in lt9611_video_check()
298 vactive = temp; in lt9611_video_check()
301 temp = lt9611_read_video_check(lt9611, 0x826c); in lt9611_video_check()
302 if (temp < in lt9611_video_check()
604 unsigned int temp; lt9611_read_edid() local
[all...]
/foundation/communication/nfc/test/fuzztest/services_test/nfccontrollercallbackstub_test/nfccontrollercallbackstub/nfccontrollercallbackstub_fuzzer/
H A Dnfccontrollercallbackstub_fuzzer.cpp53 char temp[18] = {0}; in BuildAddressString() local
54 int ret = sprintf_s(temp, sizeof(temp), "%02X:%02X:%02X:%02X:%02X:%02X", in BuildAddressString()
57 addr = std::string(temp); in BuildAddressString()
/foundation/communication/nfc/test/fuzztest/services_test/oncardemulationnotifycbstub_test/oncardemulationnotifycbstub/oncardemulationnotifycbstub_fuzzer/
H A Doncardemulationnotifycbstub_fuzzer.cpp54 char temp[18] = {0}; in BuildAddressString() local
55 int ret = sprintf_s(temp, sizeof(temp), "%02X:%02X:%02X:%02X:%02X:%02X", in BuildAddressString()
58 addr = std::string(temp); in BuildAddressString()
/foundation/communication/nfc/test/fuzztest/cardemulation_test/hcesessionstub/hcesessionstub_fuzzer/
H A Dhcesessionstub_fuzzer.cpp55 char temp[18] = {0}; in BuildAddressString() local
56 int ret = sprintf_s(temp, sizeof(temp), "%02X:%02X:%02X:%02X:%02X:%02X", in BuildAddressString()
59 addr = std::string(temp); in BuildAddressString()
/kernel/linux/linux-5.10/crypto/
H A Dsha1_generic.c33 u32 temp[SHA1_WORKSPACE_WORDS]; in sha1_generic_block_fn() local
36 sha1_transform(sst->state, src, temp); in sha1_generic_block_fn()
39 memzero_explicit(temp, sizeof(temp)); in sha1_generic_block_fn()
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H A Dp1022_rdk.c47 u64 temp; in p1022rdk_set_pixel_clock() local
65 temp = 1000000000000ULL; in p1022rdk_set_pixel_clock()
66 do_div(temp, pixclock); in p1022rdk_set_pixel_clock()
67 freq = temp; in p1022rdk_set_pixel_clock()
H A Dt1042rdb_diu.c81 u64 temp; in t1042rdb_set_pixel_clock() local
100 temp = 1000000000000ULL; in t1042rdb_set_pixel_clock()
101 do_div(temp, pixclock); in t1042rdb_set_pixel_clock()
102 freq = temp; in t1042rdb_set_pixel_clock()
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/
H A Dp1022_rdk.c48 u64 temp; in p1022rdk_set_pixel_clock() local
66 temp = 1000000000000ULL; in p1022rdk_set_pixel_clock()
67 do_div(temp, pixclock); in p1022rdk_set_pixel_clock()
68 freq = temp; in p1022rdk_set_pixel_clock()
H A Dt1042rdb_diu.c81 u64 temp; in t1042rdb_set_pixel_clock() local
100 temp = 1000000000000ULL; in t1042rdb_set_pixel_clock()
101 do_div(temp, pixclock); in t1042rdb_set_pixel_clock()
102 freq = temp; in t1042rdb_set_pixel_clock()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dgk104.c46 u32 temp = nvkm_rd32(device, 0x00dc68), i; in gk104_aux_mask() local
50 temp &= ~(type << (i * 4)); in gk104_aux_mask()
53 temp |= type << (i * 4); in gk104_aux_mask()
56 nvkm_wr32(device, 0x00dc68, temp); in gk104_aux_mask()
H A Dg94.c46 u32 temp = nvkm_rd32(device, 0x00e068), i; in g94_aux_mask() local
50 temp &= ~(type << (i * 4)); in g94_aux_mask()
53 temp |= type << (i * 4); in g94_aux_mask()
56 nvkm_wr32(device, 0x00e068, temp); in g94_aux_mask()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager_vi.c110 unsigned int temp; in update_qpd_vi() local
131 temp = get_sh_mem_bases_nybble_64(pdd); in update_qpd_vi()
132 qpd->sh_mem_bases = compute_sh_mem_bases_64bit(temp); in update_qpd_vi()
135 temp, qpd->sh_mem_bases); in update_qpd_vi()
H A Dkfd_device_queue_manager_cik.c108 unsigned int temp; in update_qpd_cik() local
125 temp = get_sh_mem_bases_nybble_64(pdd); in update_qpd_cik()
126 qpd->sh_mem_bases = compute_sh_mem_bases_64bit(temp); in update_qpd_cik()
129 qpd->pqm->process->is_32bit_user_mode, temp, qpd->sh_mem_bases); in update_qpd_cik()
/kernel/linux/linux-6.6/crypto/
H A Dsha1_generic.c33 u32 temp[SHA1_WORKSPACE_WORDS]; in sha1_generic_block_fn() local
36 sha1_transform(sst->state, src, temp); in sha1_generic_block_fn()
39 memzero_explicit(temp, sizeof(temp)); in sha1_generic_block_fn()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dgk104.c46 u32 temp = nvkm_rd32(device, 0x00dc68), i; in gk104_aux_mask() local
50 temp &= ~(type << (i * 4)); in gk104_aux_mask()
53 temp |= type << (i * 4); in gk104_aux_mask()
56 nvkm_wr32(device, 0x00dc68, temp); in gk104_aux_mask()
H A Dg94.c46 u32 temp = nvkm_rd32(device, 0x00e068), i; in g94_aux_mask() local
50 temp &= ~(type << (i * 4)); in g94_aux_mask()
53 temp |= type << (i * 4); in g94_aux_mask()
56 nvkm_wr32(device, 0x00e068, temp); in g94_aux_mask()
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_035.c95 UINTPTR temp = 1; in Testcase() local
114 ret = pthread_join(newTh, (void *)&temp); in Testcase()
117 ret = pthread_join(newTh2, (void *)&temp); in Testcase()
120 ret = pthread_join(newTh3, (void *)&temp); in Testcase()
H A DIt_posix_pthread_034.c94 UINTPTR temp = 1; in Testcase() local
110 ret = pthread_join(newTh, (void *)&temp); in Testcase()
113 ret = pthread_join(newTh2, (void *)&temp); in Testcase()
116 ret = pthread_join(newTh3, (void *)&temp); in Testcase()
H A DIt_posix_pthread_066.c100 UINTPTR temp = 1; in Testcase() local
118 ret = pthread_join(g_newTh, (void *)&temp); in Testcase()
120 ICUNIT_ASSERT_EQUAL(temp, (UINTPTR)PTHREAD_CANCELED, temp); in Testcase()
H A DIt_posix_pthread_068.c92 UINTPTR temp = 1; in Testcase() local
100 ret = pthread_join(g_newTh, (void *)&temp); in Testcase()
103 ICUNIT_ASSERT_EQUAL(temp, (UINTPTR)PTHREAD_CANCELED, temp); in Testcase()
/test/xts/device_attest/services/core/utils/
H A Dattest_utils_list.c89 ListNode* temp = head; in ReleaseList() local
91 temp = head; in ReleaseList()
93 ATTEST_MEM_FREE(temp->data); in ReleaseList()
94 ATTEST_MEM_FREE(temp); in ReleaseList()
/test/xts/device_attest_lite/services/core/utils/
H A Dattest_utils_list.c89 ListNode* temp = head; in ReleaseList() local
91 temp = head; in ReleaseList()
93 ATTEST_MEM_FREE(temp->data); in ReleaseList()
94 ATTEST_MEM_FREE(temp); in ReleaseList()

Completed in 11 milliseconds

1...<<31323334353637383940>>...178