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:probe_id
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_bind.c
27
/* check
probe_id
instead of vendor_id if set */
in hda_codec_match()
28
u32 id = codec->
probe_id
? codec->
probe_id
: codec->core.vendor_id;
in hda_codec_match()
211
switch (codec->
probe_id
) {
in request_codec_module()
269
if (codec->
probe_id
)
in codec_bind_generic()
273
codec->
probe_id
= HDA_CODEC_ID_GENERIC_HDMI;
in codec_bind_generic()
279
codec->
probe_id
= HDA_CODEC_ID_GENERIC;
in codec_bind_generic()
310
codec->
probe_id
= HDA_CODEC_ID_GENERIC;
in snd_hda_codec_configure()
312
codec->
probe_id
= 0;
in snd_hda_codec_configure()
H
A
D
patch_hdmi.c
2935
/* set
probe_id
here to prevent generic fallback binding */
in alloc_intel_hdmi()
2936
codec->
probe_id
= HDA_CODEC_ID_SKIP_PROBE;
in alloc_intel_hdmi()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_bind.c
27
/* check
probe_id
instead of vendor_id if set */
in hda_codec_match()
28
u32 id = codec->
probe_id
? codec->
probe_id
: codec->core.vendor_id;
in hda_codec_match()
214
switch (codec->
probe_id
) {
in request_codec_module()
279
if (codec->
probe_id
)
in codec_bind_generic()
283
codec->
probe_id
= HDA_CODEC_ID_GENERIC_HDMI;
in codec_bind_generic()
289
codec->
probe_id
= HDA_CODEC_ID_GENERIC;
in codec_bind_generic()
320
codec->
probe_id
= HDA_CODEC_ID_GENERIC;
in snd_hda_codec_configure()
322
codec->
probe_id
= 0;
in snd_hda_codec_configure()
H
A
D
patch_hdmi.c
3045
/* set
probe_id
here to prevent generic fallback binding */
in alloc_intel_hdmi()
3046
codec->
probe_id
= HDA_CODEC_ID_SKIP_PROBE;
in alloc_intel_hdmi()
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H
A
D
hda-codec.c
33
switch (codec->
probe_id
) {
in request_codec_module()
58
codec->
probe_id
= HDA_CODEC_ID_GENERIC;
in hda_codec_load_module()
165
codec->
probe_id
= HDA_CODEC_ID_GENERIC;
in hda_codec_probe()
167
codec->
probe_id
= 0;
in hda_codec_probe()
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H
A
D
hda-codec.c
35
switch (codec->
probe_id
) {
in request_codec_module()
68
codec->
probe_id
= HDA_CODEC_ID_GENERIC;
in hda_codec_load_module()
185
codec->
probe_id
= HDA_CODEC_ID_GENERIC;
in hda_codec_probe()
187
codec->
probe_id
= 0;
in hda_codec_probe()
/kernel/linux/linux-5.10/include/sound/
H
A
D
hda_codec.h
180
u32
probe_id
; /* overridden id for probing */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
hda_codec.h
179
u32
probe_id
; /* overridden id for probing */
member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
fw.c
3058
RTW89_SET_FWCMD_CHINFO_PKT_ID(cmd, ch_info->
probe_id
);
in rtw89_fw_h2c_scan_list_offload()
3719
ch_info->
probe_id
= RTW89_SCANOFLD_PKT_NONE;
in rtw89_hw_scan_add_chan()
H
A
D
fw.h
264
u8
probe_id
;
member
Completed in 30 milliseconds