Searched refs:output (Results 1 - 25 of 949) sorted by path

1234567891011>>

/linux-master/arch/alpha/lib/
H A Dev6-stxcpy.S17 * On output:
57 /* Create the 1st output word and detect 0's in the 1st input word. */
63 mskql t0, a1, t0 # U : assemble the first output word
178 stq_u t1, 0(a0) # L : store first output word
H A Dev6-stxncpy.S21 * On output:
65 /* Create the 1st output word and detect 0's in the 1st input word. */
71 mskql t0, a1, t0 # U : assemble the first output word
204 or t0, t1, t0 # E : first output word complete (stall)
214 stq_u t0, 0(a0) # L : store first output word
H A Dstxcpy.S17 * On output:
46 /* Create the 1st output word and detect 0's in the 1st input word. */
51 mskql t0, a1, t0 # e0 : assemble the first output word
155 stq_u t1, 0(a0) # e0 : store first output word
H A Dstxncpy.S21 * On output:
54 /* Create the 1st output word and detect 0's in the 1st input word. */
59 mskql t0, a1, t0 # e0 : assemble the first output word
164 or t0, t1, t0 # e0 : first output word complete
173 stq_u t0, 0(a0) # e0 : store first output word
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S55 | in the output before conversion to bcd. LAMBDA is the
82 | mode. The FPSP routine sintd0 is used. The output
331 | in the output before conversion to bcd. LAMBDA is the sign
562 | The FPSP routine sintd0 is used. The output is in fp0.
H A Dround.S300 |output:
H A Dsgetem.S108 | output:
H A Dsint.S216 | ;output d0 supplies g,r,s
225 | ;output a0 ptr to rounded result
H A Dx_operr.S218 movel ETEMP_HI(%a6),%d0 |output will be from upper 32 bits
H A Dx_snan.S80 | Make any corrections to the 040 output as necessary.
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_deflate.c91 zip_cmd->s.out_ptr_addr.s.addr = __pa(zip_ops->output);
93 /* maximum number of output-stream bytes that can be written */
H A Dzip_inflate.c94 zip_cmd->s.out_ptr_addr.s.addr = __pa(zip_ops->output);
97 /* Maximum number of output-stream bytes that can be written */
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_encoder.h17 struct omap_dss_device *output);
/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/drivers/hwtracing/stm/
H A Dp_basic.c12 static ssize_t basic_write(struct stm_data *data, struct stm_output *output, argument
15 unsigned int c = output->channel + chan;
16 unsigned int m = output->master;
/linux-master/drivers/media/pci/ivtv/
H A Divtv-routing.c20 /* Selects the audio input and output according to the current
25 u32 input, output = 0; local
36 output = M52790_OUT_STEREO;
38 input, output, 0);
41 output = 0;
43 output = MSP_OUTPUT(MSP_SC_IN_DSP_SCART1);
45 input, output, 0);
48 /* Selects the video input and output according to the current
97 /* Use upd64031a output for tuner and
/linux-master/drivers/net/can/softing/
H A Dsofting.h32 uint8_t output; member in struct:softing_priv
/linux-master/drivers/scsi/
H A Dscript_asm.pl195 $output = 'script.h'; # Output file
374 $output = shift;
882 open (OUTPUT, ">$output") || die "$0 : can't open $output for writing\n";
/linux-master/drivers/staging/media/omap4iss/
H A Diss_csi2.h134 u32 output; /* output to IPIPEIF, memory or both? */ member in struct:iss_csi2_device
H A Diss_ipipe.h34 * @output: Active outputs
46 unsigned int output; member in struct:iss_ipipe_device
H A Diss_ipipeif.h37 * @output: Active outputs
65 unsigned int output; member in struct:iss_ipipeif_device
H A Diss_resizer.h35 * @output: Active outputs
48 unsigned int output; member in struct:iss_resizer_device
/linux-master/drivers/staging/sm750fb/
H A Dddk750_display.h38 * dual digital output
105 void ddk750_set_logical_disp_out(enum disp_output output);
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.c272 hw->DACreg[POS1064_XOUTPUTCONN] |= 0x01; /* enable output; CRTC1/2 selection is in CRTC2 ctl */
510 .name = "Primary output",
528 .name = "Primary output",
682 minfo->outputs[0].output = &m1064;
874 minfo->outputs[0].output = &g450out;
876 minfo->outputs[0].output = &m1064;
H A Dmatroxfb_Ti3026.c481 /* output pclk on mclk pin */
518 /* output MCLK to MCLK pin */
679 .name = "Primary output",
701 minfo->outputs[0].output = &ti3026_output;

Completed in 896 milliseconds

1234567891011>>