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:psr_cap
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H
A
D
dp_panel.c
33
&dp_panel->
psr_cap
, sizeof(dp_panel->
psr_cap
));
in dp_panel_read_psr_cap()
34
if (rlen == sizeof(dp_panel->
psr_cap
)) {
in dp_panel_read_psr_cap()
36
"psr version: 0x%x,
psr_cap
: 0x%x\n",
in dp_panel_read_psr_cap()
37
dp_panel->
psr_cap
.version,
in dp_panel_read_psr_cap()
38
dp_panel->
psr_cap
.capabilities);
in dp_panel_read_psr_cap()
H
A
D
dp_panel.h
53
struct dp_panel_psr
psr_cap
;
member
H
A
D
dp_ctrl.c
153
if (ctrl->panel->
psr_cap
.version)
in dp_ctrl_config_ctrl()
1384
if (!ctrl->panel->
psr_cap
.version)
in dp_ctrl_config_psr()
1398
if (!ctrl->panel->
psr_cap
.version)
in dp_ctrl_set_psr()
2050
if (ctrl->panel->
psr_cap
.version) {
in dp_ctrl_isr()
H
A
D
dp_display.c
419
dp->dp_display.psr_supported = dp->panel->
psr_cap
.version && psr_enabled;
in dp_display_process_hpd_high()
/kernel/linux/linux-6.6/include/drm/display/
H
A
D
drm_dp_helper.h
104
int drm_dp_psr_setup_time(const u8
psr_cap
[EDP_PSR_RECEIVER_CAP_SIZE]);
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_dp_helper.c
1707
* @
psr_cap
: PSR capabilities from DPCD
1713
int drm_dp_psr_setup_time(const u8
psr_cap
[EDP_PSR_RECEIVER_CAP_SIZE])
in drm_dp_psr_setup_time()
argument
1726
i = (
psr_cap
[1] & DP_PSR_SETUP_TIME_MASK) >> DP_PSR_SETUP_TIME_SHIFT;
in drm_dp_psr_setup_time()
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H
A
D
drm_dp_helper.c
2138
* @
psr_cap
: PSR capabilities from DPCD
2144
int drm_dp_psr_setup_time(const u8
psr_cap
[EDP_PSR_RECEIVER_CAP_SIZE])
in drm_dp_psr_setup_time()
argument
2157
i = (
psr_cap
[1] & DP_PSR_SETUP_TIME_MASK) >> DP_PSR_SETUP_TIME_SHIFT;
in drm_dp_psr_setup_time()
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_dp_helper.h
1388
int drm_dp_psr_setup_time(const u8
psr_cap
[EDP_PSR_RECEIVER_CAP_SIZE]);
Completed in 19 milliseconds