Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tx_in_progress
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
serial-tegra.c
117
int
tx_in_progress
;
member
505
tup->
tx_in_progress
= TEGRA_UART_TX_PIO;
in tegra_uart_start_pio_tx()
524
tup->
tx_in_progress
= 0;
in tegra_uart_tx_dma_complete()
553
tup->
tx_in_progress
= TEGRA_UART_TX_DMA;
in tegra_uart_start_tx_dma()
588
if (!uart_circ_empty(xmit) && !tup->
tx_in_progress
)
in tegra_uart_start_tx()
599
if (!tup->
tx_in_progress
) {
in tegra_uart_tx_empty()
614
if (tup->
tx_in_progress
!= TEGRA_UART_TX_DMA)
in tegra_uart_stop_tx()
623
tup->
tx_in_progress
= 0;
in tegra_uart_stop_tx()
631
tup->
tx_in_progress
= 0;
in tegra_uart_handle_tx_pio()
977
tup->
tx_in_progress
in tegra_uart_hw_deinit()
[all...]
H
A
D
samsung_tty.c
127
unsigned int
tx_in_progress
;
member
297
if (dma && dma->tx_chan && ourport->
tx_in_progress
== S3C24XX_TX_DMA) {
in s3c24xx_serial_stop_tx()
310
ourport->
tx_in_progress
= 0;
in s3c24xx_serial_stop_tx()
341
ourport->
tx_in_progress
= 0;
in s3c24xx_serial_tx_dma_complete()
377
ourport->
tx_in_progress
= S3C24XX_TX_PIO;
in enable_tx_pio()
431
ourport->
tx_in_progress
= S3C24XX_TX_DMA;
in s3c24xx_serial_start_tx_dma()
474
if (!uart_circ_empty(xmit) && !ourport->
tx_in_progress
)
in s3c24xx_serial_start_tx()
1122
ourport->
tx_in_progress
= 0;
in s3c24xx_serial_shutdown()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
serial-tegra.c
121
int
tx_in_progress
;
member
508
tup->
tx_in_progress
= TEGRA_UART_TX_PIO;
in tegra_uart_start_pio_tx()
527
tup->
tx_in_progress
= 0;
in tegra_uart_tx_dma_complete()
556
tup->
tx_in_progress
= TEGRA_UART_TX_DMA;
in tegra_uart_start_tx_dma()
591
if (!uart_circ_empty(xmit) && !tup->
tx_in_progress
)
in tegra_uart_start_tx()
602
if (!tup->
tx_in_progress
) {
in tegra_uart_tx_empty()
617
if (tup->
tx_in_progress
!= TEGRA_UART_TX_DMA)
in tegra_uart_stop_tx()
626
tup->
tx_in_progress
= 0;
in tegra_uart_stop_tx()
634
tup->
tx_in_progress
= 0;
in tegra_uart_handle_tx_pio()
979
tup->
tx_in_progress
in tegra_uart_hw_deinit()
[all...]
H
A
D
samsung_tty.c
142
unsigned int
tx_in_progress
;
member
306
if (dma && dma->tx_chan && ourport->
tx_in_progress
== S3C24XX_TX_DMA) {
in s3c24xx_serial_stop_tx()
319
ourport->
tx_in_progress
= 0;
in s3c24xx_serial_stop_tx()
350
ourport->
tx_in_progress
= 0;
in s3c24xx_serial_tx_dma_complete()
393
ourport->
tx_in_progress
= S3C24XX_TX_PIO;
in enable_tx_pio()
463
ourport->
tx_in_progress
= S3C24XX_TX_DMA;
in s3c24xx_serial_start_tx_dma()
506
if (!uart_circ_empty(xmit) && !ourport->
tx_in_progress
)
in s3c24xx_serial_start_tx()
1188
ourport->
tx_in_progress
= 0;
in s3c24xx_serial_shutdown()
1207
ourport->
tx_in_progress
= 0;
in s3c64xx_serial_shutdown()
1233
ourport->
tx_in_progress
in apple_s5l_serial_shutdown()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H
A
D
tlan.h
191
u32
tx_in_progress
;
member
H
A
D
tlan.c
1079
if (!priv->
tx_in_progress
) {
in tlan_start_tx()
1080
priv->
tx_in_progress
= 1;
in tlan_start_tx()
1398
priv->
tx_in_progress
= 0;
in tlan_handle_tx_eof()
1641
priv->
tx_in_progress
= 0;
in tlan_handle_tx_eoc()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H
A
D
tlan.h
191
u32
tx_in_progress
;
member
H
A
D
tlan.c
1081
if (!priv->
tx_in_progress
) {
in tlan_start_tx()
1082
priv->
tx_in_progress
= 1;
in tlan_start_tx()
1400
priv->
tx_in_progress
= 0;
in tlan_handle_tx_eof()
1643
priv->
tx_in_progress
= 0;
in tlan_handle_tx_eoc()
Completed in 18 milliseconds