Home
last modified time | relevance | path

Searched refs:temp (Results 126 - 150 of 4348) sorted by relevance

12345678910>>...174

/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H A Dspinlock.h60 int temp; in arch_read_trylock() local
68 : "=&r" (temp) in arch_read_trylock()
72 return temp; in arch_read_trylock()
93 int temp; in arch_write_trylock() local
101 : "=&r" (temp) in arch_write_trylock()
105 return temp; in arch_write_trylock()
138 int temp; in arch_spin_trylock() local
146 : "=&r" (temp) in arch_spin_trylock()
150 return temp; in arch_spin_trylock()
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c15 int *temp) in int340x_thermal_get_zone_temp()
22 return d->override_ops->get_temp(zone, temp); in int340x_thermal_get_zone_temp()
35 *temp = (unsigned long)conv_temp * 10; in int340x_thermal_get_zone_temp()
38 *temp = deci_kelvin_to_millicelsius(tmp); in int340x_thermal_get_zone_temp()
44 int trip, int *temp) in int340x_thermal_get_trip_temp()
50 return d->override_ops->get_trip_temp(zone, trip, temp); in int340x_thermal_get_trip_temp()
55 *temp = d->aux_trips[trip]; in int340x_thermal_get_trip_temp()
57 *temp = d->crt_temp; in int340x_thermal_get_trip_temp()
59 *temp = d->psv_temp; in int340x_thermal_get_trip_temp()
61 *temp in int340x_thermal_get_trip_temp()
14 int340x_thermal_get_zone_temp(struct thermal_zone_device *zone, int *temp) int340x_thermal_get_zone_temp() argument
43 int340x_thermal_get_trip_temp(struct thermal_zone_device *zone, int trip, int *temp) int340x_thermal_get_trip_temp() argument
116 int340x_thermal_set_trip_temp(struct thermal_zone_device *zone, int trip, int temp) int340x_thermal_set_trip_temp() argument
138 int340x_thermal_get_trip_hyst(struct thermal_zone_device *zone, int trip, int *temp) int340x_thermal_get_trip_hyst() argument
165 int340x_thermal_get_trip_config(acpi_handle handle, char *name, int *temp) int340x_thermal_get_trip_config() argument
[all...]
/third_party/libsnd/src/GSM610/
H A Dshort_term.c143 register int16_t temp ; in LARp_to_rp() local
146 { /* temp = GSM_ABS(*LARp) ; in LARp_to_rp()
148 * if (temp < 11059) temp <<= 1; in LARp_to_rp()
149 * else if (temp < 20070) temp += 11059; in LARp_to_rp()
150 * else temp = GSM_ADD (temp >> 2, 26112) ; in LARp_to_rp()
152 * *LARp = *LARp < 0 ? -temp : temp; in LARp_to_rp()
228 register float sav, di, temp ; Fast_Short_term_analysis_filtering() local
305 register float scalef = 3.0517578125e-5, temp ; Fast_Short_term_synthesis_filtering() local
[all...]
/kernel/uniproton/src/core/kernel/timer/swtmr/
H A Dprt_swtmr.c62 struct TagSwTmrCtrl *temp = NULL; in OsSwTmrScanProcess() local
75 temp = swtmr->next; in OsSwTmrScanProcess()
86 swtmr = temp; in OsSwTmrScanProcess()
163 struct TagSwTmrCtrl *temp = NULL; in OsSwTmrStart() local
180 temp = (struct TagSwTmrCtrl *)listObject->next; in OsSwTmrStart()
181 while (temp != (struct TagSwTmrCtrl *)listObject) { in OsSwTmrStart()
182 if (UWROLLNUM(temp->idxRollNum) > UWROLLNUM(swtmr->idxRollNum)) { in OsSwTmrStart()
183 UWROLLNUMSUB(temp->idxRollNum, swtmr->idxRollNum); in OsSwTmrStart()
186 UWROLLNUMSUB(swtmr->idxRollNum, temp->idxRollNum); in OsSwTmrStart()
187 temp in OsSwTmrStart()
[all...]
/kernel/linux/linux-5.10/drivers/char/agp/
H A Di460-agp.c107 u8 temp; in i460_fetch_size() local
111 pci_read_config_byte(agp_bridge->dev, INTEL_I460_GXBCTL, &temp); in i460_fetch_size()
112 i460.io_page_shift = (temp & I460_4M_PS) ? 22 : 12; in i460_fetch_size()
126 pci_read_config_byte(agp_bridge->dev, INTEL_I460_AGPSIZ, &temp); in i460_fetch_size()
129 if (temp & I460_SRAM_IO_DISABLE) { in i460_fetch_size()
136 if ((i460.io_page_shift == 0) && ((temp & I460_AGPSIZ_MASK) == 4)) { in i460_fetch_size()
142 if (temp & I460_BAPBASE_ENABLE) in i460_fetch_size()
159 if ((temp & I460_AGPSIZ_MASK) == values[i].size_value) { in i460_fetch_size()
181 u8 temp; in i460_write_agpsiz() local
183 pci_read_config_byte(agp_bridge->dev, INTEL_I460_AGPSIZ, &temp); in i460_write_agpsiz()
204 } temp; i460_configure() local
245 void *temp; i460_create_gatt_table() local
274 void *temp; i460_free_gatt_table() local
298 void *temp; i460_insert_memory_small_io_page() local
405 void *temp; i460_insert_memory_large_io_page() local
466 void *temp; i460_remove_memory_large_io_page() local
[all...]
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-ali1535.c131 unsigned char temp; in ali1535_setup() local
175 pci_read_config_byte(dev, SMBCFG, &temp); in ali1535_setup()
176 if ((temp & ALI1535_SMBIO_EN) == 0) { in ali1535_setup()
183 pci_read_config_byte(dev, SMBHSTCFG, &temp); in ali1535_setup()
184 if ((temp & 1) == 0) { in ali1535_setup()
200 pci_read_config_byte(dev, SMBREV, &temp); in ali1535_setup()
201 dev_dbg(&dev->dev, "SMBREV = 0x%X\n", temp); in ali1535_setup()
214 int temp; in ali1535_transaction() local
224 temp = inb_p(SMBHSTSTS); in ali1535_transaction()
228 if (temp in ali1535_transaction()
346 int temp; ali1535_access() local
[all...]
/kernel/linux/linux-5.10/lib/xz/
H A Dxz_dec_bcj.c75 } temp; member
395 * Flush pending filtered data from temp to the output buffer.
397 * data to the beginning of temp.
403 copy_size = min_t(size_t, s->temp.filtered, b->out_size - b->out_pos); in bcj_flush()
404 memcpy(b->out + b->out_pos, s->temp.buf, copy_size); in bcj_flush()
407 s->temp.filtered -= copy_size; in bcj_flush()
408 s->temp.size -= copy_size; in bcj_flush()
409 memmove(s->temp.buf, s->temp.buf + copy_size, s->temp in bcj_flush()
[all...]
/kernel/linux/linux-6.6/drivers/char/agp/
H A Di460-agp.c107 u8 temp; in i460_fetch_size() local
111 pci_read_config_byte(agp_bridge->dev, INTEL_I460_GXBCTL, &temp); in i460_fetch_size()
112 i460.io_page_shift = (temp & I460_4M_PS) ? 22 : 12; in i460_fetch_size()
126 pci_read_config_byte(agp_bridge->dev, INTEL_I460_AGPSIZ, &temp); in i460_fetch_size()
129 if (temp & I460_SRAM_IO_DISABLE) { in i460_fetch_size()
136 if ((i460.io_page_shift == 0) && ((temp & I460_AGPSIZ_MASK) == 4)) { in i460_fetch_size()
142 if (temp & I460_BAPBASE_ENABLE) in i460_fetch_size()
159 if ((temp & I460_AGPSIZ_MASK) == values[i].size_value) { in i460_fetch_size()
181 u8 temp; in i460_write_agpsiz() local
183 pci_read_config_byte(agp_bridge->dev, INTEL_I460_AGPSIZ, &temp); in i460_write_agpsiz()
204 } temp; i460_configure() local
245 void *temp; i460_create_gatt_table() local
274 void *temp; i460_free_gatt_table() local
298 void *temp; i460_insert_memory_small_io_page() local
405 void *temp; i460_insert_memory_large_io_page() local
466 void *temp; i460_remove_memory_large_io_page() local
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-ali1535.c131 unsigned char temp; in ali1535_setup() local
175 pci_read_config_byte(dev, SMBCFG, &temp); in ali1535_setup()
176 if ((temp & ALI1535_SMBIO_EN) == 0) { in ali1535_setup()
183 pci_read_config_byte(dev, SMBHSTCFG, &temp); in ali1535_setup()
184 if ((temp & 1) == 0) { in ali1535_setup()
200 pci_read_config_byte(dev, SMBREV, &temp); in ali1535_setup()
201 dev_dbg(&dev->dev, "SMBREV = 0x%X\n", temp); in ali1535_setup()
214 int temp; in ali1535_transaction() local
224 temp = inb_p(SMBHSTSTS); in ali1535_transaction()
228 if (temp in ali1535_transaction()
346 int temp; ali1535_access() local
[all...]
/kernel/linux/linux-6.6/lib/xz/
H A Dxz_dec_bcj.c75 } temp; member
395 * Flush pending filtered data from temp to the output buffer.
397 * data to the beginning of temp.
403 copy_size = min_t(size_t, s->temp.filtered, b->out_size - b->out_pos); in bcj_flush()
404 memcpy(b->out + b->out_pos, s->temp.buf, copy_size); in bcj_flush()
407 s->temp.filtered -= copy_size; in bcj_flush()
408 s->temp.size -= copy_size; in bcj_flush()
409 memmove(s->temp.buf, s->temp.buf + copy_size, s->temp in bcj_flush()
[all...]
/kernel/linux/linux-5.10/arch/microblaze/kernel/cpu/
H A Dcpuinfo-pvr-full.c31 u32 temp; /* for saving temp value */ in set_cpuinfo_pvr_full() local
40 temp = PVR_USE_BARREL(pvr) | PVR_USE_MSR_INSTR(pvr) | in set_cpuinfo_pvr_full()
42 if (ci->use_instr != temp) in set_cpuinfo_pvr_full()
44 ci->use_instr = temp; in set_cpuinfo_pvr_full()
46 temp = PVR_USE_HW_MUL(pvr) | PVR_USE_MUL64(pvr); in set_cpuinfo_pvr_full()
47 if (ci->use_mult != temp) in set_cpuinfo_pvr_full()
49 ci->use_mult = temp; in set_cpuinfo_pvr_full()
51 temp = PVR_USE_FPU(pvr) | PVR_USE_FPU2(pvr); in set_cpuinfo_pvr_full()
52 if (ci->use_fpu != temp) in set_cpuinfo_pvr_full()
[all...]
/kernel/linux/linux-6.6/arch/microblaze/kernel/cpu/
H A Dcpuinfo-pvr-full.c31 u32 temp; /* for saving temp value */ in set_cpuinfo_pvr_full() local
40 temp = PVR_USE_BARREL(pvr) | PVR_USE_MSR_INSTR(pvr) | in set_cpuinfo_pvr_full()
42 if (ci->use_instr != temp) in set_cpuinfo_pvr_full()
44 ci->use_instr = temp; in set_cpuinfo_pvr_full()
46 temp = PVR_USE_HW_MUL(pvr) | PVR_USE_MUL64(pvr); in set_cpuinfo_pvr_full()
47 if (ci->use_mult != temp) in set_cpuinfo_pvr_full()
49 ci->use_mult = temp; in set_cpuinfo_pvr_full()
51 temp = PVR_USE_FPU(pvr) | PVR_USE_FPU2(pvr); in set_cpuinfo_pvr_full()
52 if (ci->use_fpu != temp) in set_cpuinfo_pvr_full()
[all...]
/kernel/linux/linux-5.10/drivers/net/phy/
H A Ddavicom.c63 int temp; in dm9161_config_intr() local
65 temp = phy_read(phydev, MII_DM9161_INTR); in dm9161_config_intr()
67 if (temp < 0) in dm9161_config_intr()
68 return temp; in dm9161_config_intr()
71 temp &= ~(MII_DM9161_INTR_STOP); in dm9161_config_intr()
73 temp |= MII_DM9161_INTR_STOP; in dm9161_config_intr()
75 temp = phy_write(phydev, MII_DM9161_INTR, temp); in dm9161_config_intr()
77 return temp; in dm9161_config_intr()
101 int err, temp; in dm9161_config_init() local
[all...]
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H A Dip6t_ipv6header.c30 unsigned int temp; in ipv6header_mt6() local
43 temp = 0; in ipv6header_mt6()
52 temp |= MASK_NONE; in ipv6header_mt6()
60 temp |= MASK_ESP; in ipv6header_mt6()
81 temp |= MASK_HOPOPTS; in ipv6header_mt6()
84 temp |= MASK_ROUTING; in ipv6header_mt6()
87 temp |= MASK_FRAGMENT; in ipv6header_mt6()
90 temp |= MASK_AH; in ipv6header_mt6()
93 temp |= MASK_DSTOPTS; in ipv6header_mt6()
107 temp | in ipv6header_mt6()
[all...]
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_007.c56 UINTPTR temp; in Testcase() local
72 ret = pthread_join(newTh, (void *)&temp); in Testcase()
74 ICUNIT_ASSERT_EQUAL(*((UINT32 *)temp), 8, *((UINT32 *)temp)); // 8, here assert the result. in Testcase()
85 ret = pthread_join(newTh, (void *)&temp); in Testcase()
87 ICUNIT_ASSERT_EQUAL((UINT32)temp, 0, (UINT32)temp); in Testcase()
94 ret = pthread_join(newTh, (void *)&temp); in Testcase()
96 ICUNIT_ASSERT_EQUAL(*((char *)temp), 97, *((char *)temp)); // 9 in Testcase()
[all...]
/kernel/linux/linux-6.6/net/ipv6/netfilter/
H A Dip6t_ipv6header.c30 unsigned int temp; in ipv6header_mt6() local
43 temp = 0; in ipv6header_mt6()
52 temp |= MASK_NONE; in ipv6header_mt6()
60 temp |= MASK_ESP; in ipv6header_mt6()
81 temp |= MASK_HOPOPTS; in ipv6header_mt6()
84 temp |= MASK_ROUTING; in ipv6header_mt6()
87 temp |= MASK_FRAGMENT; in ipv6header_mt6()
90 temp |= MASK_AH; in ipv6header_mt6()
93 temp |= MASK_DSTOPTS; in ipv6header_mt6()
107 temp | in ipv6header_mt6()
[all...]
/kernel/linux/linux-5.10/drivers/ata/
H A Dsata_fsl.c372 u32 temp; in fsl_sata_rx_watermark_store() local
380 temp = ioread32(csr_base + TRANSCFG); in fsl_sata_rx_watermark_store()
381 temp &= 0xffffffe0; in fsl_sata_rx_watermark_store()
382 iowrite32(temp | rx_watermark, csr_base + TRANSCFG); in fsl_sata_rx_watermark_store()
650 u32 temp; in sata_fsl_freeze() local
660 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_freeze()
661 iowrite32((temp & ~0x3F), hcr_base + HCONTROL); in sata_fsl_freeze()
671 u32 temp; in sata_fsl_thaw() local
674 temp = ioread32(hcr_base + HSTATUS); in sata_fsl_thaw()
676 VPRINTK("xx_thaw, pending IRQs = 0x%x\n", (temp in sata_fsl_thaw()
693 u32 temp; sata_fsl_pmp_attach() local
703 u32 temp; sata_fsl_pmp_detach() local
723 u32 temp; sata_fsl_port_start() local
777 u32 temp; sata_fsl_port_stop() local
802 u32 temp; sata_fsl_dev_classify() local
824 u32 temp; sata_fsl_hardreset() local
939 u32 temp; sata_fsl_softreset() local
1350 u32 temp; sata_fsl_init_controller() local
1461 u32 temp; sata_fsl_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H A Dsata_fsl.c372 u32 temp; in fsl_sata_rx_watermark_store() local
380 temp = ioread32(csr_base + TRANSCFG); in fsl_sata_rx_watermark_store()
381 temp &= 0xffffffe0; in fsl_sata_rx_watermark_store()
382 iowrite32(temp | rx_watermark, csr_base + TRANSCFG); in fsl_sata_rx_watermark_store()
634 u32 temp; in sata_fsl_freeze() local
644 temp = ioread32(hcr_base + HCONTROL); in sata_fsl_freeze()
645 iowrite32((temp & ~0x3F), hcr_base + HCONTROL); in sata_fsl_freeze()
655 u32 temp; in sata_fsl_thaw() local
658 temp = ioread32(hcr_base + HSTATUS); in sata_fsl_thaw()
660 ata_port_dbg(ap, "pending IRQs = 0x%x\n", (temp in sata_fsl_thaw()
677 u32 temp; sata_fsl_pmp_attach() local
687 u32 temp; sata_fsl_pmp_detach() local
707 u32 temp; sata_fsl_port_start() local
762 u32 temp; sata_fsl_port_stop() local
787 u32 temp; sata_fsl_dev_classify() local
808 u32 temp; sata_fsl_hardreset() local
923 u32 temp; sata_fsl_softreset() local
1321 u32 temp; sata_fsl_init_controller() local
1431 u32 temp; sata_fsl_probe() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c110 UChar temp[512]; in TestStringFunctions() local
128 temp[0] = 0; in TestStringFunctions()
129 temp[7] = 0xA4; /* Mark the end */ in TestStringFunctions()
130 u_memcpy(temp,dataTable[i][j], 7); in TestStringFunctions()
132 if(temp[7] != 0xA4) in TestStringFunctions()
134 if(u_memcmp(temp, dataTable[i][j], 7)!=0) in TestStringFunctions()
156 temp[7] = 0; in TestStringFunctions()
157 u_memcpy(temp,nullTemp, 7); in TestStringFunctions()
158 if(u_memcmp(temp, nullTemp, 7)!=0 || temp[ in TestStringFunctions()
984 UChar temp[40]; TestStringCopy() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Daacdec_mips.c68 int temp[8]; in float_copy() local
99 : [temp0]"=&r"(temp[0]), [temp1]"=&r"(temp[1]), in float_copy()
100 [temp2]"=&r"(temp[2]), [temp3]"=&r"(temp[3]), in float_copy()
101 [temp4]"=&r"(temp[4]), [temp5]"=&r"(temp[5]), in float_copy()
102 [temp6]"=&r"(temp[6]), [temp7]"=&r"(temp[7]), in float_copy()
300 float temp[1 in fmul_and_reverse() local
[all...]
/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c157 LinkedListNode *temp = user->enrolledInfoList->head; in GetEnrolledInfoAuthType() local
158 while (temp != NULL) { in GetEnrolledInfoAuthType()
159 EnrolledInfoHal *nodeInfo = temp->data; in GetEnrolledInfoAuthType()
164 temp = temp->next; in GetEnrolledInfoAuthType()
230 LinkedListNode *temp = g_userInfoList->head; in QueryUserInfo() local
231 while (temp != NULL) { in QueryUserInfo()
232 user = (UserInfo *)temp->data; in QueryUserInfo()
236 temp = temp in QueryUserInfo()
258 LinkedListNode *temp = enrolledInfoList->head; GetAllEnrolledInfoFromUser() local
292 LinkedListNode *temp = userInfoList->head; IsSecureUidDuplicate() local
353 LinkedListNode *temp = enrolledList->head; IsEnrolledIdDuplicate() local
392 LinkedListNode *temp = enrolledList->head; UpdateEnrolledId() local
603 LinkedListNode *temp = user->credentialInfoList->head; RemoveCachePin() local
658 LinkedListNode *temp = user->credentialInfoList->head; DeletePinCredentialInfo() local
749 LinkedListNode *temp = credentialList->head; QueryCredentialById() local
767 LinkedListNode *temp = credentialList->head; QueryCredentialByAuthType() local
829 LinkedListNode *temp = credentialList->head; TraverseCredentialList() local
873 LinkedListNode *temp = g_userInfoList->head; QueryCredentialLimit() local
909 LinkedListNode *temp = g_userInfoList->head; QueryCredentialUserId() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c45 int temp; member
54 .temp = MLXSW_THERMAL_ASIC_TEMP_NORM,
62 .temp = MLXSW_THERMAL_ASIC_TEMP_HIGH,
69 .temp = MLXSW_THERMAL_ASIC_TEMP_HOT,
76 .temp = MLXSW_THERMAL_ASIC_TEMP_CRIT,
146 tz->trips[MLXSW_THERMAL_TEMP_TRIP_NORM].temp = 0; in mlxsw_thermal_module_trips_reset()
147 tz->trips[MLXSW_THERMAL_TEMP_TRIP_HIGH].temp = 0; in mlxsw_thermal_module_trips_reset()
148 tz->trips[MLXSW_THERMAL_TEMP_TRIP_HOT].temp = 0; in mlxsw_thermal_module_trips_reset()
149 tz->trips[MLXSW_THERMAL_TEMP_TRIP_CRIT].temp = 0; in mlxsw_thermal_module_trips_reset()
185 tz->trips[MLXSW_THERMAL_TEMP_TRIP_NORM].temp in mlxsw_thermal_module_trips_update()
197 mlxsw_thermal_tz_score_update(struct mlxsw_thermal *thermal, struct thermal_zone_device *tzdev, struct mlxsw_thermal_trip *trips, int temp) mlxsw_thermal_tz_score_update() argument
279 int temp; mlxsw_thermal_get_temp() local
323 mlxsw_thermal_set_trip_temp(struct thermal_zone_device *tzdev, int trip, int temp) mlxsw_thermal_set_trip_temp() argument
436 int temp; mlxsw_thermal_module_temp_get() local
492 mlxsw_thermal_module_trip_temp_set(struct thermal_zone_device *tzdev, int trip, int temp) mlxsw_thermal_module_trip_temp_set() argument
560 int temp; mlxsw_thermal_gearbox_temp_get() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-rcar.c112 u32 temp; in xhci_rcar_start() local
116 temp = readl(hcd->regs + RCAR_USB3_INT_ENA); in xhci_rcar_start()
117 temp |= RCAR_USB3_INT_ENA_VAL; in xhci_rcar_start()
118 writel(temp, hcd->regs + RCAR_USB3_INT_ENA); in xhci_rcar_start()
131 u32 data, val, temp; in xhci_rcar_download_firmware() local
158 temp = readl(regs + RCAR_USB3_DL_CTRL); in xhci_rcar_download_firmware()
159 temp |= RCAR_USB3_DL_CTRL_ENABLE; in xhci_rcar_download_firmware()
160 writel(temp, regs + RCAR_USB3_DL_CTRL); in xhci_rcar_download_firmware()
169 temp = readl(regs + RCAR_USB3_DL_CTRL); in xhci_rcar_download_firmware()
170 temp | in xhci_rcar_download_firmware()
[all...]
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/
H A Ddas_task_main.c64 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); in GetMaxVersion() local
65 version->third = (version->third) | temp->algInProtocol; in GetMaxVersion()
199 SubTaskBase *temp = (SubTaskBase *)(*ptr); in NegotiateAndProcessTask() local
200 if (g_taskTypeToProtocolType[temp->getTaskType(temp)] == protocolType) { in NegotiateAndProcessTask()
201 subTask = temp; in NegotiateAndProcessTask()
204 temp->destroyTask(temp); in NegotiateAndProcessTask()
308 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); in CreateMultiSubTask() local
310 if (temp in CreateMultiSubTask()
356 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); CreateSingleSubTask() local
430 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); RegisterLocalIdentityInTask() local
450 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); UnregisterLocalIdentityInTask() local
470 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); DeletePeerAuthInfoInTask() local
489 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); GetPublicKeyInTask() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c105 void iwl_mvm_tt_temp_changed(struct iwl_mvm *mvm, u32 temp) in iwl_mvm_tt_temp_changed() argument
111 if (mvm->temperature == temp) in iwl_mvm_tt_temp_changed()
114 mvm->temperature = temp; in iwl_mvm_tt_temp_changed()
123 int temp; in iwl_mvm_temp_notif_parse() local
135 temp = le32_to_cpu(notif_v1->temp); in iwl_mvm_temp_notif_parse()
138 if (WARN_ON_ONCE(temp < 0)) in iwl_mvm_temp_notif_parse()
139 temp = 0; in iwl_mvm_temp_notif_parse()
141 IWL_DEBUG_TEMP(mvm, "DTS_MEASUREMENT_NOTIFICATION - %d\n", temp); in iwl_mvm_temp_notif_parse()
143 return temp; in iwl_mvm_temp_notif_parse()
151 int *temp = data; iwl_mvm_temp_notif_wait() local
168 int temp; iwl_mvm_temp_notif() local
235 iwl_mvm_send_temp_cmd(struct iwl_mvm *mvm, bool response, s32 *temp) iwl_mvm_send_temp_cmd() argument
294 iwl_mvm_get_temp(struct iwl_mvm *mvm, s32 *temp) iwl_mvm_get_temp() argument
338 s32 temp; check_exit_ctkill() local
679 int temp; iwl_mvm_tzone_get_temp() local
700 iwl_mvm_tzone_get_trip_temp(struct thermal_zone_device *device, int trip, int *temp) iwl_mvm_tzone_get_trip_temp() argument
724 iwl_mvm_tzone_set_trip_temp(struct thermal_zone_device *device, int trip, int temp) iwl_mvm_tzone_set_trip_temp() argument
[all...]

Completed in 17 milliseconds

12345678910>>...174