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_conn_get
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_conn.c
187
hci_conn_get
(conn);
in hci_connect_le_scan_remove()
1731
chan->conn =
hci_conn_get
(conn);
in hci_chan_create()
H
A
D
mgmt.c
3023
cmd->user_data =
hci_conn_get
(conn);
in pair_device()
6253
cmd->user_data =
hci_conn_get
(conn);
in get_conn_info()
6400
cmd->user_data =
hci_conn_get
(conn);
in get_clock_info()
H
A
D
hci_event.c
5465
params->conn =
hci_conn_get
(conn);
in check_pending_le_conn()
H
A
D
l2cap_core.c
7862
conn->hcon =
hci_conn_get
(hcon);
in l2cap_conn_add()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_conn.c
1681
conn->parent =
hci_conn_get
(parent);
in hci_conn_link()
2727
chan->conn =
hci_conn_get
(conn);
in hci_chan_create()
H
A
D
hci_sync.c
5466
conn =
hci_conn_get
(conn);
in hci_disconnect_all_sync()
H
A
D
hci_event.c
6239
params->conn =
hci_conn_get
(conn);
in check_pending_le_conn()
H
A
D
l2cap_core.c
6845
conn->hcon =
hci_conn_get
(hcon);
in l2cap_conn_add()
H
A
D
mgmt.c
3508
cmd->user_data =
hci_conn_get
(conn);
in pair_device()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
1094
*
hci_conn_get
() and hci_conn_put() are used to control the life-time of an
1107
* reference to the device via
hci_conn_get
() (or the initial reference from
1114
static inline struct hci_conn *
hci_conn_get
(struct hci_conn *conn)
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
1510
*
hci_conn_get
() and hci_conn_put() are used to control the life-time of an
1523
* reference to the device via
hci_conn_get
() (or the initial reference from
1530
static inline struct hci_conn *
hci_conn_get
(struct hci_conn *conn)
in hci_conn_get()
function
Completed in 68 milliseconds