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:bridge_attached
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/cadence/
H
A
D
cdns-mhdp8546-core.c
750
if (mhdp->
bridge_attached
)
in cdns_mhdp_fw_activate()
765
bool
bridge_attached
;
in cdns_mhdp_fw_cb()
local
791
bridge_attached
= mhdp->
bridge_attached
;
in cdns_mhdp_fw_cb()
793
if (
bridge_attached
) {
in cdns_mhdp_fw_cb()
1685
mhdp->
bridge_attached
= true;
in cdns_mhdp_attach()
2030
mhdp->
bridge_attached
= false;
in cdns_mhdp_detach()
2124
if (mhdp->
bridge_attached
)
in cdns_mhdp_bridge_hpd_enable()
2290
bool
bridge_attached
;
in cdns_mhdp_irq_handler()
local
2306
bridge_attached
in cdns_mhdp_irq_handler()
[all...]
H
A
D
cdns-mhdp8546-core.h
380
* "start_lock" protects the access to
bridge_attached
and
388
bool
bridge_attached
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/cadence/
H
A
D
cdns-mhdp8546-core.c
61
if (mhdp->
bridge_attached
)
in cdns_mhdp_bridge_hpd_enable()
784
bool
bridge_attached
;
in cdns_mhdp_fw_cb()
local
810
bridge_attached
= mhdp->
bridge_attached
;
in cdns_mhdp_fw_cb()
812
if (
bridge_attached
) {
in cdns_mhdp_fw_cb()
1753
mhdp->
bridge_attached
= true;
in cdns_mhdp_attach()
2114
mhdp->
bridge_attached
= false;
in cdns_mhdp_detach()
2386
bool
bridge_attached
;
in cdns_mhdp_irq_handler()
local
2401
bridge_attached
= mhdp->
bridge_attached
;
in cdns_mhdp_irq_handler()
[all...]
H
A
D
cdns-mhdp8546-core.h
393
* "start_lock" protects the access to
bridge_attached
and
401
bool
bridge_attached
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/analogix/
H
A
D
anx7625.h
484
u8
bridge_attached
;
member
H
A
D
anx7625.c
1506
if (!ctx->pdata.panel_bridge && ctx->
bridge_attached
)
in _anx7625_hpd_polling()
1629
if (ctx->
bridge_attached
)
in anx7625_work_func()
2228
ctx->
bridge_attached
= 1;
in anx7625_bridge_attach()
Completed in 14 milliseconds