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:stop_timer
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
dp_rx.h
128
int ath12k_dp_rx_pktlog_stop(struct ath12k_base *ab, bool
stop_timer
);
H
A
D
dp_rx.c
4266
int ath12k_dp_rx_pktlog_stop(struct ath12k_base *ab, bool
stop_timer
)
in ath12k_dp_rx_pktlog_stop()
argument
4270
if (
stop_timer
)
in ath12k_dp_rx_pktlog_stop()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
dp_rx.h
96
int ath11k_dp_rx_pktlog_stop(struct ath11k_base *ab, bool
stop_timer
);
H
A
D
dp_rx.c
5730
int ath11k_dp_rx_pktlog_stop(struct ath11k_base *ab, bool
stop_timer
)
in ath11k_dp_rx_pktlog_stop()
argument
5734
if (
stop_timer
)
in ath11k_dp_rx_pktlog_stop()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H
A
D
adf_init.c
305
if (hw_data->
stop_timer
)
in adf_dev_stop()
306
hw_data->
stop_timer
(accel_dev);
in adf_dev_stop()
H
A
D
adf_accel_devices.h
193
void (*
stop_timer
)(struct adf_accel_dev *accel_dev);
member
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
snps_udc_core.c
75
static int
stop_timer
;
variable
1753
if (!
stop_timer
)
in udc_timer_function()
1766
if (!
stop_timer
)
in udc_timer_function()
1773
if (
stop_timer
)
in udc_timer_function()
2072
if (!
stop_timer
)
in udc_ep0_set_rde()
2261
if (!
stop_timer
)
in udc_data_out_isr()
2540
if (!
stop_timer
)
3060
stop_timer
++;
in udc_remove()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
snps_udc_core.c
74
static int
stop_timer
;
variable
1729
if (!
stop_timer
)
in udc_timer_function()
1742
if (!
stop_timer
)
in udc_timer_function()
1749
if (
stop_timer
)
in udc_timer_function()
2047
if (!
stop_timer
)
in udc_ep0_set_rde()
2236
if (!
stop_timer
)
in udc_data_out_isr()
2515
if (!
stop_timer
)
3035
stop_timer
++;
in udc_remove()
/kernel/linux/linux-5.10/drivers/target/iscsi/
H
A
D
iscsi_target_login.c
679
int
stop_timer
= 0;
in iscsi_post_login_handler()
local
709
stop_timer
= 1;
in iscsi_post_login_handler()
738
if (
stop_timer
) {
in iscsi_post_login_handler()
/kernel/linux/linux-6.6/drivers/target/iscsi/
H
A
D
iscsi_target_login.c
692
int
stop_timer
= 0;
in iscsi_post_login_handler()
local
722
stop_timer
= 1;
in iscsi_post_login_handler()
751
if (
stop_timer
) {
in iscsi_post_login_handler()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_4xxx/
H
A
D
adf_4xxx_hw_data.c
567
hw_data->
stop_timer
= adf_gen4_timer_stop;
in adf_init_hw_data_4xxx()
Completed in 24 milliseconds