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:TLV_GET_LE16
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
mgmt_config.c
83
#define
TLV_GET_LE16
(tlv) le16_to_cpu(*((__le16 *)(TO_TLV(tlv)->value)))
macro
173
hdev->def_page_scan_type =
TLV_GET_LE16
(buffer);
in set_def_system_config()
176
hdev->def_page_scan_int =
TLV_GET_LE16
(buffer);
in set_def_system_config()
179
hdev->def_page_scan_window =
TLV_GET_LE16
(buffer);
in set_def_system_config()
182
hdev->def_inq_scan_type =
TLV_GET_LE16
(buffer);
in set_def_system_config()
185
hdev->def_inq_scan_int =
TLV_GET_LE16
(buffer);
in set_def_system_config()
188
hdev->def_inq_scan_window =
TLV_GET_LE16
(buffer);
in set_def_system_config()
191
hdev->def_br_lsto =
TLV_GET_LE16
(buffer);
in set_def_system_config()
194
hdev->def_page_timeout =
TLV_GET_LE16
(buffer);
in set_def_system_config()
197
hdev->sniff_min_interval =
TLV_GET_LE16
(buffe
in set_def_system_config()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
mgmt_config.c
125
#define
TLV_GET_LE16
(tlv) le16_to_cpu(*((__le16 *)(TO_TLV(tlv)->value)))
macro
223
hdev->def_page_scan_type =
TLV_GET_LE16
(buffer);
in set_def_system_config()
226
hdev->def_page_scan_int =
TLV_GET_LE16
(buffer);
in set_def_system_config()
229
hdev->def_page_scan_window =
TLV_GET_LE16
(buffer);
in set_def_system_config()
232
hdev->def_inq_scan_type =
TLV_GET_LE16
(buffer);
in set_def_system_config()
235
hdev->def_inq_scan_int =
TLV_GET_LE16
(buffer);
in set_def_system_config()
238
hdev->def_inq_scan_window =
TLV_GET_LE16
(buffer);
in set_def_system_config()
241
hdev->def_br_lsto =
TLV_GET_LE16
(buffer);
in set_def_system_config()
244
hdev->def_page_timeout =
TLV_GET_LE16
(buffer);
in set_def_system_config()
247
hdev->sniff_min_interval =
TLV_GET_LE16
(buffe
in set_def_system_config()
[all...]
Completed in 2 milliseconds