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:isinit
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/
H
A
D
sdio.c
30
bool
isinit
;
member
224
return sdio_priv->
isinit
;
in wilc_sdio_is_init()
621
sdio_priv->
isinit
= false;
in wilc_sdio_deinit()
732
sdio_priv->
isinit
= true;
in wilc_sdio_init()
H
A
D
spi.c
45
bool
isinit
; /* true if SPI protocol has been configured */
member
1094
return spi_priv->
isinit
;
in wilc_spi_is_init()
1101
spi_priv->
isinit
= false;
in wilc_spi_deinit()
1114
if (spi_priv->
isinit
) {
in wilc_spi_init()
1188
spi_priv->
isinit
= true;
in wilc_spi_init()
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H
A
D
spi.c
773
static int
isinit
;
in wilc_spi_init()
local
776
if (
isinit
) {
in wilc_spi_init()
835
isinit
= 1;
in wilc_spi_init()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ips.h
993
int (*
isinit
)(struct ips_ha *);
member
H
A
D
ips.c
587
ha->func.
isinit
= ips_isinit_morpheus;
in ips_setup_funclist()
597
ha->func.
isinit
= ips_isinit_copperhead_memio;
in ips_setup_funclist()
614
ha->func.
isinit
= ips_isinit_copperhead;
in ips_setup_funclist()
7019
if (!(*ha->func.
isinit
) (ha)) {
in ips_init_phase1()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ips.h
993
int (*
isinit
)(struct ips_ha *);
member
H
A
D
ips.c
591
ha->func.
isinit
= ips_isinit_morpheus;
in ips_setup_funclist()
601
ha->func.
isinit
= ips_isinit_copperhead_memio;
in ips_setup_funclist()
618
ha->func.
isinit
= ips_isinit_copperhead;
in ips_setup_funclist()
7022
if (!(*ha->func.
isinit
) (ha)) {
in ips_init_phase1()
Completed in 25 milliseconds