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:discov_update
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_request.c
1271
queue_work(hdev->req_workqueue, &hdev->
discov_update
);
in hci_req_prepare_suspend()
1361
queue_work(hdev->req_workqueue, &hdev->
discov_update
);
in hci_req_prepare_suspend()
3261
static void
discov_update
(struct work_struct *work)
in discov_update()
function
3264
discov_update
);
in discov_update()
3423
INIT_WORK(&hdev->
discov_update
,
discov_update
);
in hci_request_setup()
3439
cancel_work_sync(&hdev->
discov_update
);
in hci_request_cancel_all()
H
A
D
mgmt.c
4733
queue_work(hdev->req_workqueue, &hdev->
discov_update
);
in start_discovery_internal()
4856
queue_work(hdev->req_workqueue, &hdev->
discov_update
);
in start_service_discovery()
4921
queue_work(hdev->req_workqueue, &hdev->
discov_update
);
in stop_discovery()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
461
struct work_struct
discov_update
;
Completed in 15 milliseconds