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:PMAC_MB_CAN_SLEEP
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H
A
D
feature.c
302
if ((pmac_mb.board_flags &
PMAC_MB_CAN_SLEEP
) == 0)
in ohare_sleep_state()
584
if ((pmac_mb.board_flags &
PMAC_MB_CAN_SLEEP
) == 0)
in heathrow_sleep_state()
1839
if ((pmac_mb.board_flags &
PMAC_MB_CAN_SLEEP
) == 0)
in core99_sleep_state()
1862
pmac_mb.board_flags |=
PMAC_MB_CAN_SLEEP
;
in generic_dev_can_wake()
2156
PMAC_MB_CAN_SLEEP
2210
PMAC_MB_CAN_SLEEP
| PMAC_MB_MOBILE
2214
PMAC_MB_CAN_SLEEP
| PMAC_MB_MOBILE
2218
PMAC_MB_CAN_SLEEP
| PMAC_MB_MOBILE
2222
PMAC_MB_CAN_SLEEP
| PMAC_MB_MOBILE
2226
PMAC_MB_CAN_SLEEP
| PMAC_MB_OLD_CORE9
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H
A
D
feature.c
303
if ((pmac_mb.board_flags &
PMAC_MB_CAN_SLEEP
) == 0)
in ohare_sleep_state()
585
if ((pmac_mb.board_flags &
PMAC_MB_CAN_SLEEP
) == 0)
in heathrow_sleep_state()
1840
if ((pmac_mb.board_flags &
PMAC_MB_CAN_SLEEP
) == 0)
in core99_sleep_state()
1863
pmac_mb.board_flags |=
PMAC_MB_CAN_SLEEP
;
in generic_dev_can_wake()
2157
PMAC_MB_CAN_SLEEP
2211
PMAC_MB_CAN_SLEEP
| PMAC_MB_MOBILE
2215
PMAC_MB_CAN_SLEEP
| PMAC_MB_MOBILE
2219
PMAC_MB_CAN_SLEEP
| PMAC_MB_MOBILE
2223
PMAC_MB_CAN_SLEEP
| PMAC_MB_MOBILE
2227
PMAC_MB_CAN_SLEEP
| PMAC_MB_OLD_CORE9
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
pmac_feature.h
130
#define
PMAC_MB_CAN_SLEEP
0x00000001
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
pmac_feature.h
130
#define
PMAC_MB_CAN_SLEEP
0x00000001
macro
Completed in 7 milliseconds