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:le_conn_timeout
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_conn.c
493
static void
le_conn_timeout
(struct work_struct *work)
in le_conn_timeout()
function
496
le_conn_timeout
.work);
in le_conn_timeout()
580
INIT_DELAYED_WORK(&conn->
le_conn_timeout
,
le_conn_timeout
);
in hci_conn_add()
621
cancel_delayed_work(&conn->
le_conn_timeout
);
in hci_conn_del()
H
A
D
hci_event.c
1233
&conn->
le_conn_timeout
,
in hci_cc_le_set_adv_enable()
1267
&conn->
le_conn_timeout
,
in hci_cc_le_set_ext_adv_enable()
2341
&conn->
le_conn_timeout
,
in cs_le_create_conn()
5210
cancel_delayed_work(&conn->
le_conn_timeout
);
in le_conn_complete_evt()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_conn.c
695
static void
le_conn_timeout
(struct work_struct *work)
in le_conn_timeout()
function
698
le_conn_timeout
.work);
in le_conn_timeout()
1013
INIT_DELAYED_WORK(&conn->
le_conn_timeout
,
le_conn_timeout
);
in hci_conn_add()
1130
cancel_delayed_work(&conn->
le_conn_timeout
);
in hci_conn_del()
1307
flush_delayed_work(&conn->
le_conn_timeout
);
in create_le_conn_complete()
H
A
D
hci_event.c
1618
&conn->
le_conn_timeout
,
in hci_cc_le_set_adv_enable()
1664
&conn->
le_conn_timeout
,
in hci_cc_le_set_ext_adv_enable()
5931
cancel_delayed_work(&conn->
le_conn_timeout
);
in le_conn_complete_evt()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
665
struct delayed_work
le_conn_timeout
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
769
struct delayed_work
le_conn_timeout
;
member
Completed in 26 milliseconds