Home
last modified time | relevance | path

Searched refs:OUT (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/linux/arch/arm/boot/dts/st/
H A Dstih407-pinctrl.dtsi130 tx = <&pio4 2 ALT2 OUT>;
136 tx_od = <&pio4 3 ALT2 OUT>;
145 tx = <&pio3 4 ALT1 OUT>;
154 tx = <&pio2 6 ALT3 OUT>;
186 keyout0 = <&pio4 6 ALT4 OUT>;
187 keyout1 = <&pio1 7 ALT2 OUT>;
188 keyout2 = <&pio0 6 ALT2 OUT>;
189 keyout3 = <&pio2 7 ALT2 OUT>;
205 txd0 = <&pio0 0 ALT1 OUT DE_IO 0 CLK_A>;
206 txd1 = <&pio0 1 ALT1 OUT DE_IO 0 CLK_A>;
[all …]
H A Dstih410-pinctrl.dtsi16 usb-pwr-enable = <&pio35 1 ALT1 OUT>;
25 usb-pwr-enable = <&pio35 3 ALT1 OUT>;
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_flop_reset.c40 OUT(cmdbuf, buffer_base + input_offset); in etnaviv_emit_flop_reset_state_ppu()
41 OUT(cmdbuf, PPU_IMAGE_STRIDE); in etnaviv_emit_flop_reset_state_ppu()
42 OUT(cmdbuf, PPU_IMAGE_XSIZE | (PPU_IMAGE_YSIZE << 16)); in etnaviv_emit_flop_reset_state_ppu()
43 OUT(cmdbuf, 0x444051f0); in etnaviv_emit_flop_reset_state_ppu()
44 OUT(cmdbuf, 0xffffffff); in etnaviv_emit_flop_reset_state_ppu()
47 OUT(cmdbuf, buffer_base + output_offset); in etnaviv_emit_flop_reset_state_ppu()
48 OUT(cmdbuf, PPU_IMAGE_STRIDE); in etnaviv_emit_flop_reset_state_ppu()
49 OUT(cmdbuf, PPU_IMAGE_XSIZE | (PPU_IMAGE_YSIZE << 16)); in etnaviv_emit_flop_reset_state_ppu()
50 OUT(cmdbuf, 0x444051f0); in etnaviv_emit_flop_reset_state_ppu()
51 OUT(cmdbuf, 0xffffffff); in etnaviv_emit_flop_reset_state_ppu()
[all …]
/linux/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/lib/test_fortify/
H A Dtest_fortify.sh18 OUT="$1"
20 TMP="${OUT%/*}/.${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"
/linux/drivers/gpu/drm/tests/
H A Ddrm_dp_mst_helper_test.c444 #define OUT out->u.i2c_read in sideband_msg_req_equal() macro
445 if (IN.num_bytes_read != OUT.num_bytes_read || in sideband_msg_req_equal()
446 IN.num_transactions != OUT.num_transactions || in sideband_msg_req_equal()
447 IN.port_number != OUT.port_number || in sideband_msg_req_equal()
448 IN.read_i2c_device_id != OUT.read_i2c_device_id) in sideband_msg_req_equal()
453 txout = &OUT.transactions[i]; in sideband_msg_req_equal()
468 #undef OUT in sideband_msg_req_equal()
472 #define OUT out->u.dpcd_write in sideband_msg_req_equal() macro
473 if (IN.dpcd_address != OUT.dpcd_address || in sideband_msg_req_equal()
474 IN.num_bytes != OUT.num_bytes || in sideband_msg_req_equal()
[all …]
/linux/sound/soc/fsl/
H A Dfsl_asrc_m2m.c43 complete(&pair->complete[OUT]); in asrc_output_dma_callback()
61 width = snd_pcm_format_physical_width(pair->sample_format[OUT]); in asrc_read_last_fifo()
74 regmap_read(asrc->regmap, asrc->get_fifo_addr(OUT, index), &reg); in asrc_read_last_fifo()
142 slave_config.src_maxburst = asrc->m2m_get_maxburst(OUT, pair); in asrc_dmaconfig()
207 dst_buf = &pair->dma_buffer[OUT]; in asrc_m2m_device_run()
233 width = snd_pcm_format_physical_width(pair->sample_format[OUT]); in asrc_m2m_device_run()
234 fifo_addr = asrc->paddr + asrc->get_fifo_addr(OUT, index); in asrc_m2m_device_run()
239 pair->dma_chan[OUT], in asrc_m2m_device_run()
242 out_dma_len, OUT, width); in asrc_m2m_device_run()
254 reinit_completion(&pair->complete[OUT]); in asrc_m2m_device_run()
[all …]
H A Dfsl_asrc.c472 clk_index[OUT] = asrc_priv->clk_map[OUT][config->outclk]; in fsl_asrc_config_pair()
475 clk = asrc_priv->asrck_clk[clk_index[ideal ? OUT : IN]]; in fsl_asrc_config_pair()
489 inrate, clk_index[ideal ? OUT : IN]); in fsl_asrc_config_pair()
495 clk = asrc_priv->asrck_clk[clk_index[OUT]]; in fsl_asrc_config_pair()
498 div_avail = fsl_asrc_divider_avail(clk_rate, IDEAL_RATIO_RATE, &div[OUT]); in fsl_asrc_config_pair()
500 div_avail = fsl_asrc_divider_avail(clk_rate, outrate, &div[OUT]); in fsl_asrc_config_pair()
503 if (div[OUT] == 0 || (!ideal && !div_avail)) { in fsl_asrc_config_pair()
505 outrate, clk_index[OUT]); in fsl_asrc_config_pair()
509 div[OUT] in fsl_asrc_config_pair()
[all...]
H A Dfsl_asrc_dma.c58 u8 dir = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? OUT : IN; in fsl_asrc_dma_prepare_and_submit()
73 dir == OUT ? DMA_MEM_TO_DEV : DMA_DEV_TO_MEM, flags); in fsl_asrc_dma_prepare_and_submit()
112 dma_async_issue_pending(pair->dma_chan[OUT]); in fsl_asrc_dma_trigger()
117 dmaengine_terminate_async(pair->dma_chan[OUT]); in fsl_asrc_dma_trigger()
151 u8 dir = tx ? OUT : IN; in fsl_asrc_dma_hw_params()
303 config_be.src_addr = asrc->paddr + asrc->get_fifo_addr(OUT, index); in fsl_asrc_dma_hw_params()
327 u8 dir = tx ? OUT : IN; in fsl_asrc_dma_hw_free()
353 u8 dir = tx ? OUT : IN; in fsl_asrc_dma_startup()
/linux/lib/crypto/mips/
H A Dchacha-core.S35 #define OUT $a1 macro
137 swl X ## x, (x*4)+MSB ## (OUT); \
138 swr X ## x, (x*4)+LSB ## (OUT);
153 sw X ## x, (x*4) ## (OUT);
227 or IS_UNALIGNED, IN, OUT
235 addiu OUT, CHACHA20_BLOCK_SIZE
367 addu OUT, $at
372 sb T1, 0(OUT)
379 sb T1, 1(OUT)
385 sb T1, 2(OUT)
[all …]
/linux/lib/crypto/s390/
H A Dchacha-s390.S43 #define OUT %r2 macro
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)
380 VSTM XT0,XT3,0,OUT,0
401 stc %r6,0(%r1,OUT)
409 #undef OUT
[all …]
/linux/Documentation/hwmon/
H A Dsmsc47b397.rst60 OUT DX,AL
151 OUT DX,AL
155 OUT DX,AL
162 OUT DX,AL
179 OUT DX,AL
184 OUT DX,AL ;Point to LD# Config Reg
187 OUT DX,AL;Point to Logical Device 8
191 OUT DX,AL ; Point to HWM Base Addr MSB
197 OUT DX,AL
/linux/Documentation/devicetree/bindings/usb/
H A Dgr-udc.txt17 endpoint related interrupts and one for OUT endpoint related interrupts.
21 - epobufsizes : Array of buffer sizes for OUT endpoints when they differ
22 from the default size of 1024. The array is indexed by the OUT endpoint
24 each OUT endpoint of the core. Fewer entries overrides the default sizes
/linux/drivers/input/serio/
H A Dhil_mlc.c445 #define OUT(pack) \ macro
469 OUT(HIL_CTRL_ONLY) /* Disable APE */
475 OUT(HIL_DO_ALTER_CTRL | HIL_CTRL_TEST | TEST_PACKET(0x5))
478 OUT(HIL_DO_ALTER_CTRL | HIL_CTRL_TEST | TEST_PACKET(0xa))
481 OUT(HIL_CTRL_ONLY | 0) /* Disable test mode */
489 OUT(HIL_PKT_CMD | HIL_CMD_DHR)
493 OUT(HIL_PKT_CMD | HIL_CMD_IFC)
518 OUT(HIL_PKT_CMD | HIL_CMD_ACF | 1)
550 OUT(HIL_PKT_CMD | HIL_CMD_POL)
560 OUT(HIL_PKT_CMD | HIL_CMD_ACF | 1)
[all …]
/linux/tools/testing/ktest/
H A Dktest.pl2592 open (OUT, ">$outconfig") or
2602 print OUT;
2607 print OUT "$force_config{$config}\n";
2609 close OUT;
2705 open(OUT, "> $outputdir/localversion") or dodie("Can't make localversion file");
2706 print OUT "$localversion\n";
2707 close(OUT);
3277 open(OUT, ">$file") or dodie "Can not write to $file";
3280 print OUT "$configs{$config}\n";
3282 close(OUT);
[all …]
/linux/arch/x86/kernel/cpu/
H A Dmkcapflags.sh9 OUT=$1
51 trap 'rm "$OUT"' EXIT
/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uac1_legacy11 req_buf_size - ISO OUT endpoint request buffer size
12 req_count - ISO OUT endpoint request count
H A Dsysfs-class-net-cdc_ncm134 OUT NTB Maximum Size
141 OUT NTB Datagram alignment modulus
158 NDP alignment modulus for use in NTBs on the OUT
167 into a single OUT NTB. Zero means that the device
/linux/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, x7
560 ld1 {v6.16b}, [OUT]
[all …]
/linux/drivers/gpu/drm/sti/
H A DNOTES13 - The TV OUT pre-formats (convert, clip, round) the compositor output data
26 ------- | COMPOSITOR | | TV OUT | :===========:
54 | ------- | COMPOSITOR | | |TV OUT | | :===========: |
/linux/Documentation/networking/
H A Dplip.rst217 (OUT is bit 0-4, OUT.j is bit j from OUT. IN likewise)
219 OUT := low nibble, OUT.4 := 1
221 OUT := high nibble, OUT.4 := 0
/linux/include/linux/
H A Dpoll.h124 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in mangle_poll()
133 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in demangle_poll()
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-enum-framesizes.rst87 the application, *OUT* denotes values that the driver fills in. The
148 - OUT: Frame size type the device supports.
151 - OUT: Frame size with the given index.
H A Dvidioc-enum-frameintervals.rst97 the application, *OUT* denotes values that the driver fills in. The
140 - OUT: Frame interval type the device supports.
143 - OUT: Frame interval with the given index.
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-wingtech-wt86528.dts101 audio-routing = "Speaker", "Speaker Amp L OUT",
102 "Speaker", "Speaker Amp R OUT",

12345678910>>...26