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:num_cis
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_conn.c
1794
*
num_cis
: 0x00 to 0x1F
in set_cig_params_sync()
1798
pdu.cp.
num_cis
< ARRAY_SIZE(pdu.cis); cis_id++) {
in set_cig_params_sync()
1807
cis = &pdu.cis[pdu.cp.
num_cis
++];
in set_cig_params_sync()
1819
if (!pdu.cp.
num_cis
)
in set_cig_params_sync()
1824
pdu.cp.
num_cis
* sizeof(pdu.cis[0]), &pdu,
in set_cig_params_sync()
H
A
D
hci_sync.c
6441
struct hci_cis *cis = &cmd.cis[cmd.cp.
num_cis
];
in hci_le_create_cis_sync()
6450
cmd.cp.
num_cis
++;
in hci_le_create_cis_sync()
6452
if (cmd.cp.
num_cis
>= ARRAY_SIZE(cmd.cis))
in hci_le_create_cis_sync()
6461
if (!cmd.cp.
num_cis
)
in hci_le_create_cis_sync()
6467
cmd.cp.
num_cis
, &cmd,
in hci_le_create_cis_sync()
H
A
D
hci_event.c
3844
if (!rp->status && (!cp || rp->num_handles != cp->
num_cis
||
in hci_cc_le_set_cig_params()
4299
for (i = 0; cp->
num_cis
; cp->
num_cis
--, i++) {
in hci_cs_le_create_cis()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci.h
1852
__u8
num_cis
;
member
1870
__u8
num_cis
;
member
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci.h
2124
__u8
num_cis
;
member
2142
__u8
num_cis
;
member
Completed in 33 milliseconds