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:comp_master
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/misc/mei/gsc_proxy/
H
A
D
mei_gsc_proxy.c
74
struct i915_gsc_proxy_component *
comp_master
= mei_cldev_get_drvdata(cldev);
in mei_component_master_bind()
local
76
comp_master
->ops = &mei_gsc_proxy_ops;
in mei_component_master_bind()
77
comp_master
->mei_dev = dev;
in mei_component_master_bind()
78
return component_bind_all(dev,
comp_master
);
in mei_component_master_bind()
84
struct i915_gsc_proxy_component *
comp_master
= mei_cldev_get_drvdata(cldev);
in mei_component_master_unbind()
local
86
component_unbind_all(dev,
comp_master
);
in mei_component_master_unbind()
134
struct i915_gsc_proxy_component *
comp_master
;
in mei_gsc_proxy_probe()
local
144
comp_master
= kzalloc(sizeof(*
comp_master
), GFP_KERNEL);
in mei_gsc_proxy_probe()
145
if (!
comp_master
) {
in mei_gsc_proxy_probe()
178
struct i915_gsc_proxy_component *
comp_master
= mei_cldev_get_drvdata(cldev);
mei_gsc_proxy_remove()
local
[all...]
/kernel/linux/linux-6.6/drivers/misc/mei/pxp/
H
A
D
mei_pxp.c
113
struct i915_pxp_component *
comp_master
= mei_cldev_get_drvdata(cldev);
in mei_component_master_bind()
local
116
comp_master
->ops = &mei_pxp_ops;
in mei_component_master_bind()
117
comp_master
->tee_dev = dev;
in mei_component_master_bind()
118
ret = component_bind_all(dev,
comp_master
);
in mei_component_master_bind()
128
struct i915_pxp_component *
comp_master
= mei_cldev_get_drvdata(cldev);
in mei_component_master_unbind()
local
130
component_unbind_all(dev,
comp_master
);
in mei_component_master_unbind()
182
struct i915_pxp_component *
comp_master
;
in mei_pxp_probe()
local
192
comp_master
= kzalloc(sizeof(*
comp_master
), GFP_KERNEL);
in mei_pxp_probe()
193
if (!
comp_master
) {
in mei_pxp_probe()
227
struct i915_pxp_component *
comp_master
= mei_cldev_get_drvdata(cldev);
mei_pxp_remove()
local
[all...]
/kernel/linux/linux-5.10/drivers/misc/mei/hdcp/
H
A
D
mei_hdcp.c
739
struct i915_hdcp_comp_master *
comp_master
=
in mei_component_master_bind()
local
744
comp_master
->ops = &mei_hdcp_ops;
in mei_component_master_bind()
745
comp_master
->mei_dev = dev;
in mei_component_master_bind()
746
ret = component_bind_all(dev,
comp_master
);
in mei_component_master_bind()
756
struct i915_hdcp_comp_master *
comp_master
=
in mei_component_master_unbind()
local
760
component_unbind_all(dev,
comp_master
);
in mei_component_master_unbind()
805
struct i915_hdcp_comp_master *
comp_master
;
in mei_hdcp_probe()
local
815
comp_master
= kzalloc(sizeof(*
comp_master
), GFP_KERNEL);
in mei_hdcp_probe()
816
if (!
comp_master
) {
in mei_hdcp_probe()
850
struct i915_hdcp_
comp_master
*
comp_master
=
mei_hdcp_remove()
local
[all...]
Completed in 2 milliseconds