/linux/drivers/infiniband/hw/hfi1/ |
H A D | efivar.c | 31 unsigned long temp_size; in read_efi_var() local 53 temp_size = EFI_DATA_SIZE; in read_efi_var() 67 &temp_size, in read_efi_var() 88 data = kmemdup(temp_buffer, temp_size, GFP_KERNEL); in read_efi_var() 94 *size = temp_size; in read_efi_var()
|
/linux/drivers/video/fbdev/ |
H A D | vesafb.c | 435 unsigned int temp_size = size_total; in vesafb_probe() local 438 temp_size = roundup_pow_of_two(temp_size); in vesafb_probe() 444 temp_size); in vesafb_probe() 445 temp_size >>= 1; in vesafb_probe() 446 } while (temp_size >= PAGE_SIZE && par->wc_cookie < 0); in vesafb_probe()
|
H A D | uvesafb.c | 1520 int temp_size = info->fix.smem_len; in uvesafb_init_mtrr() local 1525 temp_size = roundup_pow_of_two(temp_size); in uvesafb_init_mtrr() 1529 rc = arch_phys_wc_add(info->fix.smem_start, temp_size); in uvesafb_init_mtrr() 1530 temp_size >>= 1; in uvesafb_init_mtrr() 1531 } while (temp_size >= PAGE_SIZE && rc == -EINVAL); in uvesafb_init_mtrr()
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_minidump.c | 1082 static uint32_t qlcnic_temp_checksum(uint32_t *temp_buffer, u32 temp_size) in qlcnic_temp_checksum() argument 1085 int count = temp_size / sizeof(uint32_t); in qlcnic_temp_checksum() 1140 u32 *version, u32 *temp_size, in qlcnic_fw_get_minidump_temp_size() argument 1158 *temp_size = cmd.rsp.arg[2]; in qlcnic_fw_get_minidump_temp_size() 1162 if (!(*temp_size)) in qlcnic_fw_get_minidump_temp_size() 1169 u32 *buffer, u32 temp_size) in __qlcnic_fw_cmd_get_minidump_temp() argument 1177 tmp_addr = dma_alloc_coherent(&adapter->pdev->dev, temp_size, in __qlcnic_fw_cmd_get_minidump_temp() 1189 cmd.req.arg[3] = temp_size; in __qlcnic_fw_cmd_get_minidump_temp() 1194 for (i = 0; i < temp_size / sizeof(u32); i++) in __qlcnic_fw_cmd_get_minidump_temp() 1201 dma_free_coherent(&adapter->pdev->dev, temp_size, tmp_addr, tmp_addr_t); in __qlcnic_fw_cmd_get_minidump_temp() [all …]
|
/linux/drivers/char/agp/ |
H A D | sis-agp.c | 25 u8 temp_size; in sis_fetch_size() local 29 pci_read_config_byte(agp_bridge->dev, SIS_APSIZE, &temp_size); in sis_fetch_size() 32 if ((temp_size == values[i].size_value) || in sis_fetch_size() 33 ((temp_size & ~(0x07)) == in sis_fetch_size()
|
H A D | generic.c | 1343 u16 temp_size; in agp3_generic_fetch_size() local 1347 pci_read_config_word(agp_bridge->dev, agp_bridge->capndx+AGPAPSIZE, &temp_size); in agp3_generic_fetch_size() 1351 if (temp_size == values[i].size_value) { in agp3_generic_fetch_size()
|
/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-ic.c | 223 u32 temp_size, temp_downsize; in calc_resize_coeffs() local 246 temp_size = in_size; in calc_resize_coeffs() 247 while (((temp_size > 1024) || (temp_size >= out_size * 2)) && in calc_resize_coeffs() 249 temp_size >>= 1; in calc_resize_coeffs() 259 *resize_coeff = (8192L * (temp_size - 1)) / (out_size - 1); in calc_resize_coeffs()
|
/linux/drivers/media/platform/chips-media/wave5/ |
H A D | wave5-hw.c | 420 u32 code_size, temp_size; in wave5_vpu_init() local 440 temp_size = WAVE5_TEMPBUF_SIZE; in wave5_vpu_init() 463 vpu_write_reg(vpu_dev, W5_TEMP_SIZE, temp_size); in wave5_vpu_init() 494 task_buf_base = temp_base + temp_size + in wave5_vpu_init() 1108 dma_addr_t old_code_base, temp_size; in wave5_vpu_re_init() local 1128 temp_size = WAVE5_TEMPBUF_SIZE; in wave5_vpu_re_init() 1157 vpu_write_reg(vpu_dev, W5_TEMP_SIZE, temp_size); in wave5_vpu_re_init() 1191 task_buf_base = temp_base + temp_size + in wave5_vpu_re_init() 1228 u32 code_size, temp_size, reason_code; in wave5_vpu_sleep_wake() local 1272 temp_size = WAVE5_TEMPBUF_SIZE; in wave5_vpu_sleep_wake() [all …]
|
/linux/drivers/iommu/ |
H A D | msm_iommu.c | 145 int temp_size; in __flush_iotlb_range() local 153 temp_size = size; in __flush_iotlb_range() 160 } while (temp_size -= granule); in __flush_iotlb_range()
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_gem.c | 811 uint32_t temp_size = exec_size + (sizeof(struct vc4_shader_state) * in vc4_get_bcl() local 820 temp_size < exec_size) { in vc4_get_bcl() 833 temp = kvmalloc_array(temp_size, 1, GFP_KERNEL); in vc4_get_bcl()
|
/linux/include/linux/ |
H A D | trace_events.h | 106 unsigned int temp_size; member
|
/linux/kernel/trace/ |
H A D | trace.c | 3945 if ((!iter->temp || iter->temp_size < iter->ent_size) && in trace_find_next_entry() 3953 iter->temp_size = iter->ent_size; in trace_find_next_entry() 4723 iter->temp_size = 128; in __tracing_open() 10238 iter->temp_size = STATIC_TEMP_BUF_SIZE; in trace_init_iter()
|