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:HCI_MAX_PAGES
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
289
#define
HCI_MAX_PAGES
3
macro
314
__u8 features[
HCI_MAX_PAGES
][8];
616
__u8 features[
HCI_MAX_PAGES
][8];
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
352
#define
HCI_MAX_PAGES
3
macro
379
__u8 features[
HCI_MAX_PAGES
][8];
716
__u8 features[
HCI_MAX_PAGES
][8];
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_debugfs.c
96
for (p = 0; p <
HCI_MAX_PAGES
&& p <= hdev->max_page; p++)
in features_show()
H
A
D
hci_event.c
708
if (rp->page <
HCI_MAX_PAGES
)
in hci_cc_read_local_ext_features()
4269
if (ev->page <
HCI_MAX_PAGES
)
in hci_remote_ext_features_evt()
H
A
D
hci_core.c
792
for (p = 2; p <
HCI_MAX_PAGES
&& p <= hdev->max_page; p++) {
in hci_init3_req()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_debugfs.c
98
for (p = 0; p <
HCI_MAX_PAGES
&& p <= hdev->max_page; p++)
in features_show()
H
A
D
hci_event.c
914
if (rp->page <
HCI_MAX_PAGES
)
in hci_cc_read_local_ext_features()
4976
if (ev->page <
HCI_MAX_PAGES
)
in hci_remote_ext_features_evt()
H
A
D
hci_sync.c
3987
for (page = 2; page <
HCI_MAX_PAGES
&& page <= hdev->max_page;
in hci_read_local_ext_features_all_sync()
Completed in 35 milliseconds