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:l2_cid
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
l2cap_sock.c
99
if (la.
l2_cid
&& la.l2_psm)
in l2cap_sock_bind()
107
if (la.
l2_cid
&&
in l2cap_sock_bind()
108
la.
l2_cid
!= cpu_to_le16(L2CAP_CID_ATT))
in l2cap_sock_bind()
134
if (la.
l2_cid
)
in l2cap_sock_bind()
135
err = l2cap_add_scid(chan, __le16_to_cpu(la.
l2_cid
));
in l2cap_sock_bind()
221
if (la.
l2_cid
&& la.l2_psm)
in l2cap_sock_connect()
241
la.
l2_cid
!= cpu_to_le16(L2CAP_CID_ATT))
in l2cap_sock_connect()
258
if (la.
l2_cid
&&
in l2cap_sock_connect()
259
la.
l2_cid
!= cpu_to_le16(L2CAP_CID_ATT))
in l2cap_sock_connect()
272
err = l2cap_chan_connect(chan, la.l2_psm, __le16_to_cpu(la.
l2_cid
),
in l2cap_sock_connect()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
l2cap_sock.c
100
if (la.
l2_cid
&& la.l2_psm)
in l2cap_sock_bind()
108
if (la.
l2_cid
&&
in l2cap_sock_bind()
109
la.
l2_cid
!= cpu_to_le16(L2CAP_CID_ATT))
in l2cap_sock_bind()
135
if (la.
l2_cid
)
in l2cap_sock_bind()
136
err = l2cap_add_scid(chan, __le16_to_cpu(la.
l2_cid
));
in l2cap_sock_bind()
207
if (la.
l2_cid
&& la.l2_psm)
in l2cap_sock_connect()
227
la.
l2_cid
!= cpu_to_le16(L2CAP_CID_ATT))
in l2cap_sock_connect()
244
if (la.
l2_cid
&&
in l2cap_sock_connect()
245
la.
l2_cid
!= cpu_to_le16(L2CAP_CID_ATT))
in l2cap_sock_connect()
256
err = l2cap_chan_connect(chan, la.l2_psm, __le16_to_cpu(la.
l2_cid
),
in l2cap_sock_connect()
[all...]
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
l2cap.h
67
__le16
l2_cid
;
member
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/
H
A
D
core.c
778
addr.
l2_cid
= 0;
in rfcomm_session_create()
805
addr.
l2_cid
= 0;
in rfcomm_session_create()
2064
addr.
l2_cid
= 0;
in rfcomm_add_listener()
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/
H
A
D
core.c
782
addr.
l2_cid
= 0;
in rfcomm_session_create()
809
addr.
l2_cid
= 0;
in rfcomm_session_create()
2068
addr.
l2_cid
= 0;
in rfcomm_add_listener()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
l2cap.h
69
__le16
l2_cid
;
member
Completed in 12 milliseconds