Searched refs:output (Results 151 - 175 of 964) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/omap4iss/
H A Diss_resizer.h35 * @output: Active outputs
48 unsigned int output; member in struct:iss_resizer_device
/linux-master/include/uapi/linux/
H A Dmatroxfb.h11 __u32 output; /* which output */ member in struct:matroxioc_output_mode
H A Dwmi.h31 volatile __u32 output[4]; member in struct:calling_interface_buffer
/linux-master/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c368 __be32 output[VPHN_ASSOC_BUFSIZE] = { 0 }; local
371 vphn_unpack_associativity(test->input, output);
373 len = be32_to_cpu(output[0]);
381 u32 val = be32_to_cpu(output[i]);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dta_rap_if.h71 struct ta_rap_cmd_output_data output; member in union:ta_rap_cmd_output
/linux-master/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dbiosattr-interface.c19 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL}; local
27 status = wmidev_evaluate_method(wdev, 0, method_id, &input, &output);
30 obj = (union acpi_object *)output.pointer;
39 kfree(output.pointer);
H A Dpasswordattr-interface.c13 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL}; local
21 status = wmidev_evaluate_method(wdev, 0, 1, &input, &output);
24 obj = (union acpi_object *)output.pointer;
28 kfree(output.pointer);
/linux-master/drivers/gpio/
H A Dgpio-adp5520.c20 unsigned long output; member in struct:adp5520_gpio
32 * Make sure we return the right value, even when configured as output
35 if (test_bit(off, &dev->output))
60 clear_bit(off, &dev->output);
73 set_bit(off, &dev->output);
/linux-master/include/soc/fsl/
H A Dcaam-blob.h22 * @output: pointer to output buffer (must be DMAable)
23 * @output_len: length of @output buffer in bytes.
32 void *output; member in struct:caam_blob_info
70 * output blob and key modifier buffers.
87 * @info: pointer to blobbing info describing output key,
/linux-master/fs/squashfs/
H A Dxz_wrapper.c121 struct squashfs_page_actor *output)
133 stream->buf.out = squashfs_first_page(output);
162 stream->buf.out = squashfs_next_page(output);
182 squashfs_finish_page(output);
119 squashfs_xz_uncompress(struct squashfs_sb_info *msblk, void *strm, struct bio *bio, int offset, int length, struct squashfs_page_actor *output) argument
/linux-master/net/rxrpc/
H A DMakefile26 output.o \
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.h50 struct mod_hdcp_output output; member in struct:hdcp_workqueue
/linux-master/include/linux/
H A Dmdio-bitbang.h20 * "output" is zero, or an output if "output" is one.
22 void (*set_mdio_dir)(struct mdiobb_ctrl *ctrl, int output);
26 * when the MDIO pin is configured as an output.
/linux-master/drivers/gpu/drm/tegra/
H A DMakefile15 output.o \
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_loop.c11 int output; member in struct:callback_ctx
29 * can verify the output through the skeleton
42 ctx->output += index;
78 g_output = data.output;
118 g_output = data.output;
/linux-master/include/media/davinci/
H A Dvpif_types.h32 struct v4l2_output output; member in struct:vpif_output
/linux-master/drivers/hwmon/
H A Dasus_wmi_sensors.c174 static int asus_wmi_call_method(u32 method_id, u32 *args, struct acpi_buffer *output) argument
180 method_id, &input, output);
192 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
197 err = asus_wmi_call_method(ASUSWMI_METHODID_GET_VERSION, args, &output);
201 obj = output.pointer;
223 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
228 err = asus_wmi_call_method(ASUSWMI_METHODID_GET_NUMBER, args, &output);
232 obj = output.pointer;
272 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
277 err = asus_wmi_call_method(ASUSWMI_METHODID_GET_INFO, args, &output);
345 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
353 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
[all...]
/linux-master/drivers/gpu/drm/ci/
H A Digt_runner.sh81 --output /results \
92 --output /results/junit.xml \
/linux-master/tools/testing/selftests/
H A Drun_kselftest.sh23 -s | --summary Print summary with detailed log in output.log (conflict with -p)
43 logfile="$BASE_DIR"/output.log
/linux-master/arch/um/drivers/
H A Dnull.c20 static int null_open(int input, int output, int primary, void *d, argument
/linux-master/tools/perf/tests/shell/
H A Dtest_perf_data_converter_json.sh14 result=$(mktemp /tmp/__perf_test.output.json.XXXXX)
/linux-master/include/linux/spi/
H A Dspi_bitbang.h34 int (*set_line_direction)(struct spi_device *spi, bool output);
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-fw-com.h21 struct ipu6_fw_syscom_queue_config *output; member in struct:ipu6_fw_com_cfg
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c32 char *name, *output; member in struct:child_data
129 child->output = NULL;
165 if (child->output) {
166 strncpy(work, child->output, sizeof(work) - 1);
168 free(child->output);
169 child->output = NULL;
189 ret = asprintf(&child->output, "%s", work);
214 if (flush && child->output) {
215 ksft_print_msg("%s: %s<EOF>\n", child->name, child->output);
216 free(child->output);
[all...]
/linux-master/drivers/media/i2c/
H A Dadv7393.c56 u32 output; member in struct:adv7393_state
217 "Invalid output type or output type not supported:%d\n",
238 /* Enable YUV output */
268 v4l2_err(sd, "Error setting output, write failed\n");
278 v4l2_info(sd, "Output: %s\n", (state->output == 0) ? "Composite" :
279 ((state->output == 1) ? "Component" : "S-Video"));
327 u32 input, u32 output, u32 config)
332 if (state->output == output)
326 adv7393_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) argument
[all...]

Completed in 501 milliseconds

1234567891011>>