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_stopped
(Results
1 - 25
of
39
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/net/
H
A
D
kcm.h
73
u32
tx_stopped
: 1;
member
95
u32
tx_stopped
: 1;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
kcm.h
73
u32
tx_stopped
: 1;
member
95
u32
tx_stopped
: 1;
member
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
sb1250-duart.c
87
int
tx_stopped
;
member
286
sport->
tx_stopped
= 1;
in sbd_stop_tx()
301
sport->
tx_stopped
= 0;
in sbd_start_tx()
493
sport->
tx_stopped
= 1;
in sbd_startup()
507
sport->
tx_stopped
= 1;
in sbd_shutdown()
615
if (sport->
tx_stopped
)
in sbd_set_termios()
624
if (!sport->
tx_stopped
)
in sbd_set_termios()
854
if (sport->
tx_stopped
)
in sbd_console_write()
H
A
D
zs.c
422
zport->
tx_stopped
= 1;
in zs_raw_stop_tx()
443
if (zport->
tx_stopped
) {
in zs_start_tx()
445
zport->
tx_stopped
= 0;
in zs_start_tx()
798
zport->
tx_stopped
= 1;
in zs_startup()
1184
if (!zport->
tx_stopped
)
in zs_console_write()
H
A
D
zs.h
29
int
tx_stopped
; /* Output is suspended. */
member
H
A
D
atmel_serial.c
156
bool
tx_stopped
;
member
453
if (atmel_port->
tx_stopped
)
in atmel_tx_empty()
560
atmel_port->
tx_stopped
= true;
in atmel_stop_tx()
597
atmel_port->
tx_stopped
= false;
in atmel_start_tx()
1982
atmel_port->
tx_stopped
= false;
in atmel_startup()
2237
atmel_port->
tx_stopped
= true;
in atmel_set_termios()
2336
atmel_port->
tx_stopped
= false;
in atmel_set_termios()
2587
atmel_port->
tx_stopped
= false;
in atmel_console_write()
2661
atmel_port->
tx_stopped
= false;
in atmel_console_setup()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
sb1250-duart.c
87
int
tx_stopped
;
member
286
sport->
tx_stopped
= 1;
in sbd_stop_tx()
301
sport->
tx_stopped
= 0;
in sbd_start_tx()
493
sport->
tx_stopped
= 1;
in sbd_startup()
507
sport->
tx_stopped
= 1;
in sbd_shutdown()
615
if (sport->
tx_stopped
)
in sbd_set_termios()
624
if (!sport->
tx_stopped
)
in sbd_set_termios()
854
if (sport->
tx_stopped
)
in sbd_console_write()
H
A
D
zs.c
422
zport->
tx_stopped
= 1;
in zs_raw_stop_tx()
443
if (zport->
tx_stopped
) {
in zs_start_tx()
445
zport->
tx_stopped
= 0;
in zs_start_tx()
798
zport->
tx_stopped
= 1;
in zs_startup()
1184
if (!zport->
tx_stopped
)
in zs_console_write()
H
A
D
zs.h
29
int
tx_stopped
; /* Output is suspended. */
member
H
A
D
atmel_serial.c
159
bool
tx_stopped
;
member
459
if (atmel_port->
tx_stopped
)
in atmel_tx_empty()
569
atmel_port->
tx_stopped
= true;
in atmel_stop_tx()
609
atmel_port->
tx_stopped
= false;
in atmel_start_tx()
1957
atmel_port->
tx_stopped
= false;
in atmel_startup()
2220
atmel_port->
tx_stopped
= true;
in atmel_set_termios()
2369
atmel_port->
tx_stopped
= false;
in atmel_set_termios()
2610
atmel_port->
tx_stopped
= false;
in atmel_console_write()
2679
atmel_port->
tx_stopped
= false;
in atmel_console_setup()
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/pcie/
H
A
D
pcie_priv.h
68
u8
tx_stopped
;
member
H
A
D
pearl_pcie.c
493
if (unlikely(priv->
tx_stopped
)) {
in qtnf_pearl_data_tx_reclaim()
495
priv->
tx_stopped
= 0;
in qtnf_pearl_data_tx_reclaim()
551
priv->
tx_stopped
= 1;
in qtnf_pcie_skb_send()
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/pcie/
H
A
D
pcie_priv.h
68
u8
tx_stopped
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
serial_8250.h
85
unsigned int
tx_stopped
:1; /* tx is currently stopped */
member
/kernel/linux/linux-5.10/net/kcm/
H
A
D
kcmsock.c
63
if (psock->
tx_stopped
) {
in kcm_abort_tx_psock()
68
psock->
tx_stopped
= 1;
in kcm_abort_tx_psock()
77
* to handle the failure there. Need to commit
tx_stopped
in kcm_abort_tx_psock()
428
if (kcm && !unlikely(kcm->
tx_stopped
))
in psock_write_space()
450
if (unlikely(psock->
tx_stopped
))
in reserve_psock()
544
if (unlikely(psock->
tx_stopped
)) {
in unreserve_psock()
590
if (unlikely(psock && psock->
tx_stopped
)) {
in kcm_write_msgs()
1549
if (!psock->
tx_stopped
)
in kcm_unattach()
1816
/* Set
tx_stopped
. This is checked when psock is bound to a kcm and we
in kcm_release()
1820
kcm->
tx_stopped
in kcm_release()
[all...]
H
A
D
kcmproc.c
157
if (psock->
tx_stopped
)
in kcm_format_psock()
/kernel/linux/linux-6.6/net/kcm/
H
A
D
kcmsock.c
65
if (psock->
tx_stopped
) {
in kcm_abort_tx_psock()
70
psock->
tx_stopped
= 1;
in kcm_abort_tx_psock()
79
* to handle the failure there. Need to commit
tx_stopped
in kcm_abort_tx_psock()
432
if (kcm && !unlikely(kcm->
tx_stopped
))
in psock_write_space()
454
if (unlikely(psock->
tx_stopped
))
in reserve_psock()
548
if (unlikely(psock->
tx_stopped
)) {
in unreserve_psock()
592
if (unlikely(psock && psock->
tx_stopped
)) {
in kcm_write_msgs()
1427
if (!psock->
tx_stopped
)
in kcm_unattach()
1694
/* Set
tx_stopped
. This is checked when psock is bound to a kcm and we
in kcm_release()
1698
kcm->
tx_stopped
in kcm_release()
[all...]
H
A
D
kcmproc.c
157
if (psock->
tx_stopped
)
in kcm_format_psock()
/kernel/linux/linux-5.10/drivers/net/ethernet/myricom/myri10ge/
H
A
D
myri10ge_mcp.h
424
u8
tx_stopped
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/myricom/myri10ge/
H
A
D
myri10ge_mcp.h
424
u8
tx_stopped
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
serial_8250.h
105
unsigned int
tx_stopped
:1; /* tx is currently stopped */
member
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H
A
D
8250_port.c
610
p->em485->
tx_stopped
= true;
in serial8250_em485_init()
613
if (p->em485->
tx_stopped
)
in serial8250_em485_init()
1457
em485->
tx_stopped
= true;
in serial8250_em485_handle_stop_tx()
1488
em485->
tx_stopped
= true;
in __stop_tx_rs485()
1608
if (em485->
tx_stopped
) {
in start_tx_rs485()
1609
em485->
tx_stopped
= false;
in start_tx_rs485()
3350
if (em485->
tx_stopped
)
in serial8250_console_write()
3365
if (em485->
tx_stopped
)
in serial8250_console_write()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250_port.c
568
p->em485->
tx_stopped
= true;
in serial8250_em485_init()
571
if (p->em485->
tx_stopped
)
in serial8250_em485_init()
1443
em485->
tx_stopped
= true;
in serial8250_em485_handle_stop_tx()
1475
em485->
tx_stopped
= true;
in __stop_tx_rs485()
1604
if (em485->
tx_stopped
) {
in start_tx_rs485()
1605
em485->
tx_stopped
= false;
in start_tx_rs485()
3420
if (em485->
tx_stopped
)
in serial8250_console_write()
3458
if (em485->
tx_stopped
)
in serial8250_console_write()
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
z85230.h
367
unsigned char
tx_stopped
; /* output is suspended */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_txrx.h
294
u64
tx_stopped
;
member
Completed in 34 milliseconds
1
2