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:active_timer
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H
A
D
8250_port.c
609
p->em485->
active_timer
= NULL;
in serial8250_em485_init()
1454
if (em485->
active_timer
== &em485->stop_tx_timer) {
in serial8250_em485_handle_stop_tx()
1456
em485->
active_timer
= NULL;
in serial8250_em485_handle_stop_tx()
1482
em485->
active_timer
= &em485->stop_tx_timer;
in __stop_tx_rs485()
1487
em485->
active_timer
= NULL;
in __stop_tx_rs485()
1596
* em485->
active_timer
!= &em485->stop_tx_timer, it might happen that
in start_tx_rs485()
1598
* chars is send and em485->
active_timer
== &em485->stop_tx_timer again.
in start_tx_rs485()
1601
* em485->
active_timer
when &em485->stop_tx_timer is armed again.
in start_tx_rs485()
1603
if (em485->
active_timer
== &em485->stop_tx_timer)
in start_tx_rs485()
1606
em485->
active_timer
in start_tx_rs485()
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250_port.c
567
p->em485->
active_timer
= NULL;
in serial8250_em485_init()
1440
if (em485->
active_timer
== &em485->stop_tx_timer) {
in serial8250_em485_handle_stop_tx()
1442
em485->
active_timer
= NULL;
in serial8250_em485_handle_stop_tx()
1470
em485->
active_timer
= &em485->stop_tx_timer;
in __stop_tx_rs485()
1474
em485->
active_timer
= NULL;
in __stop_tx_rs485()
1592
* em485->
active_timer
!= &em485->stop_tx_timer, it might happen that
in start_tx_rs485()
1594
* chars is send and em485->
active_timer
== &em485->stop_tx_timer again.
in start_tx_rs485()
1597
* em485->
active_timer
when &em485->stop_tx_timer is armed again.
in start_tx_rs485()
1599
if (em485->
active_timer
== &em485->stop_tx_timer)
in start_tx_rs485()
1602
em485->
active_timer
in start_tx_rs485()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
serial_8250.h
83
struct hrtimer *
active_timer
; /* pointer to active timer */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
serial_8250.h
103
struct hrtimer *
active_timer
; /* pointer to active timer */
member
Completed in 8 milliseconds