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:prof_type
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/aw88395/
H
A
D
aw88395_data_type.h
137
int
prof_type
;
member
H
A
D
aw88395_lib.c
772
aw_dev->prof_info.
prof_type
= AW88395_DEV_TYPE_ID;
in aw_get_dde_type_info()
774
aw_dev->prof_info.
prof_type
= AW88395_DEV_DEFAULT_TYPE_ID;
in aw_get_dde_type_info()
872
switch (aw_dev->prof_info.
prof_type
) {
in aw_dev_parse_scene_count_v1()
880
dev_err(aw_dev->dev, "unsupported
prof_type
[%x]", aw_dev->prof_info.
prof_type
);
in aw_dev_parse_scene_count_v1()
992
switch (aw_dev->prof_info.
prof_type
) {
in aw_dev_parse_by_hdr_v1()
1001
aw_dev->prof_info.
prof_type
);
in aw_dev_parse_by_hdr_v1()
H
A
D
aw88395_device.c
1635
aw_dev->prof_info.
prof_type
= AW88395_DEV_NONE_TYPE_ID;
in aw_dev_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_ddp.c
777
enum ice_prof_type
prof_type
;
in ice_get_sw_fv_bitmap()
local
786
prof_type
= ice_get_sw_prof_type(hw, fv, offset);
in ice_get_sw_fv_bitmap()
788
if (req_profs &
prof_type
)
in ice_get_sw_fv_bitmap()
H
A
D
ice_switch.c
5286
enum ice_prof_type
prof_type
;
in ice_get_compat_fv_bitmap()
local
5292
prof_type
= ICE_PROF_NON_TUN;
in ice_get_compat_fv_bitmap()
5295
prof_type
= ICE_PROF_TUN_ALL;
in ice_get_compat_fv_bitmap()
5299
prof_type
= ICE_PROF_TUN_UDP;
in ice_get_compat_fv_bitmap()
5302
prof_type
= ICE_PROF_TUN_GRE;
in ice_get_compat_fv_bitmap()
5305
prof_type
= ICE_PROF_TUN_GTPU;
in ice_get_compat_fv_bitmap()
5308
prof_type
= ICE_PROF_TUN_GTPC;
in ice_get_compat_fv_bitmap()
5312
prof_type
= ICE_PROF_ALL;
in ice_get_compat_fv_bitmap()
5316
ice_get_sw_fv_bitmap(hw,
prof_type
, bm);
in ice_get_compat_fv_bitmap()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
aw88261.c
1230
aw_dev->prof_info.
prof_type
= AW88395_DEV_NONE_TYPE_ID;
in aw88261_init()
Completed in 15 milliseconds