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:rtw89_reg_def
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
phy.h
304
const struct
rtw89_reg_def
*table;
331
struct
rtw89_reg_def
notch1_idx;
332
struct
rtw89_reg_def
notch1_frac_idx;
333
struct
rtw89_reg_def
notch1_en;
334
struct
rtw89_reg_def
notch2_idx;
335
struct
rtw89_reg_def
notch2_frac_idx;
336
struct
rtw89_reg_def
notch2_en;
H
A
D
core.h
3226
struct
rtw89_reg_def
{
struct
3382
struct
rtw89_reg_def
p0_lna_init;
3383
struct
rtw89_reg_def
p1_lna_init;
3384
struct
rtw89_reg_def
p0_tia_init;
3385
struct
rtw89_reg_def
p1_tia_init;
3386
struct
rtw89_reg_def
p0_rxb_init;
3387
struct
rtw89_reg_def
p1_rxb_init;
3388
struct
rtw89_reg_def
p0_p20_pagcugc_en;
3389
struct
rtw89_reg_def
p0_s20_pagcugc_en;
3390
struct
rtw89_reg_def
p1_p20_pagcugc_e
[all...]
H
A
D
pci.h
784
struct
rtw89_reg_def
dma_stop1;
785
struct
rtw89_reg_def
dma_stop2;
786
struct
rtw89_reg_def
dma_busy1;
H
A
D
sar.c
450
static const struct
rtw89_reg_def
txpwr_regs[] = {
H
A
D
phy.c
2484
const struct
rtw89_reg_def
*dcfo_comp = rtwdev->chip->dcfo_comp;
in rtw89_dcfo_comp()
4573
static const struct
rtw89_reg_def
rtw89_tssi_fastmode_regs_flat[RTW89_TSSI_FAST_MODE_NUM] = {
4580
static const struct
rtw89_reg_def
rtw89_tssi_fastmode_regs_level[RTW89_TSSI_FAST_MODE_NUM] = {
4593
const struct
rtw89_reg_def
*regs;
in rtw89_phy_tssi_ctrl_set_fast_mode_cfg()
4608
static const struct
rtw89_reg_def
rtw89_tssi_bandedge_regs_flat[RTW89_TSSI_SBW_NUM] = {
4626
static const struct
rtw89_reg_def
rtw89_tssi_bandedge_regs_level[RTW89_TSSI_SBW_NUM] = {
4649
const struct
rtw89_reg_def
*regs;
in rtw89_phy_tssi_ctrl_set_bandedge_cfg()
H
A
D
pci.c
175
const struct
rtw89_reg_def
*dma_stop1 = &info->dma_stop1;
in rtw89_pci_ctrl_txdma_ch_pcie()
176
const struct
rtw89_reg_def
*dma_stop2 = &info->dma_stop2;
in rtw89_pci_ctrl_txdma_ch_pcie()
192
const struct
rtw89_reg_def
*dma_stop1 = &info->dma_stop1;
in rtw89_pci_ctrl_txdma_fw_ch_pcie()
H
A
D
rtw8852a.c
416
static const struct
rtw89_reg_def
rtw8852a_dcfo_comp = {
H
A
D
rtw8851b.c
123
static const struct
rtw89_reg_def
rtw8851b_dcfo_comp = {
H
A
D
rtw8852c.c
90
static const struct
rtw89_reg_def
rtw8852c_dcfo_comp = {
H
A
D
rtw8852b.c
254
static const struct
rtw89_reg_def
rtw8852b_dcfo_comp = {
H
A
D
rtw8852a_table.c
[all...]
Completed in 67 milliseconds