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_delay
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250_port.c
1456
static void __stop_tx_rs485(struct uart_8250_port *p, u64
stop_delay
)
in __stop_tx_rs485()
argument
1463
stop_delay
+= (u64)p->port.rs485.delay_rts_after_send * NSEC_PER_MSEC;
in __stop_tx_rs485()
1469
if (
stop_delay
> 0) {
in __stop_tx_rs485()
1471
hrtimer_start(&em485->stop_tx_timer, ns_to_ktime(
stop_delay
), HRTIMER_MODE_REL);
in __stop_tx_rs485()
1485
u64
stop_delay
= 0;
in __stop_tx()
local
1507
stop_delay
= p->port.frame_time + DIV_ROUND_UP(p->port.frame_time, 7);
in __stop_tx()
1510
__stop_tx_rs485(p,
stop_delay
);
in __stop_tx()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
H
A
D
file.h
743
* @
stop_delay
: how many milliseconds to wait before collecting the data
757
__le32
stop_delay
;
member
H
A
D
dbg.c
2498
delay = le32_to_cpu(trigger->
stop_delay
) * USEC_PER_MSEC;
in iwl_fw_dbg_collect()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H
A
D
file.h
699
* @
stop_delay
: how many milliseconds to wait before collecting the data
713
__le32
stop_delay
;
member
H
A
D
dbg.c
2807
delay = le32_to_cpu(trigger->
stop_delay
) * USEC_PER_MSEC;
in iwl_fw_dbg_collect()
Completed in 18 milliseconds