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_mgmt_chan
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_sock.c
786
static struct
hci_mgmt_chan
*__hci_mgmt_chan_find(unsigned short channel)
in __hci_mgmt_chan_find()
788
struct
hci_mgmt_chan
*c;
in __hci_mgmt_chan_find()
798
static struct
hci_mgmt_chan
*hci_mgmt_chan_find(unsigned short channel)
in hci_mgmt_chan_find()
800
struct
hci_mgmt_chan
*c;
in hci_mgmt_chan_find()
809
int hci_mgmt_chan_register(struct
hci_mgmt_chan
*c)
in hci_mgmt_chan_register()
828
void hci_mgmt_chan_unregister(struct
hci_mgmt_chan
*c)
in hci_mgmt_chan_unregister()
1540
static int hci_mgmt_cmd(struct
hci_mgmt_chan
*chan, struct sock *sk,
in hci_mgmt_cmd()
1754
struct
hci_mgmt_chan
*chan;
in hci_sock_sendmsg()
H
A
D
mgmt.c
8935
static struct
hci_mgmt_chan
chan = {
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_sock.c
844
static struct
hci_mgmt_chan
*__hci_mgmt_chan_find(unsigned short channel)
in __hci_mgmt_chan_find()
846
struct
hci_mgmt_chan
*c;
in __hci_mgmt_chan_find()
856
static struct
hci_mgmt_chan
*hci_mgmt_chan_find(unsigned short channel)
in hci_mgmt_chan_find()
858
struct
hci_mgmt_chan
*c;
in hci_mgmt_chan_find()
867
int hci_mgmt_chan_register(struct
hci_mgmt_chan
*c)
in hci_mgmt_chan_register()
886
void hci_mgmt_chan_unregister(struct
hci_mgmt_chan
*c)
in hci_mgmt_chan_unregister()
1613
static int hci_mgmt_cmd(struct
hci_mgmt_chan
*chan, struct sock *sk,
in hci_mgmt_cmd()
1798
struct
hci_mgmt_chan
*chan;
in hci_sock_sendmsg()
H
A
D
mgmt.c
10456
static struct
hci_mgmt_chan
chan = {
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
1690
struct
hci_mgmt_chan
{
1698
int hci_mgmt_chan_register(struct
hci_mgmt_chan
*c);
1699
void hci_mgmt_chan_unregister(struct
hci_mgmt_chan
*c);
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
2170
struct
hci_mgmt_chan
{
struct
2178
int hci_mgmt_chan_register(struct
hci_mgmt_chan
*c);
2179
void hci_mgmt_chan_unregister(struct
hci_mgmt_chan
*c);
Completed in 32 milliseconds