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:scanning_paused
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_request.c
332
if (hdev->
scanning_paused
) {
in hci_req_add_le_scan_disable()
548
if (hdev->
scanning_paused
) {
in hci_req_start_scan()
737
if (hdev->
scanning_paused
) {
in hci_req_add_le_passive_scan()
H
A
D
hci_sync.c
410
if (hdev->
scanning_paused
) {
in hci_le_scan_restart_sync()
2041
if (hdev->
scanning_paused
) {
in hci_scan_disable_sync()
2751
if (hdev->
scanning_paused
) {
in hci_start_scan_sync()
2772
if (hdev->
scanning_paused
) {
in hci_passive_scan_sync()
3167
if (hdev->
scanning_paused
)
in hci_update_scan_sync()
5904
if (hdev->
scanning_paused
)
in hci_pause_scan_sync()
5913
hdev->
scanning_paused
= true;
in hci_pause_scan_sync()
5979
hdev->
scanning_paused
= false;
in hci_suspend_sync()
5988
hdev->
scanning_paused
= true;
in hci_suspend_sync()
6030
if (!hdev->
scanning_paused
)
in hci_resume_scan_sync()
[all...]
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_request.c
711
if (hdev->
scanning_paused
) {
in hci_req_add_le_scan_disable()
935
if (hdev->
scanning_paused
) {
in hci_req_start_scan()
1055
if (hdev->
scanning_paused
) {
in hci_req_add_le_passive_scan()
1304
hdev->
scanning_paused
= true;
in hci_req_prepare_suspend()
1324
hdev->
scanning_paused
= false;
in hci_req_prepare_suspend()
1330
hdev->
scanning_paused
= true;
in hci_req_prepare_suspend()
1334
hdev->
scanning_paused
= false;
in hci_req_prepare_suspend()
2600
if (hdev->
scanning_paused
)
in __hci_req_update_scan()
3010
if (hdev->
scanning_paused
) {
in le_scan_restart()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
495
bool
scanning_paused
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
571
bool
scanning_paused
;
member
Completed in 18 milliseconds