Searched refs:output (Results 176 - 200 of 964) sorted by relevance

1234567891011>>

/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...]
H A Dsm750.c360 struct lynxfb_output *output; local
372 output = &par->output;
399 ret = hw_sm750_output_setMode(output, var, fix);
577 struct lynxfb_output *output; local
581 output = &par->output;
582 return output->proc_setBLANK(output, blank);
589 struct lynxfb_output *output; local
722 struct lynxfb_output *output; local
[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...]
/linux-master/drivers/media/i2c/
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/net/openvswitch/
H A Dconntrack.h31 const struct sw_flow_key *output, struct sk_buff *skb);
92 const struct sw_flow_key *output,
91 ovs_ct_put_key(const struct sw_flow_key *swkey, const struct sw_flow_key *output, struct sk_buff *skb) argument
/linux-master/lib/zstd/
H A Dzstd_decompress_module.c84 size_t zstd_decompress_stream(zstd_dstream *dstream, zstd_out_buffer *output, argument
87 return ZSTD_decompressStream(dstream, output, input);
/linux-master/fs/squashfs/
H A Ddecompressor_multi_percpu.c78 int offset, int length, struct squashfs_page_actor *output)
89 offset, length, output);
77 squashfs_decompress(struct squashfs_sb_info *msblk, struct bio *bio, int offset, int length, struct squashfs_page_actor *output) argument
/linux-master/tools/perf/tests/shell/
H A Dlock_contention.sh48 # the output goes to the stderr and we expect only 1 output (-E 1)
66 # the perf lock contention output goes to the stderr
101 # the perf lock contention output goes to the stderr
124 # the perf lock contention output goes to the stderr
142 # the perf lock contention output goes to the stderr
288 echo "Testing perf lock contention CSV output"
289 perf lock contention -i ${perfdata} -E 1 -x , --output ${result}
292 header=$(grep "# output:" ${result} | tr -d -c , | wc -c)
294 echo "[Fail] Recorded result does not have enough output column
[all...]
H A Ddaemon.sh10 local output=$4
35 if [ "${output}" != "${line_output}" ]; then
36 echo "FAILED: wrong output"
57 local output=$5
92 if [ "${output}" != "${line_output}" ]; then
93 echo "FAILED: wrong output"
183 # pid:daemon:base:base/output:base/lock
186 check_line_first ${line} daemon ${base} ${base}/output ${base}/lock "0"
189 # pid:size:-e cpu-clock:base/size:base/size/output:base/size/control:base/size/ack:0
193 ${base}/session-size/output
[all...]
/linux-master/drivers/gpu/host1x/
H A Ddev.h28 struct output;
57 struct output *o);
60 struct output *o);
61 void (*show_mlocks)(struct host1x *host, struct output *output);
338 struct output *o)
345 struct output *o)
350 static inline void host1x_hw_show_mlocks(struct host1x *host, struct output *o)
/linux-master/arch/s390/include/asm/
H A Dalternative.h108 /* Like alternative_input, but with a single output argument */
109 #define alternative_io(oldinstr, altinstr, facility, output, input...) \
111 : output : input)
113 /* Use this macro if more than one output parameter is needed. */
/linux-master/arch/um/drivers/
H A Dslip_user.c77 char *output; local
97 output = uml_kmalloc(output_len, UM_GFP_KERNEL);
98 if (output == NULL) {
99 printk(UM_KERN_ERR "slip_tramp : failed to allocate output "
107 read_output(fds[0], output, output_len);
108 printk("%s", output);
113 kfree(output);
/linux-master/drivers/platform/x86/hp/hp-bioscfg/
H A Dbiosattr-interface.c103 * @buffer: Buffer used as input and/or output
105 * @outsize: Size of output buffer
110 * -EINVAL if the output buffer size exceeds buffersize
112 * Note: The buffersize must at least be the maximum of the input and output
114 * and 128 byte output. The caller would do:
122 struct acpi_buffer input, output = { ACPI_ALLOCATE_BUFFER, NULL }; local
148 ret = wmi_evaluate_method(HP_WMI_BIOS_GUID, 0, mid, &input, &output);
152 obj = output.pointer;
173 /* Ignore output data of zero size */
250 struct acpi_buffer output local
[all...]
/linux-master/include/linux/
H A Dnetfilter_ipv6.h58 int (*output)(struct net *, struct sock *, struct sk_buff *));
64 int (*output)(struct net *, struct sock *sk,
121 int (*output)(struct net *, struct sock *sk,
128 int (*output)(struct net *, struct sock *sk,
138 return v6_ops->br_fragment(net, sk, skb, data, output);
140 return br_ip6_fragment(net, sk, skb, data, output);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c112 * Returns a pointer to the acpi output buffer.
213 struct atif_verify_interface output; local
221 memset(&output, 0, sizeof(output));
229 size = min(sizeof(output), size);
231 memcpy(&output, info->buffer.pointer, size);
234 DRM_DEBUG_DRIVER("ATIF version %u\n", output.version);
236 radeon_atif_parse_notification(&atif->notifications, output.notification_mask);
237 radeon_atif_parse_functions(&atif->functions, output.function_bits);
435 * Returns a pointer to the acpi output buffe
507 struct atcs_verify_interface output; local
[all...]
/linux-master/drivers/platform/x86/
H A Dthink-lmi.c221 static int tlmi_extract_error(const struct acpi_buffer *output) argument
225 obj = output->pointer;
238 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
247 /* (re)initialize output buffer to default state */
248 output.length = ACPI_ALLOCATE_BUFFER;
249 output.pointer = NULL;
251 status = wmi_evaluate_method(guid, 0, 0, &input, &output);
253 kfree(output.pointer);
256 err = tlmi_extract_error(&output);
257 kfree(output
265 tlmi_extract_output_string(const struct acpi_buffer *output, char **string) argument
289 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
353 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
371 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
650 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
[all...]
/linux-master/sound/firewire/motu/
H A Dmotu-register-dsp-message-parser.c250 if (param->mixer.output.paired_volume[mixer_ch] != val) {
252 param->mixer.output.paired_volume[mixer_ch] = val;
256 if (param->mixer.output.paired_flag[mixer_ch] != val) {
258 param->mixer.output.paired_flag[mixer_ch] = val;
268 if (parser->param.output.main_paired_volume != val) {
270 parser->param.output.main_paired_volume = val;
274 if (parser->param.output.hp_paired_volume != val) {
276 parser->param.output.hp_paired_volume = val;
280 if (parser->param.output.hp_paired_assignment != val) {
282 parser->param.output
[all...]
/linux-master/tools/perf/arch/x86/util/
H A Diostat.c76 static void iio_root_port_show(FILE *output, argument
79 if (output && rp)
80 fprintf(output, "S%d-uncore_iio_%d<%04x:%02x>\n",
381 iio_root_port_show(config->output, rp);
420 fputs("port,", config->output);
422 fprintf(config->output, "# time port ");
424 fprintf(config->output, " port ");
460 fprintf(config->output, "%s", prefix);
466 fprintf(config->output, "\n%s", prefix);
470 fputc('\n', config->output);
[all...]
/linux-master/fs/bcachefs/
H A Dthread_with_file.c77 return stdio->output.buf.nr || stdio->done;
89 return stdio->output.buf.nr < STDIO_REDIRECT_BUFSIZE || stdio->done;
106 wake_up(&thr->stdio.output.wait);
114 struct stdio_buf *buf = &thr->stdio.output;
157 darray_exit(&thr->stdio.output.buf);
220 poll_wait(file, &thr->stdio.output.wait, wait);
239 poll_wait(file, &thr->stdio.output.wait, wait);
301 stdio_buf_init(&thr->stdio.output);
322 stdio_buf_init(&thr->stdio.output);
424 struct stdio_buf *buf = &stdio->output;
[all...]
/linux-master/drivers/clk/microchip/
H A Dclk-mpfs.c62 struct clk_divider output; member in struct:mpfs_msspll_out_hw_clock
172 * MSS PLL output clocks
177 .output.shift = _shift, \
178 .output.width = _width, \
179 .output.table = NULL, \
181 .output.flags = _flags, \
182 .output.hw.init = CLK_HW_INIT(_name, _parent, &clk_divider_ops, 0), \
183 .output.lock = &mpfs_clk_lock, \
207 msspll_out_hw->output.reg = data->msspll_base + msspll_out_hw->reg_offset;
208 ret = devm_clk_hw_register(dev, &msspll_out_hw->output
[all...]
/linux-master/drivers/media/platform/renesas/
H A Dsh_vou.c343 /* disable output */
495 struct v4l2_rect output; member in struct:sh_vou_geometry
503 * Find input geometry, that we can use to produce output, closest to the
523 /* Select scales to come as close as possible to the output image */
526 unsigned int found = geo->output.width * vou_scale_h_den[i] /
551 unsigned int found = geo->output.height * vou_scale_v_den[i] /
573 * Find output geometry, that we can produce, using VOU scaling, closest to
592 /* Select scales to come as close as possible to the output image */
602 err = abs(found - geo->output.width);
612 geo->output
[all...]
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif_display.c681 struct v4l2_output output; local
688 output = chan_cfg->outputs[ch->output_idx].output;
689 if (output.capabilities != V4L2_OUT_CAP_STD)
711 vpif_err("Failed to set output standard\n");
728 struct v4l2_output output; local
734 output = chan_cfg->outputs[ch->output_idx].output;
735 if (output.capabilities != V4L2_OUT_CAP_STD)
743 struct v4l2_output *output)
742 vpif_enum_output(struct file *file, void *fh, struct v4l2_output *output) argument
811 u32 input = 0, output = 0; local
880 struct v4l2_output output; local
917 struct v4l2_output output; local
1012 struct v4l2_output output; local
[all...]
/linux-master/drivers/base/power/
H A Dsysfs.c153 const char *output; local
156 output = "error";
158 output = "unsupported";
162 output = "suspended";
165 output = "suspending";
168 output = "resuming";
171 output = "active";
177 return sysfs_emit(buf, "%s\n", output);
572 const char *output; local
575 output
[all...]
/linux-master/drivers/cpufreq/
H A Dpcc-cpufreq.c305 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL}; local
329 status = acpi_evaluate_object(*handle, "_OSC", &input, &output);
333 if (!output.length)
336 out_obj = output.pointer;
354 kfree(output.pointer);
358 status = acpi_evaluate_object(*handle, "_OSC", &input, &output);
362 if (!output.length)
365 out_obj = output.pointer;
384 kfree(output.pointer);
391 struct acpi_buffer output local
[all...]

Completed in 420 milliseconds

1234567891011>>