Searched refs:output (Results 26 - 50 of 964) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-pxa/
H A Dreset.h17 * @output: set gpio as output instead of input during normal work
18 * @level: output level
20 extern int init_gpio_reset(int gpio, int output, int level);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dfor_each_multi_maps.c22 int output; member in struct:callback_ctx
32 data->output += *val;
41 data.output = 0;
46 data_output = data.output;
H A Dfor_each_hash_map_elem.c25 int output; member in struct:callback_ctx
40 data->output = 3; /* impossible path */
42 data->output = 4;
44 data->output = data->input;
70 data.output = 0;
72 percpu_output = data.output;
88 data.output = 0;
90 hashmap_output = data.output;
H A Dfor_each_array_map_elem.c23 int output; member in struct:callback_ctx
32 data->output = 0;
40 data->output += *val;
65 data.output = 0;
69 arraymap_output = data.output;
/linux-master/fs/squashfs/
H A Dlzo_wrapper.c25 void *output; member in struct:squashfs_lzo
38 stream->output = vmalloc(block_size);
39 if (stream->output == NULL)
59 vfree(stream->output);
67 struct squashfs_page_actor *output)
74 size_t out_len = output->length;
87 stream->output, &out_len);
92 data = squashfs_first_page(output);
93 buff = stream->output;
104 data = squashfs_next_page(output);
65 lzo_uncompress(struct squashfs_sb_info *msblk, void *strm, struct bio *bio, int offset, int length, struct squashfs_page_actor *output) argument
[all...]
H A Dlz4_wrapper.c28 void *output; member in struct:squashfs_lz4
63 stream->output = vmalloc(block_size);
64 if (stream->output == NULL)
85 vfree(stream->output);
93 struct squashfs_page_actor *output)
111 res = LZ4_decompress_safe(stream->input, stream->output,
112 length, output->length);
118 data = squashfs_first_page(output);
119 buff = stream->output;
130 data = squashfs_next_page(output);
91 lz4_uncompress(struct squashfs_sb_info *msblk, void *strm, struct bio *bio, int offset, int length, struct squashfs_page_actor *output) argument
[all...]
/linux-master/arch/hexagon/include/asm/
H A Datomic.h36 int output; \
43 : "=&r" (output) \
52 int output; \
59 : "=&r" (output) \
63 return output; \
69 int output, val; \
76 : "=&r" (output), "=&r" (val) \
80 return output; \
/linux-master/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_encoder.c28 enum rzg2l_du_output output,
41 dev_dbg(rcdu->dev, "initializing encoder %pOF for output %s\n",
42 enc_node, rzg2l_du_output_name(output));
50 renc->output = output;
57 "failed to attach bridge %pOF for output %s (%d)\n",
58 bridge->of_node, rzg2l_du_output_name(output), ret);
66 "failed to created connector for output %s (%ld)\n",
67 rzg2l_du_output_name(output), PTR_ERR(connector));
27 rzg2l_du_encoder_init(struct rzg2l_du_device *rcdu, enum rzg2l_du_output output, struct device_node *enc_node) argument
/linux-master/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp.c130 struct mod_hdcp_output *output)
140 callback_in_ms(0, output);
141 set_state_id(hdcp, output, D2_A0_DETERMINE_RX_HDCP_CAPABLE);
143 callback_in_ms(0, output);
144 set_state_id(hdcp, output, D1_A0_DETERMINE_RX_HDCP_CAPABLE);
146 callback_in_ms(0, output);
147 set_state_id(hdcp, output, HDCP_CP_NOT_DESIRED);
148 set_auth_complete(hdcp, output);
152 callback_in_ms(0, output);
153 set_state_id(hdcp, output, H2_A0_KNOWN_HDCP2_CAPABLE_R
127 transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, union mod_hdcp_transition_input *input, struct mod_hdcp_output *output) argument
188 reset_authentication(struct mod_hdcp *hdcp, struct mod_hdcp_output *output) argument
234 reset_connection(struct mod_hdcp *hdcp, struct mod_hdcp_output *output) argument
292 struct mod_hdcp_output output; local
307 struct mod_hdcp_output output; local
319 mod_hdcp_add_display(struct mod_hdcp *hdcp, struct mod_hdcp_link *link, struct mod_hdcp_display *display, struct mod_hdcp_output *output) argument
378 mod_hdcp_remove_display(struct mod_hdcp *hdcp, uint8_t index, struct mod_hdcp_output *output) argument
421 mod_hdcp_update_display(struct mod_hdcp *hdcp, uint8_t index, struct mod_hdcp_link_adjustment *link_adjust, struct mod_hdcp_display_adjustment *display_adjust, struct mod_hdcp_output *output) argument
522 mod_hdcp_reset_connection(struct mod_hdcp *hdcp, struct mod_hdcp_output *output) argument
535 mod_hdcp_process_event(struct mod_hdcp *hdcp, enum mod_hdcp_event event, struct mod_hdcp_output *output) argument
[all...]
/linux-master/tools/power/cpupower/bench/
H A Dmain.c19 {"output", 1, 0, 'o'},
53 printf(" -o, --output=<dir>\t\t\toutput path. Filename will be OUTPUTPATH/benchmark_TIMESTAMP.log\n");
54 printf(" -v, --verbose\t\t\t\tverbose output on/off\n");
82 if (config->output != NULL)
83 fclose(config->output);
85 config->output = prepare_output(optarg);
87 if (config->output == NULL)
90 dprintf("user output path -> %s\n", optarg);
114 if (config->output != NULL)
115 fclose(config->output);
[all...]
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-480.c184 if (vfe->line[i].output.state == VFE_OUTPUT_RESERVED ||
185 vfe->line[i].output.state == VFE_OUTPUT_ON) {
251 struct vfe_output *output; local
256 output = &line->output;
257 if (output->state > VFE_OUTPUT_RESERVED) {
262 output->wm_num = 1;
268 output->wm_idx[0] = line->id;
271 output->drop_update_idx = 0;
279 output
287 struct vfe_output *output = &line->output; local
381 struct vfe_output *output; local
406 struct vfe_output *output; local
467 struct vfe_output *output; local
[all...]
H A Dcamss-vfe-17x.c405 struct vfe_output *output; local
411 output = &line->output;
412 if (output->state > VFE_OUTPUT_RESERVED) {
417 output->wm_num = 1;
424 output->wm_idx[0] = wm_idx;
426 output->drop_update_idx = 0;
433 vfe_release_wm(vfe, output->wm_idx[0]);
434 output->state = VFE_OUTPUT_OFF;
444 struct vfe_output *output local
559 struct vfe_output *output; local
584 struct vfe_output *output; local
645 struct vfe_output *output; local
[all...]
/linux-master/sound/pci/echoaudio/
H A Dindigo_express_dsp.c76 /* This function routes the sound from a virtual channel to a real output */
77 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, argument
83 output >= num_busses_out(chip)))
89 chip->vmixer_gain[output][pipe] = gain;
90 index = output * num_pipes_out(chip) + pipe;
94 "set_vmixer_gain: pipe %d, out %d = %d\n", pipe, output, gain);
H A Dindigoio_dsp.c32 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe,
105 /* This function routes the sound from a virtual channel to a real output */
106 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, argument
112 output >= num_busses_out(chip)))
118 chip->vmixer_gain[output][pipe] = gain;
119 index = output * num_pipes_out(chip) + pipe;
123 "set_vmixer_gain: pipe %d, out %d = %d\n", pipe, output, gain);
/linux-master/tools/testing/selftests/net/
H A Daltnames.sh17 local output
23 output=$(ip -j -p link show $SHORT_NAME)
26 name=$(echo $output | jq -e -r ".[0].altnames[0]")
38 output=$(ip -j -p link show $LONG_NAME)
41 name=$(echo $output | jq -e -r ".[0].altnames[1]")
/linux-master/lib/crypto/
H A Dcurve25519-hacl64.c51 static __always_inline void fproduct_copy_from_wide_(u64 *output, u128 *input) argument
55 output[0] = ((u64)(xi));
59 output[1] = ((u64)(xi));
63 output[2] = ((u64)(xi));
67 output[3] = ((u64)(xi));
71 output[4] = ((u64)(xi));
76 fproduct_sum_scalar_multiplication_(u128 *output, u64 *input, u64 s) argument
78 output[0] += (u128)input[0] * s;
79 output[1] += (u128)input[1] * s;
80 output[
126 fmul_shift_reduce(u64 *output) argument
155 fmul_mul_shift_reduce_(u128 *output, u64 *input, u64 *input21) argument
185 fmul_fmul(u64 *output, u64 *input, u64 *input21) argument
216 fsquare_fsquare__(u128 *tmp, u64 *output) argument
245 fsquare_fsquare_(u128 *tmp, u64 *output) argument
272 fsquare_fsquare_times_(u64 *output, u128 *tmp, u32 count1) argument
281 fsquare_fsquare_times(u64 *output, u64 *input, u32 count1) argument
289 fsquare_fsquare_times_inplace(u64 *output, u32 count1) argument
395 fscalar(u64 *output, u64 *b, u64 s) argument
432 fmul(u64 *output, u64 *a, u64 *b) argument
437 crecip(u64 *output, u64 *input) argument
471 point_copy(u64 *output, u64 *input) argument
601 format_fexpand(u64 *output, const u8 *input) argument
716 format_fcontract_store(u8 *output, u64 *input) argument
737 format_fcontract(u8 *output, u64 *input) argument
[all...]
/linux-master/drivers/gpu/host1x/
H A Ddebug.h15 struct output { struct
36 void __printf(2, 3) host1x_debug_output(struct output *o, const char *fmt, ...);
37 void __printf(2, 3) host1x_debug_cont(struct output *o, const char *fmt, ...);
/linux-master/tools/perf/util/
H A Ddemangle-cxx.cpp41 char *output;
44 output = abi::__cxa_demangle(str, /*output_buffer=*/NULL, /*length=*/NULL, &status);
45 return output;
H A Dstat-display.c74 fprintf(config->output, " (%.2f%%)", 100.0 * run / ena);
83 fprintf(config->output, "%s%" PRIu64 "%s%.2f",
93 fprintf(config->output, "\"event-runtime\" : %" PRIu64 ", \"pcnt-running\" : %.2f, ",
116 fprintf(config->output, " ( +-%6.2f%% )", pct);
122 fprintf(config->output, "%s%.2f%%", config->csv_sep, pct);
128 fprintf(config->output, "\"variance\" : %.2f, ", pct);
162 fprintf(config->output, " %-*s", CGROUP_LEN, cgrp_name);
167 fprintf(config->output, "%s%s", config->csv_sep, cgrp_name);
172 fprintf(config->output, "\"cgroup\" : \"%s\", ", cgrp_name);
192 FILE *output local
245 FILE *output = config->output; local
299 FILE *output = config->output; local
661 FILE *output = config->output; local
685 FILE *output = config->output; local
705 FILE *output = config->output; local
970 FILE *output = config->output; local
1044 FILE *output = config->output; local
1264 FILE *output = config->output; local
1310 FILE *output = config->output; local
1393 print_table(struct perf_stat_config *config, FILE *output, int precision, double avg) argument
1429 FILE *output = config->output; local
1483 FILE *output = config->output; local
[all...]
/linux-master/drivers/hwtracing/stm/
H A Dp_basic.c12 static ssize_t basic_write(struct stm_data *data, struct stm_output *output, argument
16 unsigned int c = output->channel + chan;
17 unsigned int m = output->master;
H A Dcore.c186 static void stm_output_claim(struct stm_device *stm, struct stm_output *output) argument
188 struct stp_master *master = stm_master(stm, output->master);
191 lockdep_assert_held(&output->lock);
193 if (WARN_ON_ONCE(master->nr_free < output->nr_chans))
196 bitmap_allocate_region(&master->chan_map[0], output->channel,
197 ilog2(output->nr_chans));
199 master->nr_free -= output->nr_chans;
203 stm_output_disclaim(struct stm_device *stm, struct stm_output *output) argument
205 struct stp_master *master = stm_master(stm, output->master);
208 lockdep_assert_held(&output
281 stm_output_assign(struct stm_device *stm, unsigned int width, struct stp_policy_node *policy_node, struct stm_output *output) argument
340 stm_output_free(struct stm_device *stm, struct stm_output *output) argument
352 stm_output_init(struct stm_output *output) argument
542 stm_assign_first_policy(struct stm_device *stm, struct stm_output *output, char **ids, unsigned int width) argument
602 stm_write(struct stm_device *stm, struct stm_output *output, unsigned int chan, const char *buf, size_t count, struct stm_source_data *source) argument
[all...]
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_display.c90 struct virtio_gpu_output *output = drm_crtc_to_virtio_gpu_output(crtc); local
92 virtio_gpu_cmd_set_scanout(vgdev, output->index, 0,
108 struct virtio_gpu_output *output = drm_crtc_to_virtio_gpu_output(crtc); local
110 virtio_gpu_cmd_set_scanout(vgdev, output->index, 0, 0, 0, 0, 0);
125 struct virtio_gpu_output *output = drm_crtc_to_virtio_gpu_output(crtc); local
134 output->needs_modeset = true;
162 struct virtio_gpu_output *output = local
167 if (output->edid) {
168 count = drm_add_edid_modes(connector, output->edid);
173 width = le32_to_cpu(output
196 struct virtio_gpu_output *output = local
230 struct virtio_gpu_output *output = local
257 struct virtio_gpu_output *output = vgdev->outputs + index; local
[all...]
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_encoder.c29 struct omap_dss_device *output; member in struct:omap_encoder
77 struct omap_dss_device *output = omap_encoder->output; local
100 for (bridge = output->bridge; bridge;
113 dss_mgr_set_timings(output, &vm);
122 struct omap_dss_device *output)
131 omap_encoder->output = output;
121 omap_encoder_init(struct drm_device *dev, struct omap_dss_device *output) argument
/linux-master/drivers/platform/x86/amd/pmf/
H A Dauto-mode.c304 struct apmf_auto_mode output; local
308 apmf_get_auto_mode_def(dev, &output);
311 output.balanced_to_quiet;
313 output.balanced_to_perf;
315 output.quiet_to_balanced;
317 output.perf_to_balanced;
320 config_store.mode_set[AUTO_QUIET].power_floor = output.pfloor_quiet;
321 config_store.mode_set[AUTO_BALANCE].power_floor = output.pfloor_balanced;
322 config_store.mode_set[AUTO_PERFORMANCE].power_floor = output.pfloor_perf;
323 config_store.mode_set[AUTO_PERFORMANCE_ON_LAP].power_floor = output
[all...]
/linux-master/drivers/media/i2c/
H A Dm52790.c28 u16 output; member in struct:m52790_state
43 u8 sw1 = (state->input | state->output) & 0xff;
44 u8 sw2 = (state->input | state->output) >> 8;
52 separately for the output, but that seems to be overkill right now.
54 part of the audio output routing. The normal case is that another
56 output routing seems to be the right thing to do for now. */
58 u32 input, u32 output, u32 config)
63 state->output = output;
76 reg->val = state->input | state->output;
57 m52790_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) argument
[all...]

Completed in 404 milliseconds

1234567891011>>