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:master_unbind
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_audio_component.h
96
* @
master_unbind
: (Optional) component master unbind callback
101
void (*
master_unbind
)(struct device *dev, struct drm_audio_component *);
member
/kernel/linux/linux-6.6/include/drm/
H
A
D
drm_audio_component.h
99
* @
master_unbind
: (Optional) component master unbind callback
104
void (*
master_unbind
)(struct device *dev, struct drm_audio_component *);
member
/kernel/linux/linux-5.10/sound/hda/
H
A
D
hdac_component.c
229
if (acomp->audio_ops && acomp->audio_ops->
master_unbind
)
in hdac_component_master_unbind()
230
acomp->audio_ops->
master_unbind
(dev, acomp);
in hdac_component_master_unbind()
/kernel/linux/linux-6.6/sound/hda/
H
A
D
hdac_component.c
229
if (acomp->audio_ops && acomp->audio_ops->
master_unbind
)
in hdac_component_master_unbind()
230
acomp->audio_ops->
master_unbind
(dev, acomp);
in hdac_component_master_unbind()
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
patch_hdmi.c
2712
spec->drm_audio_ops.
master_unbind
= ops->
master_unbind
;
in setup_drm_audio_ops()
3654
.
master_unbind
= generic_acomp_master_unbind,
4229
.
master_unbind
= generic_acomp_master_unbind,
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
patch_hdmi.c
2716
spec->drm_audio_ops.
master_unbind
= ops->
master_unbind
;
in setup_drm_audio_ops()
3787
.
master_unbind
= generic_acomp_master_unbind,
4430
.
master_unbind
= generic_acomp_master_unbind,
Completed in 17 milliseconds