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_duration
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/net/mac802154/
H
A
D
scan.c
180
unsigned int
scan_duration
= 0;
in mac802154_scan_worker()
local
257
scan_duration
= mac802154_scan_get_channel_time(scan_req_duration,
in mac802154_scan_worker()
261
page, channel, jiffies_to_msecs(
scan_duration
));
in mac802154_scan_worker()
262
queue_delayed_work(local->mac_wq, &local->scan_work,
scan_duration
);
in mac802154_scan_worker()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
92
unsigned long
scan_duration
;
member
783
hdev->discovery.
scan_duration
= 0;
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_request.c
3065
duration = hdev->discovery.
scan_duration
;
in le_scan_restart_work()
3198
hdev->discovery.
scan_duration
= timeout;
in start_discovery()
H
A
D
mgmt.c
8738
hdev->discovery.
scan_duration
))
in restart_le_scan()
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
95
unsigned long
scan_duration
;
member
922
hdev->discovery.
scan_duration
= 0;
in hci_discovery_filter_clear()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
H
A
D
hal.h
1167
u16
scan_duration
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H
A
D
hal.h
1169
u16
scan_duration
;
member
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_sync.c
447
duration = hdev->discovery.
scan_duration
;
in le_scan_restart()
5815
hdev->discovery.
scan_duration
= timeout;
in hci_start_discovery_sync()
H
A
D
mgmt.c
10075
hdev->discovery.
scan_duration
))
in restart_le_scan()
Completed in 69 milliseconds