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:INDICATOR_NOOP
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
pciehp_ctrl.c
72
INDICATOR_NOOP
);
in board_added()
129
INDICATOR_NOOP
);
in remove_board()
263
INDICATOR_NOOP
);
in pciehp_handle_presence_or_link_change()
326
INDICATOR_NOOP
);
in pciehp_enable_slot()
H
A
D
pciehp.h
174
#define
INDICATOR_NOOP
-1 /* Leave indicator unchanged */
macro
H
A
D
pciehp_core.c
111
pciehp_set_indicators(ctrl,
INDICATOR_NOOP
, status);
in set_attention_status()
H
A
D
pciehp_hpc.c
505
* Either @pwr or @attn can also be
INDICATOR_NOOP
to leave that indicator
512
if (PWR_LED(ctrl) && pwr !=
INDICATOR_NOOP
) {
in pciehp_set_indicators()
517
if (ATTN_LED(ctrl) && attn !=
INDICATOR_NOOP
) {
in pciehp_set_indicators()
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
pciehp_ctrl.c
72
INDICATOR_NOOP
);
in board_added()
129
INDICATOR_NOOP
);
in remove_board()
264
INDICATOR_NOOP
);
in pciehp_handle_presence_or_link_change()
327
INDICATOR_NOOP
);
in pciehp_enable_slot()
H
A
D
pciehp.h
177
#define
INDICATOR_NOOP
-1 /* Leave indicator unchanged */
macro
H
A
D
pciehp_core.c
111
pciehp_set_indicators(ctrl,
INDICATOR_NOOP
, status);
in set_attention_status()
H
A
D
pciehp_hpc.c
505
* Either @pwr or @attn can also be
INDICATOR_NOOP
to leave that indicator
512
if (PWR_LED(ctrl) && pwr !=
INDICATOR_NOOP
) {
in pciehp_set_indicators()
517
if (ATTN_LED(ctrl) && attn !=
INDICATOR_NOOP
) {
in pciehp_set_indicators()
Completed in 7 milliseconds