Searched refs:OUT (Results 1 - 25 of 51) sorted by relevance

123

/linux-master/scripts/
H A Dsplit-man.pl17 if ($state == 1) { close OUT }
21 open OUT, ">$fn" or die "can't open $fn: $!\n";
22 print OUT $_;
24 print OUT $_;
28 close OUT;
H A Dtest_fortify.sh18 OUT="$1"
20 TMP="${OUT}.tmp"
40 if "$@" -Werror -c "$IN" -o "$OUT".o 2> "$TMP" ; then
45 if ! $NM -A "$OUT".o | grep -m1 "\bU ${WANT}$" >>"$TMP" ; then
61 echo "$status" | tee "$OUT" >&2
64 echo "ok: unsafe ${FUNC}() usage correctly detected with '$WANT' in $IN" >"$OUT"
66 cat "$TMP" >>"$OUT"
H A Dget_dvb_firmware403 open OUT, '>', $fwfile;
404 binmode OUT;
423 printf OUT "$_";
430 close OUT;
/linux-master/tools/power/pm-graph/
H A Dinstall_latest_from_github.sh7 OUT=`mktemp -d 2>/dev/null`
8 if [ -z "$OUT" -o ! -e $OUT ]; then
14 if [ -e "$OUT" ]; then
15 cd $OUT
18 rmdir $OUT
22 git clone http://github.com/intel/pm-graph.git $OUT/pm-graph
23 if [ ! -e "$OUT/pm-graph/sleepgraph.py" ]; then
29 cd $OUT/pm-graph
/linux-master/drivers/pinctrl/
H A Dpinctrl-k210.c178 K210_PC_DEFAULT(OUT),
206 K210_FUNC(JTAG_TDO, OUT),
215 K210_FUNC(SPI0_SS0, OUT),
216 K210_FUNC(SPI0_SS1, OUT),
217 K210_FUNC(SPI0_SS2, OUT),
218 K210_FUNC(SPI0_SS3, OUT),
220 K210_FUNC(SPI0_SCLK, OUT),
222 K210_FUNC(UARTHS_TX, OUT),
225 K210_FUNC(CLK_SPI1, OUT),
226 K210_FUNC(CLK_I2C1, OUT),
[all...]
/linux-master/arch/x86/kernel/cpu/
H A Dmkcapflags.sh9 OUT=$1
52 trap 'rm "$OUT"' EXIT
72 ) > $OUT
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_dp_mst_helper_test.c446 #define OUT out->u.i2c_read macro
447 if (IN.num_bytes_read != OUT.num_bytes_read ||
448 IN.num_transactions != OUT.num_transactions ||
449 IN.port_number != OUT.port_number ||
450 IN.read_i2c_device_id != OUT.read_i2c_device_id)
455 txout = &OUT.transactions[i];
470 #undef OUT macro
474 #define OUT out->u.dpcd_write macro
475 if (IN.dpcd_address != OUT.dpcd_address ||
476 IN.num_bytes != OUT
482 #undef OUT macro
486 #define OUT macro
494 #undef OUT macro
[all...]
/linux-master/arch/mips/crypto/
H A Dchacha-core.S35 #define OUT $a1 define
141 swl X ## x, (x*4)+MSB ## (OUT); \
142 swr X ## x, (x*4)+LSB ## (OUT);
157 sw X ## x, (x*4) ## (OUT);
228 /* Test IN or OUT is unaligned.
229 * IS_UNALIGNED = ( IN | OUT ) & 0x00000003
231 or IS_UNALIGNED, IN, OUT
239 addiu OUT, CHACHA20_BLOCK_SIZE
371 addu OUT, $at
378 sb T1, 0(OUT)
[all...]
/linux-master/arch/arm/boot/dts/st/
H A Dst-pincfg.h35 #define OUT (OE) macro
/linux-master/scripts/dtc/include-prefixes/arm/st/
H A Dst-pincfg.h35 #define OUT (OE) macro
/linux-master/arch/s390/crypto/
H A Dchacha-s390.S43 #define OUT %r2 define
300 VSTM XT0,XT3,0,OUT,0
303 la OUT,0x40(OUT)
326 VSTM XT0,XT3,0,OUT,0
329 la OUT,0x40(OUT)
353 VSTM XT0,XT3,0,OUT,0
356 la OUT,0x40(OUT)
427 #define OUT %r2 define
[all...]
/linux-master/sound/soc/fsl/
H A Dfsl_asrc_common.h12 #define OUT 1 macro
H A Dfsl_asrc_dma.c58 u8 dir = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? OUT : IN;
73 dir == OUT ? DMA_MEM_TO_DEV : DMA_DEV_TO_MEM, flags);
112 dma_async_issue_pending(pair->dma_chan[OUT]);
117 dmaengine_terminate_async(pair->dma_chan[OUT]);
151 u8 dir = tx ? OUT : IN;
290 config_be.src_addr = asrc->paddr + asrc->get_fifo_addr(OUT, index);
314 u8 dir = tx ? OUT : IN;
340 u8 dir = tx ? OUT : IN;
H A Dfsl_asrc.c466 clk_index[OUT] = asrc_priv->clk_map[OUT][config->outclk];
469 clk = asrc_priv->asrck_clk[clk_index[ideal ? OUT : IN]];
483 inrate, clk_index[ideal ? OUT : IN]);
489 clk = asrc_priv->asrck_clk[clk_index[OUT]];
492 div_avail = fsl_asrc_divider_avail(clk_rate, IDEAL_RATIO_RATE, &div[OUT]);
494 div_avail = fsl_asrc_divider_avail(clk_rate, outrate, &div[OUT]);
497 if (div[OUT] == 0 || (!ideal && !div_avail)) {
499 outrate, clk_index[OUT]);
503 div[OUT]
[all...]
/linux-master/arch/arc/kernel/
H A Dctx_sw_asm.S17 ; OUT
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_buffer.c25 static inline void OUT(struct etnaviv_cmdbuf *buffer, u32 data) function
43 OUT(buffer, VIV_FE_LOAD_STATE_HEADER_OP_LOAD_STATE |
46 OUT(buffer, value);
53 OUT(buffer, VIV_FE_END_HEADER_OP_END);
61 OUT(buffer, VIV_FE_WAIT_HEADER_OP_WAIT | waitcycles);
69 OUT(buffer, VIV_FE_LINK_HEADER_OP_LINK |
71 OUT(buffer, address);
79 OUT(buffer, VIV_FE_STALL_HEADER_OP_STALL);
80 OUT(buffer, VIV_FE_STALL_TOKEN_FROM(from) | VIV_FE_STALL_TOKEN_TO(to));
/linux-master/drivers/regulator/
H A Dpcf50633-regulator.c33 .vsel_reg = PCF50633_REG_##_id##OUT, \
35 .enable_reg = PCF50633_REG_##_id##OUT + 1, \
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl328 open OUT, "> $file_out" or die "Can't open $file_out";
329 print OUT ".. -*- coding: utf-8; mode: rst -*-\n\n";
330 print OUT "$title\n";
331 print OUT "=" x length($title);
332 print OUT "\n\n.. parsed-literal::\n\n";
333 print OUT $data;
334 close OUT;
/linux-master/drivers/input/serio/
H A Dhil_mlc.c444 #define OUT(pack) \ macro
468 OUT(HIL_CTRL_ONLY) /* Disable APE */
474 OUT(HIL_DO_ALTER_CTRL | HIL_CTRL_TEST | TEST_PACKET(0x5))
477 OUT(HIL_DO_ALTER_CTRL | HIL_CTRL_TEST | TEST_PACKET(0xa))
480 OUT(HIL_CTRL_ONLY | 0) /* Disable test mode */
488 OUT(HIL_PKT_CMD | HIL_CMD_DHR)
492 OUT(HIL_PKT_CMD | HIL_CMD_IFC)
517 OUT(HIL_PKT_CMD | HIL_CMD_ACF | 1)
549 OUT(HIL_PKT_CMD | HIL_CMD_POL)
559 OUT(HIL_PKT_CM
[all...]
/linux-master/include/linux/
H A Dpoll.h126 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) |
135 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) |
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bo0039.c21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
82 NVVAL(NV039, FORMAT, OUT, 1),
/linux-master/tools/testing/selftests/net/hsr/
H A Dhsr_ping.sh82 OUT="$(LANG=C ip netns exec ${netns} ping ${ping_args} $connect_addr | grep received)"
89 VAL="$(echo $OUT | cut -d' ' -f1-8)"
94 echo "Full message: ${OUT}."
/linux-master/tools/testing/ktest/
H A Dktest.pl2549 open (OUT, ">$outconfig") or
2559 print OUT;
2564 print OUT "$force_config{$config}\n";
2566 close OUT;
2662 open(OUT, "> $outputdir/localversion") or dodie("Can't make localversion file");
2663 print OUT "$localversion\n";
2664 close(OUT);
3236 open(OUT, ">$file") or dodie "Can not write to $file";
3239 print OUT "$configs{$config}\n";
3241 close(OUT);
[all...]
H A Dconfig-bisect.pl299 open(OUT, ">$file") or dodie "Can not write to $file";
302 print OUT "$configs{$config}\n";
304 close(OUT);
/linux-master/arch/arm64/crypto/
H A Daes-modes.S319 OUT .req x0
467 st1 {v0.16b-v3.16b}, [OUT], #64
468 ST5( st1 {v4.16b}, [OUT], #16 )
532 ST5( st1 {v5.16b}, [OUT], x14 )
533 st1 {v6.16b}, [OUT], x15
534 st1 {v7.16b}, [OUT], x16
535 add x13, x13, OUT
537 st1 {v8.16b}, [OUT]
558 add OUT, OUT, x
[all...]

Completed in 269 milliseconds

123