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
defs:istat
(Results
1 - 25
of
52
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/arch/mips/txx9/rbtx4939/
H
A
D
irq.c
46
unsigned char
istat
= readb(rbtx4939_ifac2_addr);
in rbtx4939_ioc_irqroute()
local
/kernel/linux/linux-6.6/crypto/
H
A
D
hash.h
20
struct crypto_istat_hash *
istat
= hash_get_stat(halg);
in crypto_hash_report_stat()
local
H
A
D
kpp.c
73
struct crypto_istat_kpp *
istat
;
in crypto_kpp_report_stat()
local
134
struct crypto_istat_kpp *
istat
= kpp_get_stat(alg);
in kpp_prepare_alg()
local
H
A
D
acompress.c
100
struct crypto_istat_compress *
istat
= comp_get_stat(calg);
in __crypto_acomp_report_stat()
local
187
struct crypto_istat_compress *
istat
= comp_get_stat(alg);
in comp_prepare_alg()
local
H
A
D
rng.c
98
struct crypto_istat_rng *
istat
;
in crypto_rng_report_stat()
local
202
struct crypto_istat_rng *
istat
= rng_get_stat(alg);
in crypto_register_rng()
local
H
A
D
aead.c
93
static inline int crypto_aead_errstat(struct crypto_istat_aead *
istat
, int err)
in crypto_aead_errstat()
argument
108
struct crypto_istat_aead *
istat
;
in crypto_aead_encrypt()
local
131
struct crypto_istat_aead *
istat
;
in crypto_aead_decrypt()
local
222
struct crypto_
istat
_aead *
istat
= aead_get_stat(aead);
crypto_aead_report_stat()
local
274
struct crypto_
istat
_aead *
istat
= aead_get_stat(alg);
aead_prepare_alg()
local
[all...]
H
A
D
akcipher.c
77
struct crypto_istat_akcipher *
istat
;
in crypto_akcipher_report_stat()
local
134
struct crypto_istat_akcipher *
istat
in akcipher_prepare_alg()
local
[all...]
H
A
D
shash.c
203
struct crypto_istat_hash *
istat
= shash_get_stat(shash);
in crypto_shash_finup()
local
236
struct crypto_istat_hash *
istat
= shash_get_stat(shash);
in crypto_shash_digest()
local
623
struct crypto_istat_hash *
istat
= hash_get_stat(alg);
in hash_prepare_alg()
local
H
A
D
ahash.c
320
struct crypto_istat_hash *
istat
= hash_get_stat(alg);
in crypto_ahash_finup()
local
336
struct crypto_istat_hash *
istat
= hash_get_stat(alg);
in crypto_ahash_digest()
local
/kernel/linux/linux-5.10/arch/mips/txx9/jmr3927/
H
A
D
irq.c
73
unsigned char
istat
= jmr3927_ioc_reg_in(JMR3927_IOC_INTS2_ADDR);
in jmr3927_ioc_irqroute()
local
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/
H
A
D
ddbridge-i2c.c
53
u32
istat
= ddbreadl(dev, INTERRUPT_STATUS);
in ddb_i2c_cmd()
local
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/
H
A
D
ddbridge-i2c.c
44
u32
istat
= ddbreadl(dev, INTERRUPT_STATUS);
in ddb_i2c_cmd()
local
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
idt77105.c
117
unsigned char
istat
;
in idt77105_restart_timer_func()
local
215
unsigned char
istat
;
in idt77105_int()
local
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
H
A
D
core.c
103
u32 i,
istat
;
in ast_vhub_irq()
local
[all...]
H
A
D
dev.c
39
u32
istat
= readl(d->regs + AST_VHUB_DEV_ISR);
in ast_vhub_dev_irq()
local
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
idt77105.c
117
unsigned char
istat
;
in idt77105_restart_timer_func()
local
215
unsigned char
istat
;
in idt77105_int()
local
[all...]
/kernel/linux/linux-6.6/include/crypto/
H
A
D
rng.h
188
struct crypto_istat_rng *
istat
= rng_get_stat(alg);
in crypto_rng_generate()
local
H
A
D
akcipher.h
342
struct crypto_istat_akcipher *
istat
= akcipher_get_stat(alg);
in crypto_akcipher_encrypt()
local
367
struct crypto_istat_akcipher *
istat
= akcipher_get_stat(alg);
in crypto_akcipher_decrypt()
local
H
A
D
acompress.h
296
struct crypto_istat_compress *
istat
= comp_get_stat(alg);
in crypto_acomp_compress()
local
322
struct crypto_istat_compress *
istat
= comp_get_stat(alg);
in crypto_acomp_decompress()
local
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/
H
A
D
core.c
97
u32 i,
istat
;
in ast_vhub_irq()
local
[all...]
H
A
D
dev.c
33
u32
istat
= readl(d->regs + AST_VHUB_DEV_ISR);
in ast_vhub_dev_irq()
local
/kernel/linux/linux-5.10/drivers/i2c/muxes/
H
A
D
i2c-mux-pca9541.c
189
int
istat
;
in pca9541_arbitrate()
local
/kernel/linux/linux-6.6/drivers/i2c/muxes/
H
A
D
i2c-mux-pca9541.c
189
int
istat
;
in pca9541_arbitrate()
local
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
cxd2099.c
500
u8
istat
;
in campoll()
local
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
cxd2099.c
491
u8
istat
;
in campoll()
local
Completed in 14 milliseconds
1
2
3