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:iso_qos
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_conn.c
749
if (d->big != conn->
iso_qos
.bcast.big || d->bis == BT_ISO_QOS_BIS_UNSET ||
in bis_list()
750
d->bis != conn->
iso_qos
.bcast.bis)
in bis_list()
782
bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", conn->
iso_qos
.bcast.big,
in hci_le_terminate_big()
783
conn->
iso_qos
.bcast.bis);
in hci_le_terminate_big()
789
d->big = conn->
iso_qos
.bcast.big;
in hci_le_terminate_big()
790
d->bis = conn->
iso_qos
.bcast.bis;
in hci_le_terminate_big()
861
bis = hci_conn_hash_lookup_big(hdev, conn->
iso_qos
.bcast.big);
in bis_cleanup()
868
conn->
iso_qos
.bcast.big);
in bis_cleanup()
873
hci_le_big_terminate(hdev, conn->
iso_qos
.bcast.big,
in bis_cleanup()
898
if (!bacmp(&conn->dst, BDADDR_ANY) || d->cig != conn->
iso_qos
in find_cis()
[all...]
H
A
D
hci_event.c
3823
conn->state == BT_OPEN || conn->
iso_qos
.ucast.cig != cig)
in hci_unbound_cis_failed()
3925
if (conn->
iso_qos
.ucast.out.sdu && !conn->
iso_qos
.ucast.in.sdu)
in hci_cc_le_setup_iso_path()
3930
/* Confirm connection since conn->
iso_qos
is always configured
in hci_cc_le_setup_iso_path()
6923
qos = &conn->
iso_qos
;
in hci_le_cis_estabilished_evt()
7035
cis->
iso_qos
.ucast.cig = ev->cig_id;
in hci_le_cis_req_evt()
7036
cis->
iso_qos
.ucast.cis = ev->cis_id;
in hci_le_cis_req_evt()
7077
conn->
iso_qos
.bcast.big != ev->handle)
in hci_le_create_big_complete_evt()
7156
bis->
iso_qos
.bcast.big = ev->handle;
in hci_le_big_sync_established_evt()
7159
bis->
iso_qos
in hci_le_big_sync_established_evt()
[all...]
H
A
D
iso.c
485
return &iso_pi(sk)->conn->hcon->
iso_qos
;
in iso_sock_get_qos()
1697
hcon->
iso_qos
= iso_pi(sk)->qos;
in iso_conn_ready()
H
A
D
hci_sync.c
6422
cig = conn->
iso_qos
.ucast.cig;
in hci_le_create_cis_sync()
6426
link->
iso_qos
.ucast.cig == cig &&
in hci_le_create_cis_sync()
6444
conn->
iso_qos
.ucast.cig != cig)
in hci_le_create_cis_sync()
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
746
struct bt_iso_qos
iso_qos
;
member
1120
if (c->
iso_qos
.bcast.bis == bis) {
in hci_conn_hash_lookup_bis()
1145
if (c->
iso_qos
.bcast.big == big &&
in hci_conn_hash_lookup_per_adv_bis()
1146
c->
iso_qos
.bcast.bis == bis) {
in hci_conn_hash_lookup_per_adv_bis()
1235
if (cig != c->
iso_qos
.ucast.cig)
in hci_conn_hash_lookup_cis()
1239
if (id != c->
iso_qos
.ucast.cis)
in hci_conn_hash_lookup_cis()
1266
if (handle == c->
iso_qos
.ucast.cig) {
in hci_conn_hash_lookup_cig()
1289
if (handle == c->
iso_qos
.bcast.big) {
in hci_conn_hash_lookup_big()
1312
if (handle != BT_ISO_QOS_BIG_UNSET && handle == c->
iso_qos
.bcast.big) {
in hci_conn_hash_lookup_big_any_dst()
1336
if (c->
iso_qos
in hci_conn_hash_lookup_pa_sync_big_handle()
[all...]
Completed in 25 milliseconds