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_REQ_PEND
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_request.h
26
#define
HCI_REQ_PEND
1
macro
33
#define
HCI_REQ_PEND
1
macro
H
A
D
hci_request.c
49
return hdev->req_status ==
HCI_REQ_PEND
;
in hci_req_status_pend()
105
if (hdev->req_status ==
HCI_REQ_PEND
) {
in hci_req_sync_complete()
126
hdev->req_status =
HCI_REQ_PEND
;
in __hci_req_sync()
157
hdev->req_status !=
HCI_REQ_PEND
, timeout);
in __hci_req_sync()
H
A
D
hci_sync.c
29
if (hdev->req_status !=
HCI_REQ_PEND
)
in hci_cmd_sync_complete()
165
hdev->req_status =
HCI_REQ_PEND
;
in __hci_cmd_sync_sk()
172
hdev->req_status !=
HCI_REQ_PEND
,
in __hci_cmd_sync_sk()
663
if (hdev->req_status ==
HCI_REQ_PEND
) {
in hci_cmd_sync_cancel()
681
if (hdev->req_status ==
HCI_REQ_PEND
) {
in hci_cmd_sync_cancel_sync()
H
A
D
hci_conn.c
2934
if (conn->state == BT_CONNECT && hdev->req_status ==
HCI_REQ_PEND
) {
in hci_abort_conn()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_request.c
34
#define
HCI_REQ_PEND
1
macro
51
return hdev->req_status ==
HCI_REQ_PEND
;
in hci_req_status_pend()
107
if (hdev->req_status ==
HCI_REQ_PEND
) {
in hci_req_sync_complete()
122
if (hdev->req_status ==
HCI_REQ_PEND
) {
in hci_req_sync_cancel()
142
hdev->req_status =
HCI_REQ_PEND
;
in __hci_cmd_sync_ev()
149
hdev->req_status !=
HCI_REQ_PEND
, timeout);
in __hci_cmd_sync_ev()
205
hdev->req_status =
HCI_REQ_PEND
;
in __hci_req_sync()
236
hdev->req_status !=
HCI_REQ_PEND
, timeout);
in __hci_req_sync()
Completed in 17 milliseconds