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:to_clear
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
ar9003_mci.c
1058
u32 to_set,
to_clear
;
in ar9003_mci_send_2g5g_status()
local
1064
to_clear
= MCI_2G_FLAGS_CLEAR_MASK;
in ar9003_mci_send_2g5g_status()
1067
to_clear
= MCI_5G_FLAGS_CLEAR_MASK;
in ar9003_mci_send_2g5g_status()
1071
if (
to_clear
)
in ar9003_mci_send_2g5g_status()
1074
to_clear
);
in ar9003_mci_send_2g5g_status()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
ar9003_mci.c
1057
u32 to_set,
to_clear
;
in ar9003_mci_send_2g5g_status()
local
1063
to_clear
= MCI_2G_FLAGS_CLEAR_MASK;
in ar9003_mci_send_2g5g_status()
1066
to_clear
= MCI_5G_FLAGS_CLEAR_MASK;
in ar9003_mci_send_2g5g_status()
1070
if (
to_clear
)
in ar9003_mci_send_2g5g_status()
1073
to_clear
);
in ar9003_mci_send_2g5g_status()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_lib.c
1143
int retries,
to_clear
;
in scsi_init_command()
local
1159
to_clear
= sizeof(*cmd) - sizeof(cmd->req);
in scsi_init_command()
1161
to_clear
+= dev->host->hostt->cmd_size;
in scsi_init_command()
1162
memset((char *)cmd + sizeof(cmd->req), 0,
to_clear
);
in scsi_init_command()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H
A
D
qib_iba6120.c
1536
u32
to_clear
= 0;
in unlikely_6120_intr()
local
1546
to_clear
|= (gpiostatus & GPIO_ERRINTR_MASK);
in unlikely_6120_intr()
1575
to_clear
|= (gpiostatus & mask);
in unlikely_6120_intr()
1581
if (
to_clear
)
in unlikely_6120_intr()
1582
qib_write_kreg(dd, kr_gpio_clear, (u64)
to_clear
);
in unlikely_6120_intr()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H
A
D
qib_iba6120.c
1533
u32
to_clear
= 0;
in unlikely_6120_intr()
local
1543
to_clear
|= (gpiostatus & GPIO_ERRINTR_MASK);
in unlikely_6120_intr()
1572
to_clear
|= (gpiostatus & mask);
in unlikely_6120_intr()
1578
if (
to_clear
)
in unlikely_6120_intr()
1579
qib_write_kreg(dd, kr_gpio_clear, (u64)
to_clear
);
in unlikely_6120_intr()
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H
A
D
sym_hipd.c
1884
tp->lun0p->
to_clear
= 0;
1890
tp->lunmp[ln]->
to_clear
= 0;
3291
(tp->lun0p && tp->lun0p->
to_clear
)) {
3298
if (tp->lunmp[k] && tp->lunmp[k]->
to_clear
) {
3430
if (tp->lun0p && tp->lun0p->
to_clear
)
3434
if (tp->lunmp[k] && tp->lunmp[k]->
to_clear
) {
3447
lp->
to_clear
= 0; /* We don't expect to fail here */
H
A
D
sym_hipd.h
530
u_char
to_clear
;
member
H
A
D
sym_glue.c
960
if (lp) lp->
to_clear
= 1;
in sym_exec_user_command()
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H
A
D
sym_hipd.c
1884
tp->lun0p->
to_clear
= 0;
1890
tp->lunmp[ln]->
to_clear
= 0;
3291
(tp->lun0p && tp->lun0p->
to_clear
)) {
3298
if (tp->lunmp[k] && tp->lunmp[k]->
to_clear
) {
3430
if (tp->lun0p && tp->lun0p->
to_clear
)
3434
if (tp->lunmp[k] && tp->lunmp[k]->
to_clear
) {
3447
lp->
to_clear
= 0; /* We don't expect to fail here */
H
A
D
sym_hipd.h
530
u_char
to_clear
;
member
H
A
D
sym_glue.c
955
if (lp) lp->
to_clear
= 1;
in sym_exec_user_command()
Completed in 34 milliseconds