Searched refs:output (Results 151 - 175 of 949) sorted by last modified time

1234567891011>>

/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddchubbub.h142 struct dc_surface_dcc_cap *output);
187 * the graphics output. One of the main features of this component is
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_audio.c275 struct dp_audio_layout_config *output)
282 output->layouts_per_sample_denom = 4;
283 output->symbols_per_layout = 40;
284 output->max_layouts_per_audio_sdp = 1;
286 output->layouts_per_sample_denom = 1;
287 output->symbols_per_layout = 40;
288 output->max_layouts_per_audio_sdp = 1;
292 output->layouts_per_sample_denom = 4;
293 output->symbols_per_layout = 10;
294 output
272 get_audio_layout_config( uint32_t channel_count, enum dp_link_encoding encoding, struct dp_audio_layout_config *output) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc.h164 * @ocsc: output color space conversion
192 * @ocsc: output color space conversion matrix
386 struct dc_surface_dcc_cap *output);
676 bool dio : 1; /* Display output */
1852 * @irq_data - output hpd irq data
1991 * @link - active link with DP signal output enabled.
1992 * @test_pattern - desired test pattern to output.
2220 /* Sink Interfaces - A sink corresponds to a display output device */
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c133 struct mod_hdcp_output output = hdcp_work->output; local
135 if (output.callback_stop)
138 if (output.callback_needed)
140 msecs_to_jiffies(output.callback_delay));
142 if (output.watchdog_timer_stop)
145 if (output.watchdog_timer_needed)
147 msecs_to_jiffies(output.watchdog_timer_delay));
209 mod_hdcp_update_display(&hdcp_w->hdcp, conn_index, &link_adjust, &display_adjust, &hdcp_w->output);
239 mod_hdcp_remove_display(&hdcp_w->hdcp, aconnector->base.index, &hdcp_w->output);
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vkms.c49 struct amdgpu_vkms_output *output = drm_crtc_to_amdgpu_vkms_output(crtc); local
54 output->period_ns);
96 struct amdgpu_vkms_output *output = drm_crtc_to_amdgpu_vkms_output(crtc); local
117 *vblank_time -= output->period_ns;
422 amdgpu_vkms_output *output, int index)
424 struct drm_connector *connector = &output->connector;
425 struct drm_encoder *encoder = &output->encoder;
426 struct drm_crtc *crtc = &output->crtc.base;
421 amdgpu_vkms_output_init(struct drm_device *dev, struct amdgpu_vkms_output *output, int index) argument
/linux-master/drivers/base/
H A Dmemory.c145 const char *output; local
153 output = "online";
156 output = "offline";
159 output = "going-offline";
166 return sysfs_emit(buf, "%s\n", output);
H A Dcacheinfo.c660 const char *output; local
664 output = "Data";
667 output = "Instruction";
670 output = "Unified";
676 return sysfs_emit(buf, "%s\n", output);
684 const char *output; local
687 output = "ReadWriteAllocate";
689 output = "ReadAllocate";
691 output = "WriteAllocate";
695 return sysfs_emit(buf, "%s\n", output);
[all...]
/linux-master/drivers/acpi/
H A Dutils.c140 * Validate output buffer.
492 union acpi_object *output; local
499 output = buffer.pointer;
501 if (!output || output->type != ACPI_TYPE_PACKAGE
502 || !output->package.count
503 || output->package.elements[0].type != ACPI_TYPE_BUFFER
504 || output->package.elements[0].buffer.length < ACPI_PLD_REV1_BUFFER_SIZE) {
510 output->package.elements[0].buffer.pointer,
511 output
[all...]
H A Dcppc_acpi.c676 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL}; local
694 status = acpi_evaluate_object_typed(handle, "_CPC", NULL, &output,
701 out_obj = (union acpi_object *) output.pointer;
897 kfree(output.pointer);
911 kfree(output.pointer);
H A Dbus.c194 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL}; local
217 status = acpi_evaluate_object(handle, "_OSC", &input, &output);
221 if (!output.length)
224 out_obj = output.pointer;
265 kfree(output.pointer);
H A Dacpi_tad.c107 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER }; local
115 status = acpi_evaluate_object(handle, "_GRT", NULL, &output);
122 out_obj = output.pointer;
137 ACPI_FREE(output.pointer);
/linux-master/drivers/accel/habanalabs/goya/
H A Dgoya_coresight.c477 *(u64 *) params->output = ((u64) rwphi << 32) | rwp;
579 u64 *output; local
621 output = params->output;
627 if (!output)
645 output[i] = RREG32(base_reg + i * 8);
647 output[overflow_idx] = RREG32(base_reg + 0xCC0);
649 output[cycle_cnt_idx] = RREG32(base_reg + 0xFC);
650 output[cycle_cnt_idx] <<= 32;
651 output[cycle_cnt_id
[all...]
/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs.h2265 * @output: pointer to component specific output parameters.
2266 * @output_size: size of output buffer.
2273 void *output; member in struct:hl_debug_params
2335 * @show: function to output information.
3583 * @data: pointer to the input/output arguments structure of the IOCTL
/linux-master/arch/x86/boot/compressed/
H A Dmisc.c8 * output functions and related debugging support functions.
199 static void handle_relocations(void *output, unsigned long output_len, argument
204 unsigned long min_addr = (unsigned long)output;
255 for (reloc = output + output_len - sizeof(*reloc); *reloc; reloc--) {
289 static inline void handle_relocations(void *output, unsigned long output_len, argument
294 static size_t parse_elf(void *output) argument
306 memcpy(&ehdr, output, sizeof(ehdr));
319 memcpy(phdrs, output + ehdr.e_phoff, sizeof(*phdrs) * ehdr.e_phnum);
331 dest = output;
336 memmove(dest, output
405 extract_kernel(void *rmode, unsigned char *output) argument
[all...]
/linux-master/tools/workqueue/
H A Dwq_dump.py66 output = ""
71 output += f'{hex(v)} '
76 output += f'{v:08x}'
77 return output.strip()
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py35 def __init__(self, stage, output, message):
37 self.output = output
237 def prepare_env(caseinfo, args, pm, stage, prefix, cmdlist, output = None):
269 stage, output,
277 res.set_failmsg('Cannot decode verify command\'s output. Is it JSON?')
283 failmsg = 'Original output and matchJSON value are not the same type: output: {} != matchJSON: {} '
290 failmsg = "Your matchJSON value is an array, and it contains more elements than the command under test\'s output:\ncommand output (lengt
[all...]
/linux-master/tools/testing/selftests/resctrl/
H A Dmbm_test.c54 char output[] = RESULT_FILE_NAME; local
60 fp = fopen(output, "r");
62 ksft_perror(output);
H A Dmba_test.c106 char *token_array[8], output[] = RESULT_FILE_NAME, temp[512]; local
111 fp = fopen(output, "r");
113 ksft_perror(output);
/linux-master/tools/testing/selftests/net/
H A Drtnetlink.sh797 # does offload show up in ip output
801 end_test "FAIL: ipsec_offload SA offload missing from list output"
1297 -v Verbose mode (show commands and output)
H A Dfib_tests.sh974 # tricky way to convert output to 1-line without ip's
2615 -v verbose mode (show commands and output)
H A Dfib_nexthops.sh2413 -v verbose mode (show commands and output)
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh94 # Old versions of tc produce invalid json output for mpls lse statistics
115 echo "SKIP: iproute2 too old; tc-flower produces invalid json output for extended MPLS filters"
571 local output
573 output="$($cmd)"
579 output=$(echo $output | jq -r $jq_opts "$jq_exp")
584 echo $output
585 # return success only in case of non-empty output
586 [ ! -z "$output" ]
/linux-master/tools/testing/kunit/
H A Dkunit_kernel.py3 # Runs UML kernel, collects output, and handles errors.
55 raise ConfigError(e.output.decode())
72 raise ConfigError(e.output.decode())
88 raise BuildError(e.output)
359 output = open(get_outfile_path(build_dir), 'w')
361 # Tee the output to the file and to our caller in real time.
363 output.write(line)
367 # Flush any leftover output to the file
368 output.write(process.stdout.read())
369 output
[all...]
/linux-master/tools/net/ynl/
H A Dynl-gen-rst.py16 1) RST formatters: Use to convert a string to a RST output
337 parser.add_argument("-o", "--output", help="Output file name")
355 if not args.output:
356 logging.error("No output file specified.")
359 if os.path.isfile(args.output):
360 logging.debug("%s already exists. Overwriting it.", args.output)
382 def generate_main_index_rst(output: str) -> None:
391 index_dir = os.path.dirname(output)
398 logging.debug("Writing an index file at %s", output)
399 write_to_rstfile("".join(lines), output)
[all...]
H A Dcli.py40 parser.add_argument('--output-json', action='store_true')
45 def output(msg): function in function:main
72 output(reply)
75 output(reply)
82 output(ynl.async_msg_queue)

Completed in 512 milliseconds

1234567891011>>