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:b_active
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H
A
D
dsp_core.c
680
if (dsp->
b_active
)
in dsp_function()
836
dsp->
b_active
= 1;
in dsp_function()
863
dsp->
b_active
= 0;
in dsp_function()
881
if (!dsp->
b_active
) {
in dsp_function()
972
dsp->
b_active
= 0;
in dsp_ctrl()
983
dsp->
b_active
= 0;
in dsp_ctrl()
H
A
D
dsp.h
175
int
b_active
;
member
H
A
D
dsp_cmx.c
1322
if (!dsp->
b_active
) { /* if not active */
1923
if (!dsp->
b_active
)
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
H
A
D
dsp_core.c
680
if (dsp->
b_active
)
in dsp_function()
836
dsp->
b_active
= 1;
in dsp_function()
863
dsp->
b_active
= 0;
in dsp_function()
881
if (!dsp->
b_active
) {
in dsp_function()
971
dsp->
b_active
= 0;
in dsp_ctrl()
982
dsp->
b_active
= 0;
in dsp_ctrl()
H
A
D
dsp.h
175
int
b_active
;
member
H
A
D
dsp_cmx.c
1311
if (!dsp->
b_active
) { /* if not active */
1912
if (!dsp->
b_active
)
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_ll2.h
110
bool
b_active
;
member
H
A
D
qed_ll2.c
243
if (p_ll2_conn->
b_active
)
in __qed_ll2_handle_sanity()
1368
if (p_hwfn->p_ll2_info[i].
b_active
) {
in qed_ll2_acquire_connection()
1373
p_hwfn->p_ll2_info[i].
b_active
= true;
in qed_ll2_acquire_connection()
2149
p_ll2_conn->
b_active
= false;
in qed_ll2_release_connection()
H
A
D
qed.h
539
bool
b_active
;
member
H
A
D
qed_dev.c
1311
p_hwfn->
b_active
= false;
in qed_init_struct()
1317
cdev->hwfns[0].
b_active
= true;
in qed_init_struct()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_ll2.h
109
bool
b_active
;
member
H
A
D
qed_ll2.c
269
if (p_ll2_conn->
b_active
)
in __qed_ll2_handle_sanity()
1394
if (p_hwfn->p_ll2_info[i].
b_active
) {
in qed_ll2_acquire_connection()
1399
p_hwfn->p_ll2_info[i].
b_active
= true;
in qed_ll2_acquire_connection()
2193
p_ll2_conn->
b_active
= false;
in qed_ll2_release_connection()
H
A
D
qed.h
532
bool
b_active
;
member
H
A
D
qed_dev.c
1317
p_hwfn->
b_active
= false;
in qed_init_struct()
1323
cdev->hwfns[0].
b_active
= true;
in qed_init_struct()
Completed in 36 milliseconds