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:test_active
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H
A
D
dp_debug.c
372
struct dentry *
test_active
;
in dp_debug_init()
local
383
test_active
= debugfs_create_file("msm_dp_test_active", 0444,
in dp_debug_init()
386
if (IS_ERR_OR_NULL(
test_active
)) {
in dp_debug_init()
387
rc = PTR_ERR(
test_active
);
in dp_debug_init()
388
DRM_ERROR("[%s] debugfs
test_active
failed, rc=%d\n",
in dp_debug_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_display_debugfs.c
1284
intel_dp->compliance.
test_active
= true;
in i915_displayport_test_active_write()
1286
intel_dp->compliance.
test_active
= false;
in i915_displayport_test_active_write()
1320
if (intel_dp->compliance.
test_active
)
in i915_displayport_test_active_show()
H
A
D
intel_display_types.h
1262
bool
test_active
;
member
H
A
D
intel_dp.c
5374
intel_dp->compliance.
test_active
= true;
in intel_dp_autotest_video_pattern()
5421
intel_dp->compliance.
test_active
= true;
in intel_dp_autotest_edid()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_display_debugfs.c
846
intel_dp->compliance.
test_active
= true;
in i915_displayport_test_active_write()
848
intel_dp->compliance.
test_active
= false;
in i915_displayport_test_active_write()
881
if (intel_dp->compliance.
test_active
)
in i915_displayport_test_active_show()
H
A
D
g4x_dp.c
1138
if (intel_dp->compliance.
test_active
&&
in intel_dp_hotplug()
H
A
D
intel_display_types.h
1608
bool
test_active
;
member
H
A
D
intel_dp.c
3846
intel_dp->compliance.
test_active
= true;
in intel_dp_autotest_video_pattern()
3892
intel_dp->compliance.
test_active
= true;
in intel_dp_autotest_edid()
4005
intel_dp->compliance.
test_active
= true;
in intel_dp_autotest_phy_pattern()
H
A
D
intel_ddi.c
4406
if (intel_dp->compliance.
test_active
&&
in intel_ddi_hotplug()
Completed in 38 milliseconds