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:cis_handle
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_event.c
4303
handle = __le16_to_cpu(cp->cis[i].
cis_handle
);
in hci_cs_le_create_cis()
7002
u16 acl_handle,
cis_handle
;
in hci_le_cis_req_evt()
local
7008
cis_handle
= __le16_to_cpu(ev->
cis_handle
);
in hci_le_cis_req_evt()
7011
acl_handle,
cis_handle
, ev->cig_id, ev->cis_id);
in hci_le_cis_req_evt()
7021
hci_le_reject_cis(hdev, ev->
cis_handle
);
in hci_le_cis_req_evt()
7025
cis = hci_conn_hash_lookup_handle(hdev,
cis_handle
);
in hci_le_cis_req_evt()
7028
cis_handle
);
in hci_le_cis_req_evt()
7030
hci_le_reject_cis(hdev, ev->
cis_handle
);
in hci_le_cis_req_evt()
7039
hci_le_accept_cis(hdev, ev->
cis_handle
);
in hci_le_cis_req_evt()
[all...]
H
A
D
hci_sync.c
6449
cis->
cis_handle
= cpu_to_le16(conn->handle);
in hci_le_create_cis_sync()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci.h
1865
__le16
cis_handle
;
member
2431
__le16
cis_handle
;
member
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci.h
2137
__le16
cis_handle
;
member
2827
__le16
cis_handle
;
member
Completed in 30 milliseconds