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:suspend_flag
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ipc/
H
A
D
pci-ish.c
223
if (ish_should_leave_d0i3(pdev) && !dev->
suspend_flag
) {
in ish_resume_handler()
267
if (dev->
suspend_flag
)
in ish_suspend()
271
dev->
suspend_flag
= 1;
in ish_suspend()
275
if (dev->
suspend_flag
)
in ish_suspend()
277
!dev->
suspend_flag
,
in ish_suspend()
280
if (dev->
suspend_flag
) {
in ish_suspend()
H
A
D
ipc.c
582
if (dev->
suspend_flag
) {
in recv_ipc()
583
dev->
suspend_flag
= 0;
in recv_ipc()
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/ipc/
H
A
D
pci-ish.c
279
if (ish_should_leave_d0i3(pdev) && !dev->
suspend_flag
in ish_resume_handler()
327
if (dev->
suspend_flag
)
in ish_suspend()
331
dev->
suspend_flag
= 1;
in ish_suspend()
335
if (dev->
suspend_flag
)
in ish_suspend()
337
!dev->
suspend_flag
,
in ish_suspend()
340
if (dev->
suspend_flag
) {
in ish_suspend()
H
A
D
ipc.c
610
if (dev->
suspend_flag
) {
in recv_ipc()
611
dev->
suspend_flag
= 0;
in recv_ipc()
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ishtp/
H
A
D
ishtp-dev.h
132
bool
suspend_flag
; /* Suspend is active */
member
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/ishtp/
H
A
D
ishtp-dev.h
134
bool
suspend_flag
; /* Suspend is active */
member
/kernel/linux/linux-5.10/drivers/staging/emxx_udc/
H
A
D
emxx_udc.c
2344
u8
suspend_flag
= 0;
in _nbu2ss_udc_irq()
local
2385
suspend_flag
= 1;
in _nbu2ss_udc_irq()
2404
if (
suspend_flag
)
in _nbu2ss_udc_irq()
/kernel/linux/linux-6.6/drivers/staging/emxx_udc/
H
A
D
emxx_udc.c
2340
u8
suspend_flag
= 0;
in _nbu2ss_udc_irq()
local
2381
suspend_flag
= 1;
in _nbu2ss_udc_irq()
2400
if (
suspend_flag
)
in _nbu2ss_udc_irq()
Completed in 13 milliseconds