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:dfw
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H
A
D
skl-topology.c
2791
struct skl_dfw_v4_module *
dfw
=
in skl_tplg_get_pvt_data_v4()
local
2797
ret = guid_parse(
dfw
->uuid, (guid_t *)mconfig->guid);
in skl_tplg_get_pvt_data_v4()
2801
mconfig->id.instance_id =
dfw
->instance_id;
in skl_tplg_get_pvt_data_v4()
2802
mconfig->module->resources[0].cpc =
dfw
->max_mcps / 1000;
in skl_tplg_get_pvt_data_v4()
2803
mconfig->module->resources[0].ibs =
dfw
->ibs;
in skl_tplg_get_pvt_data_v4()
2804
mconfig->module->resources[0].obs =
dfw
->obs;
in skl_tplg_get_pvt_data_v4()
2805
mconfig->core_id =
dfw
->core_id;
in skl_tplg_get_pvt_data_v4()
2806
mconfig->module->max_input_pins =
dfw
->max_in_queue;
in skl_tplg_get_pvt_data_v4()
2807
mconfig->module->max_output_pins =
dfw
->max_out_queue;
in skl_tplg_get_pvt_data_v4()
2808
mconfig->module->loadable =
dfw
in skl_tplg_get_pvt_data_v4()
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H
A
D
skl-topology.c
2774
struct skl_dfw_v4_module *
dfw
=
in skl_tplg_get_pvt_data_v4()
local
2781
ret = guid_parse(
dfw
->uuid, (guid_t *)mconfig->guid);
in skl_tplg_get_pvt_data_v4()
2785
mconfig->id.instance_id =
dfw
->instance_id;
in skl_tplg_get_pvt_data_v4()
2786
mconfig->module->resources[0].cpc =
dfw
->max_mcps / 1000;
in skl_tplg_get_pvt_data_v4()
2787
mconfig->module->resources[0].ibs =
dfw
->ibs;
in skl_tplg_get_pvt_data_v4()
2788
mconfig->module->resources[0].obs =
dfw
->obs;
in skl_tplg_get_pvt_data_v4()
2789
mconfig->core_id =
dfw
->core_id;
in skl_tplg_get_pvt_data_v4()
2790
mconfig->module->max_input_pins =
dfw
->max_in_queue;
in skl_tplg_get_pvt_data_v4()
2791
mconfig->module->max_output_pins =
dfw
->max_out_queue;
in skl_tplg_get_pvt_data_v4()
2792
mconfig->module->loadable =
dfw
in skl_tplg_get_pvt_data_v4()
[all...]
/kernel/linux/linux-5.10/drivers/s390/block/
H
A
D
dasd_eckd.h
166
unsigned char
dfw
:1; /* DASD fast write */
member
271
unsigned char
dfw
:1;
member
/kernel/linux/linux-6.6/drivers/s390/block/
H
A
D
dasd_eckd.h
173
unsigned char
dfw
:1; /* DASD fast write */
member
278
unsigned char
dfw
:1;
member
Completed in 11 milliseconds