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:t2_active
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/hci/
H
A
D
llc_shdlc.c
47
bool
t2_active
;
member
200
if (shdlc->
t2_active
) {
in llc_shdlc_reset_t2()
202
shdlc->
t2_active
= false;
in llc_shdlc_reset_t2()
212
shdlc->
t2_active
= true;
in llc_shdlc_reset_t2()
293
if (shdlc->
t2_active
) {
in llc_shdlc_rcv_rej()
295
shdlc->
t2_active
= false;
in llc_shdlc_rcv_rej()
563
if (shdlc->
t2_active
== false) {
in llc_shdlc_handle_send_queue()
564
shdlc->
t2_active
= true;
in llc_shdlc_handle_send_queue()
662
if (shdlc->
t2_active
&& timer_pending(&shdlc->t2_timer) == 0) {
in llc_shdlc_sm_work()
666
shdlc->
t2_active
in llc_shdlc_sm_work()
[all...]
/kernel/linux/linux-6.6/net/nfc/hci/
H
A
D
llc_shdlc.c
47
bool
t2_active
;
member
200
if (shdlc->
t2_active
) {
in llc_shdlc_reset_t2()
202
shdlc->
t2_active
= false;
in llc_shdlc_reset_t2()
211
shdlc->
t2_active
= true;
in llc_shdlc_reset_t2()
291
if (shdlc->
t2_active
) {
in llc_shdlc_rcv_rej()
293
shdlc->
t2_active
= false;
in llc_shdlc_rcv_rej()
556
if (shdlc->
t2_active
== false) {
in llc_shdlc_handle_send_queue()
557
shdlc->
t2_active
= true;
in llc_shdlc_handle_send_queue()
650
if (shdlc->
t2_active
&& timer_pending(&shdlc->t2_timer) == 0) {
in llc_shdlc_sm_work()
653
shdlc->
t2_active
in llc_shdlc_sm_work()
[all...]
/kernel/linux/linux-5.10/drivers/nfc/st-nci/
H
A
D
ndlc.c
116
ndlc->
t2_active
= true;
in llt_ndlc_send_queue()
166
ndlc->
t2_active
= false;
in llt_ndlc_rcv_queue()
212
if (ndlc->
t2_active
&& timer_pending(&ndlc->t2_timer) == 0) {
in llt_ndlc_sm_work()
214
ndlc->
t2_active
= false;
in llt_ndlc_sm_work()
292
ndlc->
t2_active
= false;
in ndlc_remove()
H
A
D
ndlc.h
26
bool
t2_active
;
member
/kernel/linux/linux-6.6/drivers/nfc/st-nci/
H
A
D
ndlc.c
116
ndlc->
t2_active
= true;
in llt_ndlc_send_queue()
166
ndlc->
t2_active
= false;
in llt_ndlc_rcv_queue()
212
if (ndlc->
t2_active
&& timer_pending(&ndlc->t2_timer) == 0) {
in llt_ndlc_sm_work()
214
ndlc->
t2_active
= false;
in llt_ndlc_sm_work()
288
ndlc->
t2_active
= false;
in ndlc_remove()
H
A
D
ndlc.h
26
bool
t2_active
;
member
Completed in 4 milliseconds