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:OFF_STATE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
pciehp_ctrl.c
165
case
OFF_STATE
:
in pciehp_handle_button_press()
195
ctrl->state =
OFF_STATE
;
in pciehp_handle_button_press()
260
ctrl->state =
OFF_STATE
;
in pciehp_handle_presence_or_link_change()
275
case
OFF_STATE
:
in pciehp_handle_presence_or_link_change()
330
ctrl->state = ret ?
OFF_STATE
: ON_STATE;
in pciehp_enable_slot()
362
ctrl->state =
OFF_STATE
;
in pciehp_disable_slot()
375
case
OFF_STATE
:
in pciehp_sysfs_enable_slot()
426
case
OFF_STATE
:
in pciehp_sysfs_disable_slot()
H
A
D
pciehp.h
117
* @
OFF_STATE
: slot is powered off, no subordinate devices are enumerated
126
#define
OFF_STATE
0
macro
H
A
D
pciehp_core.c
173
if ((occupied > 0 && (ctrl->state ==
OFF_STATE
||
in pciehp_check_presence()
H
A
D
pciehp_hpc.c
986
ctrl->state = list_empty(&subordinate->devices) ?
OFF_STATE
: ON_STATE;
in pcie_init()
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
pciehp_ctrl.c
165
case
OFF_STATE
:
in pciehp_handle_button_press()
196
ctrl->state =
OFF_STATE
;
in pciehp_handle_button_press()
261
ctrl->state =
OFF_STATE
;
in pciehp_handle_presence_or_link_change()
276
case
OFF_STATE
:
in pciehp_handle_presence_or_link_change()
331
ctrl->state = ret ?
OFF_STATE
: ON_STATE;
in pciehp_enable_slot()
363
ctrl->state =
OFF_STATE
;
in pciehp_disable_slot()
376
case
OFF_STATE
:
in pciehp_sysfs_enable_slot()
427
case
OFF_STATE
:
in pciehp_sysfs_disable_slot()
H
A
D
pciehp.h
120
* @
OFF_STATE
: slot is powered off, no subordinate devices are enumerated
129
#define
OFF_STATE
0
macro
H
A
D
pciehp_core.c
173
if ((occupied > 0 && (ctrl->state ==
OFF_STATE
||
in pciehp_check_presence()
H
A
D
pciehp_hpc.c
1011
ctrl->state = list_empty(&subordinate->devices) ?
OFF_STATE
: ON_STATE;
in pcie_init()
Completed in 7 milliseconds