Home
last modified time | relevance | path

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

12345678910>>...34

/Linux-v4.19/arch/arm/boot/dts/
Dstih407-pinctrl.dtsi133 tx = <&pio4 2 ALT2 OUT>;
139 tx_od = <&pio4 3 ALT2 OUT>;
148 tx = <&pio3 4 ALT1 OUT>;
157 tx = <&pio2 6 ALT3 OUT>;
189 keyout0 = <&pio4 6 ALT4 OUT>;
190 keyout1 = <&pio1 7 ALT2 OUT>;
191 keyout2 = <&pio0 6 ALT2 OUT>;
192 keyout3 = <&pio2 7 ALT2 OUT>;
208 txd0 = <&pio0 0 ALT1 OUT DE_IO 0 CLK_A>;
209 txd1 = <&pio0 1 ALT1 OUT DE_IO 0 CLK_A>;
[all …]
Dstih410-pinctrl.dtsi19 usb-pwr-enable = <&pio35 1 ALT1 OUT>;
28 usb-pwr-enable = <&pio35 3 ALT1 OUT>;
Dst-pincfg.h35 #define OUT (OE) macro
/Linux-v4.19/scripts/
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;
/Linux-v4.19/Documentation/sphinx/
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-v4.19/drivers/gpu/drm/etnaviv/
Detnaviv_buffer.c22 static inline void OUT(struct etnaviv_cmdbuf *buffer, u32 data) in OUT() function
40 OUT(buffer, VIV_FE_LOAD_STATE_HEADER_OP_LOAD_STATE | in CMD_LOAD_STATE()
43 OUT(buffer, value); in CMD_LOAD_STATE()
50 OUT(buffer, VIV_FE_END_HEADER_OP_END); in CMD_END()
57 OUT(buffer, VIV_FE_WAIT_HEADER_OP_WAIT | 200); in CMD_WAIT()
65 OUT(buffer, VIV_FE_LINK_HEADER_OP_LINK | in CMD_LINK()
67 OUT(buffer, address); in CMD_LINK()
75 OUT(buffer, VIV_FE_STALL_HEADER_OP_STALL); in CMD_STALL()
76 OUT(buffer, VIV_FE_STALL_TOKEN_FROM(from) | VIV_FE_STALL_TOKEN_TO(to)); in CMD_STALL()
/Linux-v4.19/Documentation/hwmon/
Dsmsc47b39747 OUT DX,AL
119 OUT DX,AL
123 OUT DX,AL
130 OUT DX,AL
145 OUT DX,AL
150 OUT DX,AL ;Point to LD# Config Reg
153 OUT DX,AL;Point to Logical Device 8
157 OUT DX,AL ; Point to HWM Base Addr MSB
163 OUT DX,AL
/Linux-v4.19/sound/soc/fsl/
Dfsl_asrc_dma.c59 u8 dir = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? OUT : IN; in fsl_asrc_dma_prepare_and_submit()
76 dir == OUT ? DMA_MEM_TO_DEV : DMA_DEV_TO_MEM, flags); in fsl_asrc_dma_prepare_and_submit()
114 dma_async_issue_pending(pair->dma_chan[OUT]); in fsl_asrc_dma_trigger()
119 dmaengine_terminate_all(pair->dma_chan[OUT]); in fsl_asrc_dma_trigger()
149 u8 dir = tx ? OUT : IN; in fsl_asrc_dma_hw_params()
262 if (pair->dma_chan[OUT]) in fsl_asrc_dma_hw_free()
263 dma_release_channel(pair->dma_chan[OUT]); in fsl_asrc_dma_hw_free()
266 pair->dma_chan[OUT] = NULL; in fsl_asrc_dma_hw_free()
Dfsl_asrc.c294 clk_index[OUT] = clk_map[OUT][config->outclk]; in fsl_asrc_config_pair()
297 clk = asrc_priv->asrck_clk[clk_index[ideal ? OUT : IN]]; in fsl_asrc_config_pair()
302 inrate, clk_index[ideal ? OUT : IN]); in fsl_asrc_config_pair()
306 clk = asrc_priv->asrck_clk[clk_index[OUT]]; in fsl_asrc_config_pair()
310 div[OUT] = clk_get_rate(clk) / IDEAL_RATIO_RATE; in fsl_asrc_config_pair()
312 div[OUT] = clk_get_rate(clk) / outrate; in fsl_asrc_config_pair()
314 if (div[OUT] == 0) { in fsl_asrc_config_pair()
316 outrate, clk_index[OUT]); in fsl_asrc_config_pair()
341 ASRCSR_AOCS(index, clk_index[OUT])); in fsl_asrc_config_pair()
345 outdiv = fsl_asrc_cal_asrck_divisor(pair, div[OUT]); in fsl_asrc_config_pair()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/usb/
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-v4.19/arch/x86/kernel/cpu/
Dmkcapflags.sh8 OUT=$2
50 trap 'rm "$OUT"' EXIT
/Linux-v4.19/tools/testing/ktest/
Dktest.pl499 open(OUT, ">> $opt{LOG_FILE}") or die "Can't write to $opt{LOG_FILE}";
500 print OUT @_;
501 close(OUT);
2417 open (OUT, ">$outconfig") or
2427 print OUT;
2432 print OUT "$force_config{$config}\n";
2434 close OUT;
2531 open(OUT, "> $outputdir/localversion") or dodie("Can't make localversion file");
2532 print OUT "$localversion\n";
2533 close(OUT);
[all …]
Dconfig-bisect.pl300 open(OUT, ">$file") or dodie "Can not write to $file";
303 print OUT "$configs{$config}\n";
305 close(OUT);
/Linux-v4.19/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uac1_legacy11 req_buf_size - ISO OUT endpoint request buffer size
12 req_count - ISO OUT endpoint request count
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-v4.19/drivers/input/serio/
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_CMD | HIL_CMD_ACF | 1)
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Damlogic,axg-sound-card.txt68 audio-routing = "TDMOUT_C IN 0", "FRDDR_A OUT 2",
69 "SPDIFOUT IN 0", "FRDDR_A OUT 3",
70 "TDM_C Playback", "TDMOUT_C OUT",
73 "TODDR_A IN 0", "TDMIN_A OUT",
/Linux-v4.19/drivers/gpu/drm/sti/
DNOTES13 - The TV OUT pre-formats (convert, clip, round) the compositor output data
26 ------- | COMPOSITOR | | TV OUT | :===========:
54 | ------- | COMPOSITOR | | |TV OUT | | :===========: |
/Linux-v4.19/drivers/regulator/
Dpcf50633-regulator.c38 .vsel_reg = PCF50633_REG_##_id##OUT, \
40 .enable_reg = PCF50633_REG_##_id##OUT + 1, \
/Linux-v4.19/tools/testing/selftests/gpio/
Dgpio-mockup-chardev.c30 OUT, enumerator
103 *dir = OUT; in gpio_debugfs_get()
228 if (!(debugfs_dir == OUT && value == debugfs_value)) { in gpio_pin_test()
/Linux-v4.19/Documentation/networking/
DPLIP.txt210 (OUT is bit 0-4, OUT.j is bit j from OUT. IN likewise)
212 OUT := low nibble, OUT.4 := 1
214 OUT := high nibble, OUT.4 := 0
Dcan_ucan_protocol.rst27 OUT endpoint
252 OUT Message Format
255 A data packet on the USB OUT endpoint contains one or more ``struct
294 the *OUT* pipe until more buffers are available. The driver stops the
/Linux-v4.19/include/linux/
Dpoll.h128 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in mangle_poll()
137 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in demangle_poll()
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-enum-frameintervals.rst99 the application, *OUT* denotes values that the driver fills in. The
151 - OUT: Frame interval type the device supports.
155 - OUT: Frame interval with the given index.
Dvidioc-enum-framesizes.rst89 the application, *OUT* denotes values that the driver fills in. The
160 - OUT: Frame size type the device supports.
164 - OUT: Frame size with the given index.

12345678910>>...34