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:rpa_timeout
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_debugfs.c
650
hdev->
rpa_timeout
= val;
in rpa_timeout_set()
661
*val = hdev->
rpa_timeout
;
in rpa_timeout_get()
1151
debugfs_create_file("
rpa_timeout
", 0644, hdev->debugfs, hdev,
in hci_debugfs_create_le()
H
A
D
hci_core.c
767
__le16
rpa_timeout
= cpu_to_le16(hdev->
rpa_timeout
);
in hci_init3_req()
local
771
&
rpa_timeout
);
in hci_init3_req()
3646
hdev->
rpa_timeout
= HCI_DEFAULT_RPA_TIMEOUT;
in hci_alloc_dev()
H
A
D
hci_request.c
2047
to = msecs_to_jiffies(hdev->
rpa_timeout
* 1000);
in hci_get_random_address()
2507
to = msecs_to_jiffies(hdev->
rpa_timeout
* 1000);
in hci_update_random_address()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_debugfs.c
694
hdev->
rpa_timeout
= val;
in rpa_timeout_set()
705
*val = hdev->
rpa_timeout
;
in rpa_timeout_get()
1187
debugfs_create_file("
rpa_timeout
", 0644, hdev->debugfs, hdev,
in hci_debugfs_create_le()
H
A
D
hci_core.c
2525
hdev->
rpa_timeout
= HCI_DEFAULT_RPA_TIMEOUT;
in hci_alloc_dev_priv()
H
A
D
hci_event.c
1417
secs_to_jiffies(hdev->
rpa_timeout
));
in hci_cc_le_set_random_addr()
1479
secs_to_jiffies(hdev->
rpa_timeout
));
in hci_cc_le_set_adv_set_random_addr()
H
A
D
hci_sync.c
4208
__le16 timeout = cpu_to_le16(hdev->
rpa_timeout
);
in hci_le_set_rpa_timeout_sync()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
551
__u32
rpa_timeout
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
631
__u32
rpa_timeout
;
member
Completed in 38 milliseconds