Lines Matching refs:usage_bytes
106 struct vram_usagebyfirmware_v2_1 *fw_usage, int *usage_bytes)
127 *usage_bytes = 0;
129 *usage_bytes = drv_size << 10;
135 struct vram_usagebyfirmware_v2_2 *fw_usage, int *usage_bytes)
169 *usage_bytes = 0;
182 int usage_bytes = 0;
192 &usage_bytes);
198 &usage_bytes);
204 if (usage_bytes == 0)
205 usage_bytes = 20 * 1024;
207 ctx->scratch = kzalloc(usage_bytes, GFP_KERNEL);
210 ctx->scratch_size_bytes = usage_bytes;