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:ds_cfg
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/perf/hisilicon/
H
A
D
hisi_uncore_l3c_pmu.c
105
static void hisi_l3c_pmu_write_ds(struct perf_event *event, u32
ds_cfg
)
in hisi_l3c_pmu_write_ds()
argument
125
val |=
ds_cfg
<< shift;
in hisi_l3c_pmu_write_ds()
132
u32
ds_cfg
= hisi_get_datasrc_cfg(event);
in hisi_l3c_pmu_config_ds()
local
135
if (
ds_cfg
)
in hisi_l3c_pmu_config_ds()
136
hisi_l3c_pmu_write_ds(event,
ds_cfg
);
in hisi_l3c_pmu_config_ds()
150
u32
ds_cfg
= hisi_get_datasrc_cfg(event);
in hisi_l3c_pmu_clear_ds()
local
153
if (
ds_cfg
)
in hisi_l3c_pmu_clear_ds()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
ds.c
1161
struct ldc_channel_config
ds_cfg
= {
in ds_probe()
local
1202
ds_cfg
.tx_irq = vdev->tx_irq;
in ds_probe()
1203
ds_cfg
.rx_irq = vdev->rx_irq;
in ds_probe()
1205
lp = ldc_alloc(vdev->channel_id, &
ds_cfg
, dp, "DS");
in ds_probe()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
ds.c
1161
struct ldc_channel_config
ds_cfg
= {
in ds_probe()
local
1202
ds_cfg
.tx_irq = vdev->tx_irq;
in ds_probe()
1203
ds_cfg
.rx_irq = vdev->rx_irq;
in ds_probe()
1205
lp = ldc_alloc(vdev->channel_id, &
ds_cfg
, dp, "DS");
in ds_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H
A
D
wmi.h
941
u8
ds_cfg
;
member
976
u8
ds_cfg
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H
A
D
wmi.h
941
u8
ds_cfg
;
member
976
u8
ds_cfg
;
member
Completed in 24 milliseconds