Lines Matching defs:output
198 void *input = NULL, *output = NULL;
227 output = kzalloc(args->output_size, GFP_KERNEL);
228 if (!output) {
233 params->output = output;
244 if (output && copy_to_user((void __user *) (uintptr_t) args->output_ptr,
245 output, args->output_size)) {
254 kfree(output);
494 rc = hl_fw_cpucp_pll_info_get(hdev, args->pll_index, freq_info.output);
916 dev_dbg(hdev->dev, "Failed to copy to user FW generic req output\n");