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_lvl
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H
A
D
8250_omap.c
1074
u8
tx_lvl
;
in omap_8250_tx_dma()
local
1091
tx_lvl
= serial_in(p, UART_OMAP_TX_LVL);
in omap_8250_tx_dma()
1092
if (
tx_lvl
== p->tx_loadsz) {
in omap_8250_tx_dma()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250_omap.c
1146
u8
tx_lvl
;
in omap_8250_tx_dma()
local
1163
tx_lvl
= serial_in(p, UART_OMAP_TX_LVL);
in omap_8250_tx_dma()
1164
if (
tx_lvl
== p->tx_loadsz) {
in omap_8250_tx_dma()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
fw.c
2586
RTW89_SET_FWCMD_CXROLE_ACT_TX_LVL(cmd, active->
tx_lvl
, i, offset);
in rtw89_fw_h2c_cxdrv_role()
2667
RTW89_SET_FWCMD_CXROLE_ACT_TX_LVL(cmd, active->
tx_lvl
, i, offset);
in rtw89_fw_h2c_cxdrv_role_v1()
2851
RTW89_SET_FWCMD_CXTRX_TXLV(cmd, trx->
tx_lvl
);
in rtw89_fw_h2c_cxdrv_trx()
H
A
D
core.h
1386
u16
tx_lvl
;
member
1405
u16
tx_lvl
;
member
2379
u8
tx_lvl
;
member
H
A
D
coex.c
6036
r->active_role[port].
tx_lvl
= stats->tx_tfc_lv;
in rtw89_btc_ntfy_wl_sta_iter()
6042
r1->active_role_v1[port].
tx_lvl
= stats->tx_tfc_lv;
in rtw89_btc_ntfy_wl_sta_iter()
6047
dm->trx_info.
tx_lvl
= stats->tx_tfc_lv;
in rtw89_btc_ntfy_wl_sta_iter()
Completed in 34 milliseconds