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:SCAN_PAGE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_request.c
1169
scan =
SCAN_PAGE
;
in hci_req_set_event_filter()
2605
scan =
SCAN_PAGE
;
in __hci_req_update_scan()
2612
if (test_bit(HCI_PSCAN, &hdev->flags) == !!(scan &
SCAN_PAGE
) &&
in __hci_req_update_scan()
H
A
D
hci_event.c
391
if (param &
SCAN_PAGE
)
in hci_cc_write_scan_enable()
H
A
D
hci_core.c
1969
if ((scan &
SCAN_PAGE
))
in hci_update_scan_state()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_sync.c
3172
scan =
SCAN_PAGE
;
in hci_update_scan_sync()
3179
if (test_bit(HCI_PSCAN, &hdev->flags) == !!(scan &
SCAN_PAGE
) &&
in hci_update_scan_sync()
5890
scan =
SCAN_PAGE
;
in hci_update_event_filter_sync()
H
A
D
hci_core.c
702
if ((scan &
SCAN_PAGE
))
in hci_update_passive_scan_state()
H
A
D
hci_event.c
475
if (param &
SCAN_PAGE
)
in hci_cc_write_scan_enable()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci.h
1045
#define
SCAN_PAGE
0x02
macro
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci.h
1183
#define
SCAN_PAGE
0x02
macro
Completed in 50 milliseconds