Searched refs:output (Results 276 - 300 of 949) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubbub.c845 struct dc_surface_dcc_cap *output)
856 memset(output, 0, sizeof(*output));
907 output->grph.rgb.max_uncompressed_blk_size = 256;
908 output->grph.rgb.max_compressed_blk_size = 256;
909 output->grph.rgb.independent_64b_blks = false;
912 output->grph.rgb.max_uncompressed_blk_size = 128;
913 output->grph.rgb.max_compressed_blk_size = 128;
914 output->grph.rgb.independent_64b_blks = false;
917 output
843 hubbub1_get_dcc_compression_cap(struct hubbub *hubbub, const struct dc_dcc_surface_param *input, struct dc_surface_dcc_cap *output) argument
[all...]
/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-ssbi-mpp.c94 * @output: pin is output
97 * @output_value: logical output value of the mpp
101 * @aout_level: selector of the output in analog mode
111 bool output; member in struct:pm8xxx_pin_data
180 } else if (pin->input && pin->output) {
206 if (pin->output) {
395 pin->output = true;
455 pin->output = true;
475 pin->output
[all...]
/linux-master/drivers/staging/media/omap4iss/
H A Diss_csi2.c228 if (!(csi2->output & CSI2_OUTPUT_IPIPEIF) &&
229 !(csi2->output & CSI2_OUTPUT_MEMORY)) {
230 /* Neither output enabled is a valid combination */
237 destidx = csi2->frame_skip ? 0 : !!(csi2->output & CSI2_OUTPUT_IPIPEIF);
243 * csi2_set_outaddr - Set memory address to save output image
247 * Sets the memory address where the output will be saved.
293 else if (csi2->output & CSI2_OUTPUT_MEMORY)
733 if (csi2->output & CSI2_OUTPUT_MEMORY)
791 * csi2_queue - Queues the first buffer when using memory output
1098 if (csi2->output
[all...]
/linux-master/arch/parisc/kernel/
H A Ddrivers.c333 static char *print_hwpath(struct hardware_path *path, char *output) argument
339 output += sprintf(output, "%u/", (unsigned char) path->bc[i]);
341 output += sprintf(output, "%u", (unsigned char) path->mod);
342 return output;
348 * @output: Pointer to a previously-allocated array to place the path in.
350 * This function fills in the output array with a human-readable path
354 char *print_pa_hwpath(struct parisc_device *dev, char *output) argument
360 return print_hwpath(&path, output);
389 print_pci_hwpath(struct pci_dev *dev, char *output) argument
404 char *output = name; local
[all...]
/linux-master/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c30 int (*output)(struct net *, struct sock *sk,
86 err = output(net, sk, data, skb);
117 err = output(net, sk, data, skb2);
333 int (*output)(struct net *, struct sock *sk,
345 nf_br_ip_fragment(state->net, state->sk, skb, &data, output);
348 nf_br_ip6_fragment(state->net, state->sk, skb, &data, output);
/linux-master/tools/testing/selftests/mm/
H A Dcharge_reserved_hugetlb.sh181 output=$(mktemp)
187 "$cgroup" "$path" "$method" "$private" "-l" "$reserve" 2>&1 | tee $output &
192 until grep -q -i "DONE" $output; do
203 echo ================= write_hugetlb_memory.sh output is:
204 cat $output
205 echo ================= end output.
/linux-master/tools/perf/
H A Dbuiltin-script.c191 {.str = "bpf-output", .field = PERF_OUTPUT_BPF_OUTPUT},
230 } output[OUTPUT_TYPE_MAX] = { variable in typeref:struct:__anon1548
334 /* For metric output */
398 if (output[j].user_set)
418 #define PRINT_FIELD(x) (output[output_type(attr->type)].fields & PERF_OUTPUT_##x)
430 if (output[type].user_set_fields & field) {
441 output[type].fields &= ~field;
572 output[type].print_ip_opts = 0;
574 output[type].print_ip_opts |= EVSEL__PRINT_IP;
577 output[typ
[all...]
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c180 * vsp1_video_calculate_partition - Calculate the active partition output window
200 format = vsp1_entity_get_pad_format(&pipe->output->entity,
201 pipe->output->entity.state,
204 /* A single partition simply processes the output size in full. */
255 struct vsp1_device *vsp1 = pipe->output->entity.vsp1;
265 format = vsp1_entity_get_pad_format(&pipe->output->entity,
266 pipe->output->entity.state,
272 * with a single partition that covers the whole output.
379 struct vsp1_device *vsp1 = pipe->output->entity.vsp1;
385 dl = vsp1_dl_list_get(pipe->output
469 vsp1_video_pipeline_build_branch(struct vsp1_pipeline *pipe, struct vsp1_rwpf *input, struct vsp1_rwpf *output) argument
[all...]
/linux-master/drivers/ata/
H A Dlibata-acpi.c289 struct acpi_buffer output = { .length = ACPI_ALLOCATE_BUFFER }; local
298 status = acpi_evaluate_object(handle, "_GTM", NULL, &output);
311 out_obj = output.pointer;
328 kfree(output.pointer);
386 * @gtf: output parameter for buffer containing _GTF taskfile arrays
406 struct acpi_buffer output; local
416 /* set up output buffer */
417 output.length = ACPI_ALLOCATE_BUFFER;
418 output.pointer = NULL; /* ACPI-CA sets this; save/free it later */
422 &output);
[all...]
/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/modules/color/
H A Dcolor_gamma.c854 struct fixed31_32 output; local
876 output = pq_table[i];
879 compute_pq(x, &output);
883 if (dc_fixpt_lt(output, dc_fixpt_zero))
884 output = dc_fixpt_zero;
886 rgb->r = output;
887 rgb->g = output;
888 rgb->b = output;
900 struct fixed31_32 output; local
911 output
1062 struct fixed31_32 output; local
[all...]
/linux-master/arch/um/drivers/
H A Dpty.c40 static int pts_open(int input, int output, int primary, void *d, argument
113 static int pty_open(int input, int output, int primary, void *d, argument
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_meta.sh66 chain output {
67 type filter hook output priority 0; policy accept;
H A Dnft_zones_many.sh53 chain output {
54 type filter hook output priority -64000; policy accept;
80 # nft rule in output places each packet in a different zone.
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css-fw.h25 IMGU_FW_ACC_OUTPUT, /* Accelerator stage on output frame */
54 struct imgu_fw_isp_parameter output; member in struct:imgu_fw_config_memory_offsets::__anon2439
107 u32 output; /* SP output data, loaded by dmem */ member in struct:imgu_fw_sp_info
/linux-master/scripts/
H A Dget_feat.pl23 # Used only at for full features output. The script will auto-adjust
555 B<current> - output table in ReST compatible ASCII format
558 B<rest> - output table(s) in ReST compatible ASCII format
559 with features in ReST markup language. The output
567 The output is affected by --arch flag.
614 It supports output data per architecture, per feature or a
619 If neither B<--arch> or B<--feature> arguments are used, it will output a
622 If B<--arch> argument is used, it will output the features availability for
625 If B<--feat> argument is used, it will output the content of the feature
/linux-master/fs/squashfs/
H A Ddecompressor_multi.c184 struct squashfs_page_actor *output)
190 bio, offset, length, output);
182 squashfs_decompress(struct squashfs_sb_info *msblk, struct bio *bio, int offset, int length, struct squashfs_page_actor *output) argument
/linux-master/drivers/crypto/caam/
H A Dblob_gen.c28 /* Command to include output key + pointer to the output key */ \
98 dma_out = dma_map_single(jrdev, info->output, output_len,
101 dev_err(jrdev, "unable to map output DMA buffer\n");
141 print_hex_dump_debug("output@"__stringify(__LINE__)": ",
142 DUMP_PREFIX_ADDRESS, 16, 1, info->output,
/linux-master/tools/mm/
H A Dslabinfo-gnuplot.sh85 set output '$out_file.png'
128 set output '$file.png'
/linux-master/drivers/clk/at91/
H A Dat91sam9rl.c13 .output = { .min = 0, .max = 94000000 },
27 .output = sam9rl_plla_outputs,
/linux-master/tools/bpf/runqslower/
H A DMakefile4 OUTPUT ?= $(abspath .output)/
49 $(Q)$(RM) -r .output
/linux-master/arch/x86/boot/compressed/
H A Dmisc.h105 unsigned long *output,
111 unsigned long *output,
109 choose_random_location(unsigned long input, unsigned long input_size, unsigned long *output, unsigned long output_size, unsigned long *virt_addr) argument
/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/arch/powerpc/kvm/
H A Dmpic.c151 int output; /* IRQ level, e.g. ILR_INTTGT_INT */ member in struct:irq_source
222 /* Local registers per output pin */
242 int output)
254 pr_debug("%s: cpu %d output %d\n", __func__, dst->vcpu->arch.irq_cpu_id,
255 output);
257 if (output != ILR_INTTGT_INT) /* TODO */
264 int output)
272 pr_debug("%s: cpu %d output %d\n", __func__, dst->vcpu->arch.irq_cpu_id,
273 output);
275 if (output !
241 mpic_irq_raise(struct openpic *opp, struct irq_dest *dst, int output) argument
263 mpic_irq_lower(struct openpic *opp, struct irq_dest *dst, int output) argument
[all...]
/linux-master/drivers/staging/sm750fb/
H A Dddk750_display.h38 * dual digital output
105 void ddk750_set_logical_disp_out(enum disp_output output);

Completed in 1197 milliseconds

<<11121314151617181920>>