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:L2CAP_CHAN_FIXED
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
l2cap_sock.c
155
case
L2CAP_CHAN_FIXED
:
in l2cap_sock_bind()
597
chan->chan_type !=
L2CAP_CHAN_FIXED
&&
in l2cap_sock_getsockopt()
923
chan->chan_type !=
L2CAP_CHAN_FIXED
&&
in l2cap_sock_setsockopt()
1808
if (chan->chan_type ==
L2CAP_CHAN_FIXED
) {
in l2cap_sock_init()
H
A
D
a2mp.c
777
chan->chan_type =
L2CAP_CHAN_FIXED
;
in a2mp_chan_open()
H
A
D
l2cap_core.c
257
chan->chan_type =
L2CAP_CHAN_FIXED
;
in l2cap_add_scid()
610
case
L2CAP_CHAN_FIXED
:
in __l2cap_chan_add()
631
if (chan->chan_type !=
L2CAP_CHAN_FIXED
||
in __l2cap_chan_add()
669
if (chan->chan_type !=
L2CAP_CHAN_FIXED
||
in l2cap_chan_del()
1989
if (c->chan_type !=
L2CAP_CHAN_FIXED
&& c->psm == psm) {
in l2cap_global_chan_by_psm()
7691
if (chan->chan_type ==
L2CAP_CHAN_FIXED
)
in l2cap_data_channel()
7975
if (chan->chan_type ==
L2CAP_CHAN_FIXED
&& !cid) {
in l2cap_chan_connect()
8214
if (c->chan_type !=
L2CAP_CHAN_FIXED
)
in l2cap_global_fixed_chan()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
l2cap_sock.c
156
case
L2CAP_CHAN_FIXED
:
in l2cap_sock_bind()
579
chan->chan_type !=
L2CAP_CHAN_FIXED
&&
in l2cap_sock_getsockopt()
905
chan->chan_type !=
L2CAP_CHAN_FIXED
&&
in l2cap_sock_setsockopt()
1774
if (chan->chan_type ==
L2CAP_CHAN_FIXED
) {
in l2cap_sock_init()
H
A
D
l2cap_core.c
237
chan->chan_type =
L2CAP_CHAN_FIXED
;
in l2cap_add_scid()
587
case
L2CAP_CHAN_FIXED
:
in __l2cap_chan_add()
608
if (chan->chan_type !=
L2CAP_CHAN_FIXED
||
in __l2cap_chan_add()
645
if (chan->chan_type !=
L2CAP_CHAN_FIXED
||
in l2cap_chan_del()
1823
if (c->chan_type !=
L2CAP_CHAN_FIXED
&& c->psm == psm) {
in l2cap_global_chan_by_psm()
6674
if (chan->chan_type ==
L2CAP_CHAN_FIXED
)
in l2cap_data_channel()
6955
if (chan->chan_type ==
L2CAP_CHAN_FIXED
&& !cid) {
in l2cap_chan_connect()
7194
if (c->chan_type !=
L2CAP_CHAN_FIXED
)
in l2cap_global_fixed_chan()
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
l2cap.h
680
#define
L2CAP_CHAN_FIXED
4
macro
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
l2cap.h
721
#define
L2CAP_CHAN_FIXED
4
macro
Completed in 47 milliseconds