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:bredr_chan
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
amp.c
506
struct l2cap_chan *
bredr_chan
;
in amp_physical_cfm()
local
510
if (!bredr_hdev || !mgr || !mgr->
bredr_chan
)
in amp_physical_cfm()
513
bredr_chan
= mgr->
bredr_chan
;
in amp_physical_cfm()
515
l2cap_chan_lock(
bredr_chan
);
in amp_physical_cfm()
517
set_bit(FLAG_EFS_ENABLE, &
bredr_chan
->flags);
in amp_physical_cfm()
518
bredr_chan
->remote_amp_id = hs_hcon->remote_id;
in amp_physical_cfm()
519
bredr_chan
->local_amp_id = hs_hcon->hdev->id;
in amp_physical_cfm()
520
bredr_chan
->hs_hcon = hs_hcon;
in amp_physical_cfm()
521
bredr_chan
in amp_physical_cfm()
[all...]
H
A
D
a2mp.c
462
mgr->
bredr_chan
->remote_amp_id = rsp->id;
in a2mp_getampassoc_rsp()
973
struct l2cap_chan *
bredr_chan
;
in a2mp_send_create_phy_link_req()
local
990
bredr_chan
= mgr->
bredr_chan
;
in a2mp_send_create_phy_link_req()
991
if (!
bredr_chan
)
in a2mp_send_create_phy_link_req()
995
req->remote_id =
bredr_chan
->remote_amp_id;
in a2mp_send_create_phy_link_req()
1047
mgr->
bredr_chan
= chan;
in a2mp_discover_amp()
H
A
D
a2mp.h
24
struct l2cap_chan *
bredr_chan
;
member
H
A
D
hci_event.c
5047
if (mgr && mgr->
bredr_chan
) {
in hci_loglink_complete_evt()
5048
struct l2cap_chan *
bredr_chan
= mgr->
bredr_chan
;
in hci_loglink_complete_evt()
local
5050
l2cap_chan_lock(
bredr_chan
);
in hci_loglink_complete_evt()
5052
bredr_chan
->conn->mtu = hdev->block_mtu;
in hci_loglink_complete_evt()
5053
l2cap_logical_cfm(
bredr_chan
, hchan, 0);
in hci_loglink_complete_evt()
5056
l2cap_chan_unlock(
bredr_chan
);
in hci_loglink_complete_evt()
H
A
D
l2cap_core.c
673
if (mgr && mgr->
bredr_chan
== chan)
in l2cap_chan_del()
674
mgr->
bredr_chan
= NULL;
in l2cap_chan_del()
4896
BT_DBG("mgr %p
bredr_chan
%p hs_hcon %p", mgr, chan, hs_hcon);
in l2cap_create_channel_req()
4898
mgr->
bredr_chan
= chan;
in l2cap_create_channel_req()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_event.c
5762
if (mgr && mgr->
bredr_chan
) {
in hci_loglink_complete_evt()
5763
struct l2cap_chan *
bredr_chan
= mgr->
bredr_chan
;
in hci_loglink_complete_evt()
local
5765
l2cap_chan_lock(
bredr_chan
);
in hci_loglink_complete_evt()
5767
bredr_chan
->conn->mtu = hdev->block_mtu;
in hci_loglink_complete_evt()
5768
l2cap_logical_cfm(
bredr_chan
, hchan, 0);
in hci_loglink_complete_evt()
5771
l2cap_chan_unlock(
bredr_chan
);
in hci_loglink_complete_evt()
Completed in 25 milliseconds