Home
last modified time | relevance | path

Searched refs:allocated_size (Results 1 – 9 of 9) sorted by relevance

/drivers/hid/bpf/
A Dhid_bpf_dispatch.c32 .allocated_size = hdev->bpf.allocated_data, in dispatch_hid_bpf_device_event()
71 if (ret > ctx_kern.ctx.allocated_size) in dispatch_hid_bpf_device_event()
90 .allocated_size = size, in dispatch_hid_bpf_raw_requests()
130 .allocated_size = size, in dispatch_hid_bpf_output_report()
167 .allocated_size = HID_MAX_DESCRIPTOR_SIZE, in call_hid_bpf_rdesc_fixup()
174 ctx_kern.data = kzalloc(ctx_kern.ctx.allocated_size, GFP_KERNEL); in call_hid_bpf_rdesc_fixup()
185 if (ret > ctx_kern.ctx.allocated_size) in call_hid_bpf_rdesc_fixup()
303 if (rdwr_buf_size + offset > ctx->allocated_size) in hid_bpf_get_data()
/drivers/base/firmware_loader/
A Dmain.c143 fw_priv->allocated_size = size; in __allocate_fw_priv()
218 else if (!fw_priv->allocated_size) in __free_fw_priv()
319 if (fw_priv->allocated_size) { in fw_decompress_zstd()
320 out_size = fw_priv->allocated_size; in fw_decompress_zstd()
358 if (!fw_priv->allocated_size) in fw_decompress_zstd()
365 if (err && !fw_priv->allocated_size) in fw_decompress_zstd()
400 xz_buf.out_size = fw_priv->allocated_size; in fw_decompress_xz_single()
506 msize = fw_priv->allocated_size; in fw_get_filesystem_firmware()
A Dfallback_platform.c28 if (fw_priv->data && size > fw_priv->allocated_size) in firmware_fallback_platform()
A Dfirmware.h71 size_t allocated_size; member
A Dsysfs.c338 if (offset + count > fw_priv->allocated_size) { in firmware_data_write()
/drivers/gpu/drm/amd/display/dc/inc/
A Dcompressor.h108 uint32_t allocated_size; member
/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_compressor.c445 compressor->base.allocated_size = 0; in dce110_compressor_construct()
/drivers/gpu/drm/amd/display/dc/dce112/
A Ddce112_compressor.c811 compressor->base.allocated_size = 0; in dce112_compressor_construct()
/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_main.c8397 u16 *allocated_size) in hclge_set_umv_space() argument
8415 *allocated_size = le32_to_cpu(desc.data[1]); in hclge_set_umv_space()
8422 u16 allocated_size = 0; in hclge_init_umv_space() local
8425 ret = hclge_set_umv_space(hdev, hdev->wanted_umv_size, &allocated_size); in hclge_init_umv_space()
8429 if (allocated_size < hdev->wanted_umv_size) in hclge_init_umv_space()
8432 hdev->wanted_umv_size, allocated_size); in hclge_init_umv_space()
8434 hdev->max_umv_size = allocated_size; in hclge_init_umv_space()

Completed in 37 milliseconds