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:pwr_cmd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/mouse/
H
A
D
cyapa.c
743
u8
pwr_cmd
;
in cyapa_show_suspend_scanrate()
local
752
pwr_cmd
= cyapa->suspend_power_mode;
in cyapa_show_suspend_scanrate()
757
switch (
pwr_cmd
) {
in cyapa_show_suspend_scanrate()
769
cyapa_pwr_cmd_to_sleep_time(
pwr_cmd
) :
in cyapa_show_suspend_scanrate()
868
u8
pwr_cmd
;
in cyapa_show_rt_suspend_scanrate()
local
876
pwr_cmd
= cyapa->runtime_suspend_power_mode;
in cyapa_show_rt_suspend_scanrate()
883
cyapa_pwr_cmd_to_sleep_time(
pwr_cmd
) :
in cyapa_show_rt_suspend_scanrate()
902
* a potentially suspended device, update to the new
pwr_cmd
in cyapa_update_rt_suspend_scanrate()
/kernel/linux/linux-6.6/drivers/input/mouse/
H
A
D
cyapa.c
743
u8
pwr_cmd
;
in cyapa_show_suspend_scanrate()
local
752
pwr_cmd
= cyapa->suspend_power_mode;
in cyapa_show_suspend_scanrate()
757
switch (
pwr_cmd
) {
in cyapa_show_suspend_scanrate()
769
cyapa_pwr_cmd_to_sleep_time(
pwr_cmd
) :
in cyapa_show_suspend_scanrate()
867
u8
pwr_cmd
;
in cyapa_show_rt_suspend_scanrate()
local
875
pwr_cmd
= cyapa->runtime_suspend_power_mode;
in cyapa_show_rt_suspend_scanrate()
882
cyapa_pwr_cmd_to_sleep_time(
pwr_cmd
) :
in cyapa_show_rt_suspend_scanrate()
901
* a potentially suspended device, update to the new
pwr_cmd
in cyapa_update_rt_suspend_scanrate()
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H
A
D
radeon_pm.c
2521
u16
pwr_cmd
;
in radeonfb_whack_power_state()
local
2526
&
pwr_cmd
);
in radeonfb_whack_power_state()
2527
if (
pwr_cmd
& state)
in radeonfb_whack_power_state()
2529
pwr_cmd
= (
pwr_cmd
& ~PCI_PM_CTRL_STATE_MASK) | state;
in radeonfb_whack_power_state()
2532
pwr_cmd
);
in radeonfb_whack_power_state()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H
A
D
radeon_pm.c
2520
u16
pwr_cmd
;
in radeonfb_whack_power_state()
local
2525
&
pwr_cmd
);
in radeonfb_whack_power_state()
2526
if (
pwr_cmd
& state)
in radeonfb_whack_power_state()
2528
pwr_cmd
= (
pwr_cmd
& ~PCI_PM_CTRL_STATE_MASK) | state;
in radeonfb_whack_power_state()
2531
pwr_cmd
);
in radeonfb_whack_power_state()
Completed in 9 milliseconds