/kernel/linux/linux-5.10/crypto/ |
H A D | drbg.c | 361 * temp 381 * temp 384 * note: temp is the buffer that the BCC function operates 388 * this is not correct and the length for temp is 407 unsigned char *temp = iv + drbg_blocklen(drbg); in drbg_ctr_df() local 470 /* 10.4.2 step 9.2 -- BCC and concatenation with temp */ in drbg_ctr_df() 471 ret = drbg_ctr_bcc(drbg, temp + templen, K, &bcc_list); in drbg_ctr_df() 480 X = temp + (drbg_keylen(drbg)); in drbg_ctr_df() 486 drbg_kcapi_symsetkey(drbg, temp); in drbg_ctr_df() 510 memset(temp, in drbg_ctr_df() 535 unsigned char *temp = drbg->scratchpad; drbg_ctr_update() local [all...] |
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | main.c | 551 u_char temp; in get_word() local 554 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word() 563 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) { in get_word() 568 ch = get_char(vc, (u_short *)tmp_pos - 1, &temp); in get_word() 571 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE) in get_word() 582 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word() 608 u_char temp; in say_prev_word() local 639 ch = get_char(vc, (u_short *)spk_pos, &temp); in say_prev_word() 662 u_char temp; in say_next_word() local 672 ch = get_char(vc, (u_short *)spk_pos, &temp); in say_next_word() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | sdma_v3_0.c | 1443 uint32_t temp, data; in sdma_v3_0_update_sdma_medium_grain_clock_gating() local 1448 temp = data = RREG32(mmSDMA0_CLK_CTRL + sdma_offsets[i]); in sdma_v3_0_update_sdma_medium_grain_clock_gating() 1457 if (data != temp) in sdma_v3_0_update_sdma_medium_grain_clock_gating() 1462 temp = data = RREG32(mmSDMA0_CLK_CTRL + sdma_offsets[i]); in sdma_v3_0_update_sdma_medium_grain_clock_gating() 1472 if (data != temp) in sdma_v3_0_update_sdma_medium_grain_clock_gating() 1482 uint32_t temp, data; in sdma_v3_0_update_sdma_medium_grain_light_sleep() local 1487 temp = data = RREG32(mmSDMA0_POWER_CNTL + sdma_offsets[i]); in sdma_v3_0_update_sdma_medium_grain_light_sleep() 1490 if (temp != data) in sdma_v3_0_update_sdma_medium_grain_light_sleep() 1495 temp = data = RREG32(mmSDMA0_POWER_CNTL + sdma_offsets[i]); in sdma_v3_0_update_sdma_medium_grain_light_sleep() 1498 if (temp ! in sdma_v3_0_update_sdma_medium_grain_light_sleep() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_hw.c | 1334 u32 temp, off8; in qlcnic_pci_mem_write_2M() local 1365 temp = qlcnic_ind_rd(adapter, ms.control); in qlcnic_pci_mem_write_2M() 1366 if ((temp & TA_CTL_BUSY) == 0) in qlcnic_pci_mem_write_2M() 1386 temp = qlcnic_ind_rd(adapter, ms.control); in qlcnic_pci_mem_write_2M() 1387 if ((temp & TA_CTL_BUSY) == 0) in qlcnic_pci_mem_write_2M() 1408 u32 temp, off8; in qlcnic_pci_mem_read_2M() local 1439 temp = qlcnic_ind_rd(adapter, ms.control); in qlcnic_pci_mem_read_2M() 1440 if ((temp & TA_CTL_BUSY) == 0) in qlcnic_pci_mem_read_2M() 1451 temp = qlcnic_ind_rd(adapter, ms.rd[3]); in qlcnic_pci_mem_read_2M() 1452 val = (u64)temp << 3 in qlcnic_pci_mem_read_2M() [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | mv_u3d_core.c | 270 u32 temp; in mv_u3d_build_trb_one() local 302 temp = (u32)(req->req.dma + req->req.actual); in mv_u3d_build_trb_one() 304 trb_hw->buf_addr_lo = cpu_to_le32(temp); in mv_u3d_build_trb_one() 335 u32 temp; in mv_u3d_build_trb_chain() local 348 temp = (u32)(req->req.dma + req->req.actual); in mv_u3d_build_trb_chain() 350 trb->trb_hw->buf_addr_lo = cpu_to_le32(temp); in mv_u3d_build_trb_chain() 1035 u32 temp; in mv_u3d_controller_start() local 1038 temp = ioread32(&u3d->vuc_regs->ltssm); in mv_u3d_controller_start() 1039 temp |= MV_U3D_LTSSM_PHY_INIT_DONE; in mv_u3d_controller_start() 1040 iowrite32(temp, in mv_u3d_controller_start() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A D | viafbdev.c | 762 u32 temp, xx, yy, bg_color = 0, fg_color = 0, in viafb_cursor() local 777 temp = (cursor->hot.x << 16) + cursor->hot.y; in viafb_cursor() 778 writel(temp, engine + VIA_REG_CURSOR_ORG); in viafb_cursor() 784 temp = yy & 0xFFFF; in viafb_cursor() 785 temp |= (xx << 16); in viafb_cursor() 786 writel(temp, engine + VIA_REG_CURSOR_POS); in viafb_cursor() 800 temp = readl(engine + VIA_REG_CURSOR_MODE); in viafb_cursor() 802 temp |= 0x2; in viafb_cursor() 804 temp &= ~0x2; in viafb_cursor() 806 writel(temp, engin in viafb_cursor() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_pm.c | 676 int temp; in radeon_hwmon_show_temp() local 684 temp = radeon_get_temperature(rdev); in radeon_hwmon_show_temp() 686 temp = 0; in radeon_hwmon_show_temp() 688 return snprintf(buf, PAGE_SIZE, "%d\n", temp); in radeon_hwmon_show_temp() 697 int temp; in radeon_hwmon_show_temp_thresh() local 700 temp = rdev->pm.dpm.thermal.min_temp; in radeon_hwmon_show_temp_thresh() 702 temp = rdev->pm.dpm.thermal.max_temp; in radeon_hwmon_show_temp_thresh() 704 return snprintf(buf, PAGE_SIZE, "%d\n", temp); in radeon_hwmon_show_temp_thresh() 861 int temp = radeon_get_temperature(rdev); in radeon_dpm_thermal_work_handler() local 863 if (temp < rde in radeon_dpm_thermal_work_handler() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_hw.c | 1330 u32 temp, off8; in qlcnic_pci_mem_write_2M() local 1361 temp = qlcnic_ind_rd(adapter, ms.control); in qlcnic_pci_mem_write_2M() 1362 if ((temp & TA_CTL_BUSY) == 0) in qlcnic_pci_mem_write_2M() 1382 temp = qlcnic_ind_rd(adapter, ms.control); in qlcnic_pci_mem_write_2M() 1383 if ((temp & TA_CTL_BUSY) == 0) in qlcnic_pci_mem_write_2M() 1404 u32 temp, off8; in qlcnic_pci_mem_read_2M() local 1435 temp = qlcnic_ind_rd(adapter, ms.control); in qlcnic_pci_mem_read_2M() 1436 if ((temp & TA_CTL_BUSY) == 0) in qlcnic_pci_mem_read_2M() 1447 temp = qlcnic_ind_rd(adapter, ms.rd[3]); in qlcnic_pci_mem_read_2M() 1448 val = (u64)temp << 3 in qlcnic_pci_mem_read_2M() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | mv_u3d_core.c | 270 u32 temp; in mv_u3d_build_trb_one() local 302 temp = (u32)(req->req.dma + req->req.actual); in mv_u3d_build_trb_one() 304 trb_hw->buf_addr_lo = cpu_to_le32(temp); in mv_u3d_build_trb_one() 335 u32 temp; in mv_u3d_build_trb_chain() local 348 temp = (u32)(req->req.dma + req->req.actual); in mv_u3d_build_trb_chain() 350 trb->trb_hw->buf_addr_lo = cpu_to_le32(temp); in mv_u3d_build_trb_chain() 1037 u32 temp; in mv_u3d_controller_start() local 1040 temp = ioread32(&u3d->vuc_regs->ltssm); in mv_u3d_controller_start() 1041 temp |= MV_U3D_LTSSM_PHY_INIT_DONE; in mv_u3d_controller_start() 1042 iowrite32(temp, in mv_u3d_controller_start() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | viafbdev.c | 762 u32 temp, xx, yy, bg_color = 0, fg_color = 0, in viafb_cursor() local 777 temp = (cursor->hot.x << 16) + cursor->hot.y; in viafb_cursor() 778 writel(temp, engine + VIA_REG_CURSOR_ORG); in viafb_cursor() 784 temp = yy & 0xFFFF; in viafb_cursor() 785 temp |= (xx << 16); in viafb_cursor() 786 writel(temp, engine + VIA_REG_CURSOR_POS); in viafb_cursor() 800 temp = readl(engine + VIA_REG_CURSOR_MODE); in viafb_cursor() 802 temp |= 0x2; in viafb_cursor() 804 temp &= ~0x2; in viafb_cursor() 806 writel(temp, engin in viafb_cursor() [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | drbg.c | 363 * temp 383 * temp 386 * note: temp is the buffer that the BCC function operates 390 * this is not correct and the length for temp is 409 unsigned char *temp = iv + drbg_blocklen(drbg); in drbg_ctr_df() local 472 /* 10.4.2 step 9.2 -- BCC and concatenation with temp */ in drbg_ctr_df() 473 ret = drbg_ctr_bcc(drbg, temp + templen, K, &bcc_list); in drbg_ctr_df() 482 X = temp + (drbg_keylen(drbg)); in drbg_ctr_df() 488 drbg_kcapi_symsetkey(drbg, temp); in drbg_ctr_df() 512 memset(temp, in drbg_ctr_df() 537 unsigned char *temp = drbg->scratchpad; drbg_ctr_update() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_pm.c | 674 int temp; in radeon_hwmon_show_temp() local 682 temp = radeon_get_temperature(rdev); in radeon_hwmon_show_temp() 684 temp = 0; in radeon_hwmon_show_temp() 686 return sysfs_emit(buf, "%d\n", temp); in radeon_hwmon_show_temp() 695 int temp; in radeon_hwmon_show_temp_thresh() local 698 temp = rdev->pm.dpm.thermal.min_temp; in radeon_hwmon_show_temp_thresh() 700 temp = rdev->pm.dpm.thermal.max_temp; in radeon_hwmon_show_temp_thresh() 702 return sysfs_emit(buf, "%d\n", temp); in radeon_hwmon_show_temp_thresh() 886 int temp = radeon_get_temperature(rdev); in radeon_dpm_thermal_work_handler() local 888 if (temp < rde in radeon_dpm_thermal_work_handler() [all...] |
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | ad4130.c | 844 int temp; in ad4130_freq_to_fs() local 850 temp = AD4130_FILTER_SELECT_MIN + filter_config->fs_max - in ad4130_freq_to_fs() 853 if (temp < AD4130_FILTER_SELECT_MIN) in ad4130_freq_to_fs() 854 temp = AD4130_FILTER_SELECT_MIN; in ad4130_freq_to_fs() 855 else if (temp > filter_config->fs_max) in ad4130_freq_to_fs() 856 temp = filter_config->fs_max; in ad4130_freq_to_fs() 858 *fs = temp; in ad4130_freq_to_fs() 867 u64 temp; in ad4130_fs_to_freq() local 873 temp = div_u64((u64)dividend * NANO, divisor); in ad4130_fs_to_freq() 874 *val = div_u64_rem(temp, NAN in ad4130_fs_to_freq() [all...] |
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_multicast.c | 3411 /* Refresh the temp router port timer */ in br_multicast_set_port_router() 3885 struct br_mcast_stats temp; in br_multicast_get_stats() local 3890 memcpy(&temp, &cpu_stats->mstats, sizeof(temp)); in br_multicast_get_stats() 3893 mcast_stats_add_dir(tdst.igmp_v1queries, temp.igmp_v1queries); in br_multicast_get_stats() 3894 mcast_stats_add_dir(tdst.igmp_v2queries, temp.igmp_v2queries); in br_multicast_get_stats() 3895 mcast_stats_add_dir(tdst.igmp_v3queries, temp.igmp_v3queries); in br_multicast_get_stats() 3896 mcast_stats_add_dir(tdst.igmp_leaves, temp.igmp_leaves); in br_multicast_get_stats() 3897 mcast_stats_add_dir(tdst.igmp_v1reports, temp.igmp_v1reports); in br_multicast_get_stats() 3898 mcast_stats_add_dir(tdst.igmp_v2reports, temp in br_multicast_get_stats() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | pmcraid.c | 139 struct pmcraid_resource_entry *temp, *res = NULL; in pmcraid_slave_alloc() local 156 list_for_each_entry(temp, &pinstance->used_res_q, queue) { in pmcraid_slave_alloc() 159 if (RES_IS_VSET(temp->cfg_entry)) { in pmcraid_slave_alloc() 161 target = temp->cfg_entry.unique_flags1; in pmcraid_slave_alloc() 163 target = le16_to_cpu(temp->cfg_entry.array_id) & 0xFF; in pmcraid_slave_alloc() 169 } else if (RES_IS_GSCSI(temp->cfg_entry)) { in pmcraid_slave_alloc() 170 target = RES_TARGET(temp->cfg_entry.resource_address); in pmcraid_slave_alloc() 172 lun = RES_LUN(temp->cfg_entry.resource_address); in pmcraid_slave_alloc() 180 res = temp; in pmcraid_slave_alloc() 1981 struct pmcraid_cmd *cmd, *temp; in pmcraid_fail_outstanding_cmds() local 3791 struct pmcraid_resource_entry *temp; pmcraid_worker_function() local 4958 struct pmcraid_resource_entry *res, *temp; pmcraid_init_res_table() local [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | sysfb_efi.c | 294 u16 temp = screen_info.lfb_width; in sysfb_apply_efi_quirks() local 297 screen_info.lfb_height = temp; in sysfb_apply_efi_quirks()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
H A D | panel-lg-lg4573.c | 45 __be16 temp = cpu_to_be16(data); in lg4573_spi_write_u16() local 49 xfer.tx_buf = &temp; in lg4573_spi_write_u16()
|
/kernel/linux/linux-5.10/drivers/iio/common/cros_ec_sensors/ |
H A D | cros_ec_sensors.c | 171 st->core.param.sensor_offset.temp = in cros_ec_sensors_write() 186 st->core.param.sensor_scale.temp = in cros_ec_sensors_write()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | scpi-hwmon.c | 65 static int scpi_read_temp(void *dev, int *temp) in scpi_read_temp() argument 80 *temp = value; in scpi_read_temp() 191 "temp%d_input", num_temp + 1); in scpi_hwmon_probe() 193 "temp%d_label", num_temp + 1); in scpi_hwmon_probe()
|
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
H A D | prism2usb.c | 150 struct hfa384x_usbctlx *ctlx, *temp; in prism2sta_disconnect_usb() local 207 list_for_each_entry_safe(ctlx, temp, &cleanlist, list) in prism2sta_disconnect_usb()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | dbgp.c | 351 __le16 *temp = (__le16 *)&ctrl->wLength; in dbgp_setup() local 353 *temp = cpu_to_le16(DBGP_REQ_LEN); in dbgp_setup()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | vport.c | 271 struct rtnl_link_stats64 temp; in ovs_vport_get_stats() local 273 dev_stats = dev_get_stats(vport->dev, &temp); in ovs_vport_get_stats()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | net-procfs.c | 80 struct rtnl_link_stats64 temp; in dev_seq_printf_stats() local 81 const struct rtnl_link_stats64 *stats = dev_get_stats(dev, &temp); in dev_seq_printf_stats()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | mm.c | 285 struct nvkm_mm_node *node, *temp; in nvkm_mm_fini() local 300 list_for_each_entry_safe(node, temp, &mm->nodes, nl_entry) { in nvkm_mm_fini()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | gbphy.c | 262 struct gbphy_device *gbphy_dev, *temp; in gb_gbphy_disconnect() local 269 list_for_each_entry_safe(gbphy_dev, temp, &gbphy_host->devices, list) { in gb_gbphy_disconnect()
|