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:is_a_board
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
shpchp_ctrl.c
313
p_slot->
is_a_board
= 0x01;
in board_added()
351
if (p_slot->
is_a_board
)
in remove_board()
369
p_slot->
is_a_board
= 0;
in remove_board()
567
p_slot->
is_a_board
= 1;
in shpchp_enable_slot()
H
A
D
cpqphp_ctrl.c
1562
func->
is_a_board
= 0x01;
in board_added()
1653
if (func->
is_a_board
)
in remove_board()
1712
func->
is_a_board
= 0;
in remove_board()
1970
if (func->
is_a_board
) {
in cpqhp_process_SI()
1984
func->
is_a_board
= 1;
in cpqhp_process_SI()
2014
func->
is_a_board
= 0;
in cpqhp_process_SI()
2288
new_slot->
is_a_board
= 1;
in configure_new_device()
2532
new_slot->
is_a_board
= 1;
in configure_new_function()
H
A
D
cpqphp_pci.c
348
new_slot->
is_a_board
= 0;
in cpqhp_save_config()
409
new_slot->
is_a_board
= 1;
in cpqhp_save_config()
710
while ((func != NULL) && func->
is_a_board
) {
in cpqhp_save_used_resources()
1040
if (!func->
is_a_board
)
in cpqhp_valid_replace()
H
A
D
shpchp.h
68
u8
is_a_board
;
member
H
A
D
cpqphp.h
230
u8
is_a_board
;
member
252
u8
is_a_board
;
member
H
A
D
cpqphp_core.c
1201
if (!func->
is_a_board
) {
in cpqhpc_probe()
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
shpchp_ctrl.c
313
p_slot->
is_a_board
= 0x01;
in board_added()
351
if (p_slot->
is_a_board
)
in remove_board()
369
p_slot->
is_a_board
= 0;
in remove_board()
567
p_slot->
is_a_board
= 1;
in shpchp_enable_slot()
H
A
D
cpqphp_ctrl.c
1560
func->
is_a_board
= 0x01;
in board_added()
1650
if (func->
is_a_board
)
in remove_board()
1709
func->
is_a_board
= 0;
in remove_board()
1961
if (func->
is_a_board
) {
in cpqhp_process_SI()
1975
func->
is_a_board
= 1;
in cpqhp_process_SI()
2005
func->
is_a_board
= 0;
in cpqhp_process_SI()
2276
new_slot->
is_a_board
= 1;
in configure_new_device()
2520
new_slot->
is_a_board
= 1;
in configure_new_function()
H
A
D
cpqphp_pci.c
350
new_slot->
is_a_board
= 0;
in cpqhp_save_config()
411
new_slot->
is_a_board
= 1;
in cpqhp_save_config()
712
while ((func != NULL) && func->
is_a_board
) {
in cpqhp_save_used_resources()
1042
if (!func->
is_a_board
)
in cpqhp_valid_replace()
H
A
D
shpchp.h
68
u8
is_a_board
;
member
H
A
D
cpqphp.h
230
u8
is_a_board
;
member
252
u8
is_a_board
;
member
H
A
D
cpqphp_core.c
1202
if (!func->
is_a_board
) {
in cpqhpc_probe()
Completed in 23 milliseconds