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_cb
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
1425
struct
hci_cb
{
1440
struct
hci_cb
*cb;
1455
struct
hci_cb
*cb;
1470
struct
hci_cb
*cb;
1491
struct
hci_cb
*cb;
1531
struct
hci_cb
*cb;
1544
struct
hci_cb
*cb;
1644
int hci_register_cb(struct
hci_cb
*hcb);
1645
int hci_unregister_cb(struct
hci_cb
*hcb);
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
1947
struct
hci_cb
{
struct
1962
struct
hci_cb
*cb;
in hci_connect_cfm()
1977
struct
hci_cb
*cb;
in hci_disconn_cfm()
1992
struct
hci_cb
*cb;
in hci_auth_cfm()
2013
struct
hci_cb
*cb;
in hci_encrypt_cfm()
2053
struct
hci_cb
*cb;
in hci_key_change_cfm()
2066
struct
hci_cb
*cb;
in hci_role_switch_cfm()
2129
int hci_register_cb(struct
hci_cb
*hcb);
2130
int hci_unregister_cb(struct
hci_cb
*hcb);
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
sco.c
1230
static struct
hci_cb
sco_cb = {
H
A
D
hci_core.c
4015
int hci_register_cb(struct
hci_cb
*cb)
in hci_register_cb()
4027
int hci_unregister_cb(struct
hci_cb
*cb)
in hci_unregister_cb()
H
A
D
l2cap_core.c
8528
static struct
hci_cb
l2cap_cb = {
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
sco.c
1392
static struct
hci_cb
sco_cb = {
H
A
D
hci_core.c
3012
int hci_register_cb(struct
hci_cb
*cb)
in hci_register_cb()
3024
int hci_unregister_cb(struct
hci_cb
*cb)
in hci_unregister_cb()
H
A
D
iso.c
2033
static struct
hci_cb
iso_cb = {
H
A
D
l2cap_core.c
7570
static struct
hci_cb
l2cap_cb = {
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/
H
A
D
core.c
2177
static struct
hci_cb
rfcomm_cb = {
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/
H
A
D
core.c
2181
static struct
hci_cb
rfcomm_cb = {
Completed in 54 milliseconds