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

1234567891011>>

/linux-master/include/uapi/linux/
H A Dwmi.h31 volatile __u32 output[4]; member in struct:calling_interface_buffer
/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/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...]
H A Dadv7343.c55 u32 output; member in struct:adv7343_state
213 "Invalid output type or output type not supported:%d\n",
245 /* Enable YUV output */
283 v4l2_err(sd, "Error setting output, write failed\n");
293 v4l2_info(sd, "Output: %s\n", (state->output == 0) ? "Composite" :
294 ((state->output == 1) ? "Component" : "S-Video"));
340 u32 input, u32 output, u32 config)
345 if (state->output == output)
339 adv7343_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) argument
[all...]
/linux-master/drivers/clk/at91/
H A Dat91sam9260.c38 .output = { .min = 0, .max = 105000000 },
54 .output = sam9260_plla_outputs,
70 .output = sam9260_pllb_outputs,
125 .output = { .min = 0, .max = 133000000 },
147 .output = sam9g20_plla_outputs,
163 .output = sam9g20_pllb_outputs,
183 .output = { .min = 0, .max = 94000000 },
195 .output = sam9261_plla_outputs,
211 .output = sam9261_pllb_outputs,
263 .output
[all...]
/linux-master/drivers/staging/sm750fb/
H A Dsm750_hw.c183 int hw_sm750_output_setMode(struct lynxfb_output *output, argument
193 channel = *output->channel;
198 if (output->paths & sm750_panel)
200 if (output->paths & sm750_crt)
205 if (output->paths & sm750_panel)
207 if (output->paths & sm750_crt)
385 int hw_sm750le_setBLANK(struct lynxfb_output *output, int blank) argument
414 if (output->paths & sm750_crt) {
426 int hw_sm750_setBLANK(struct lynxfb_output *output, int blank) argument
459 if (output
[all...]
/linux-master/drivers/clk/
H A Dclk-si5341.c59 /* The output stages can be connected to any synth (full mux) */
137 #define SI5341_OUT_CONFIG(output) \
138 ((output)->data->reg_output_offset[(output)->index])
139 #define SI5341_OUT_FORMAT(output) (SI5341_OUT_CONFIG(output) + 1)
140 #define SI5341_OUT_CM(output) (SI5341_OUT_CONFIG(output) + 2)
141 #define SI5341_OUT_MUX_SEL(output) (SI5341_OUT_CONFIG(output)
750 struct clk_si5341_output *output = to_clk_si5341_output(hw); local
766 struct clk_si5341_output *output = to_clk_si5341_output(hw); local
779 struct clk_si5341_output *output = to_clk_si5341_output(hw); local
796 struct clk_si5341_output *output = to_clk_si5341_output(hw); local
868 struct clk_si5341_output *output = to_clk_si5341_output(hw); local
902 si5341_output_reparent(struct clk_si5341_output *output, u8 index) argument
910 struct clk_si5341_output *output = to_clk_si5341_output(hw); local
920 struct clk_si5341_output *output = to_clk_si5341_output(hw); local
[all...]

Completed in 182 milliseconds

1234567891011>>