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:disc_timeout
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/snic/
H
A
D
snic_disc.h
40
struct delayed_work
disc_timeout
;
member
/kernel/linux/linux-6.6/drivers/scsi/snic/
H
A
D
snic_disc.h
26
struct delayed_work
disc_timeout
;
member
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
628
__u16
disc_timeout
;
1145
timeo = conn->
disc_timeout
;
1154
timeo = conn->
disc_timeout
;
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_event.c
2624
conn->
disc_timeout
= HCI_PAIRING_TIMEOUT;
in hci_conn_complete_evt()
2626
conn->
disc_timeout
= HCI_DISCONN_TIMEOUT;
in hci_conn_complete_evt()
2954
conn->
disc_timeout
= HCI_DISCONN_TIMEOUT;
in hci_auth_complete_evt()
3943
conn->
disc_timeout
= HCI_PAIRING_TIMEOUT;
in hci_pin_code_request_evt()
4084
conn->
disc_timeout
= HCI_DISCONN_TIMEOUT;
in hci_link_key_notify_evt()
4537
conn->
disc_timeout
= HCI_DISCONN_TIMEOUT;
in hci_key_refresh_complete_evt()
5010
hcon->
disc_timeout
= HCI_DISCONN_TIMEOUT;
in hci_phy_link_complete_evt()
H
A
D
hci_conn.c
545
conn->
disc_timeout
= HCI_DISCONN_TIMEOUT;
in hci_conn_add()
H
A
D
l2cap_core.c
1915
hcon->
disc_timeout
= 0;
in l2cap_conn_del()
4183
*
disc_timeout
back to HCI_DISCONN_TIMEOUT during L2CAP connect.
in l2cap_connect()
4185
conn->hcon->
disc_timeout
= HCI_DISCONN_TIMEOUT;
in l2cap_connect()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H
A
D
core.h
871
u8
disc_timeout
;
member
H
A
D
debug.c
1349
ar->debug.
disc_timeout
= timeout;
in ath6kl_debug_set_disconnect_timeout()
1360
len = snprintf(buf, sizeof(buf), "%u\n", ar->debug.
disc_timeout
);
in ath6kl_disconnect_timeout_read()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H
A
D
core.h
871
u8
disc_timeout
;
member
H
A
D
debug.c
1349
ar->debug.
disc_timeout
= timeout;
in ath6kl_debug_set_disconnect_timeout()
1360
len = snprintf(buf, sizeof(buf), "%u\n", ar->debug.
disc_timeout
);
in ath6kl_disconnect_timeout_read()
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
728
__u16
disc_timeout
;
member
1563
timeo = conn->
disc_timeout
;
in hci_conn_drop()
1572
timeo = conn->
disc_timeout
;
in hci_conn_drop()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_event.c
3207
conn->
disc_timeout
= HCI_PAIRING_TIMEOUT;
in hci_conn_complete_evt()
3209
conn->
disc_timeout
= HCI_DISCONN_TIMEOUT;
in hci_conn_complete_evt()
3526
conn->
disc_timeout
= HCI_DISCONN_TIMEOUT;
in hci_auth_complete_evt()
4632
conn->
disc_timeout
= HCI_PAIRING_TIMEOUT;
in hci_pin_code_request_evt()
4772
conn->
disc_timeout
= HCI_DISCONN_TIMEOUT;
in hci_link_key_notify_evt()
5254
conn->
disc_timeout
= HCI_DISCONN_TIMEOUT;
in hci_key_refresh_complete_evt()
5724
hcon->
disc_timeout
= HCI_DISCONN_TIMEOUT;
in hci_phy_link_complete_evt()
H
A
D
hci_conn.c
966
conn->
disc_timeout
= HCI_DISCONN_TIMEOUT;
in hci_conn_add()
H
A
D
l2cap_core.c
1749
hcon->
disc_timeout
= 0;
in l2cap_conn_del()
3959
*
disc_timeout
back to HCI_DISCONN_TIMEOUT during L2CAP connect.
in l2cap_connect()
3961
conn->hcon->
disc_timeout
= HCI_DISCONN_TIMEOUT;
in l2cap_connect()
Completed in 51 milliseconds