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:BH_TRANSMIT
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/pcmcia/
H
A
D
synclink_cs.c
114
#define
BH_TRANSMIT
2
macro
749
} else if (info->pending_bh &
BH_TRANSMIT
) {
in bh_action()
750
info->pending_bh &= ~
BH_TRANSMIT
;
in bh_action()
751
rc =
BH_TRANSMIT
;
in bh_action()
793
case
BH_TRANSMIT
:
in bh_handler()
994
info->pending_bh |=
BH_TRANSMIT
;
in tx_done()
1037
info->pending_bh |=
BH_TRANSMIT
;
in tx_ready()
1067
info->pending_bh |=
BH_TRANSMIT
;
in cts_change()
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
synclink.c
150
#define
BH_TRANSMIT
2
macro
1031
} else if (info->pending_bh &
BH_TRANSMIT
) {
in mgsl_bh_action()
1032
info->pending_bh &= ~
BH_TRANSMIT
;
in mgsl_bh_action()
1033
rc =
BH_TRANSMIT
;
in mgsl_bh_action()
1077
case
BH_TRANSMIT
:
in mgsl_bh_handler()
1264
info->pending_bh |=
BH_TRANSMIT
;
in mgsl_isr_transmit_status()
1364
info->pending_bh |=
BH_TRANSMIT
;
in mgsl_isr_io_pin()
1417
info->pending_bh |=
BH_TRANSMIT
;
in mgsl_isr_transmit_data()
1660
info->pending_bh |=
BH_TRANSMIT
;
in mgsl_isr_transmit_dma()
H
A
D
synclinkmp.c
132
#define
BH_TRANSMIT
2
macro
1956
} else if (info->pending_bh &
BH_TRANSMIT
) {
in bh_action()
1957
info->pending_bh &= ~
BH_TRANSMIT
;
in bh_action()
1958
rc =
BH_TRANSMIT
;
in bh_action()
2000
case
BH_TRANSMIT
:
in bh_handler()
2250
info->pending_bh |=
BH_TRANSMIT
;
in isr_txeom()
2315
info->pending_bh |=
BH_TRANSMIT
;
in isr_txrdy()
2472
info->pending_bh |=
BH_TRANSMIT
;
in isr_io_pin()
H
A
D
synclink_gt.c
348
#define
BH_TRANSMIT
2
macro
1844
} else if (info->pending_bh &
BH_TRANSMIT
) {
in bh_action()
1845
info->pending_bh &= ~
BH_TRANSMIT
;
in bh_action()
1846
rc =
BH_TRANSMIT
;
in bh_action()
1894
case
BH_TRANSMIT
:
in bh_handler()
1965
info->pending_bh |=
BH_TRANSMIT
;
in cts_change()
2171
info->pending_bh |=
BH_TRANSMIT
;
in isr_tdma()
2250
info->pending_bh |=
BH_TRANSMIT
;
in isr_txeom()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
synclink_gt.c
343
#define
BH_TRANSMIT
2
macro
1834
} else if (info->pending_bh &
BH_TRANSMIT
) {
in bh_action()
1835
info->pending_bh &= ~
BH_TRANSMIT
;
in bh_action()
1836
rc =
BH_TRANSMIT
;
in bh_action()
1884
case
BH_TRANSMIT
:
in bh_handler()
1955
info->pending_bh |=
BH_TRANSMIT
;
in cts_change()
2161
info->pending_bh |=
BH_TRANSMIT
;
in isr_tdma()
2240
info->pending_bh |=
BH_TRANSMIT
;
in isr_txeom()
Completed in 32 milliseconds