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:new_connection
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
core.h
1046
* @
new_connection
: Used in host mode. True if there are new connected
1149
bool
new_connection
;
member
H
A
D
hcd_intr.c
400
hsotg->
new_connection
= true;
in dwc2_port_intr()
408
hsotg->
new_connection
= false;
in dwc2_port_intr()
H
A
D
hcd.c
3584
if (hsotg->
new_connection
&&
in dwc2_hcd_hub_control()
3597
hsotg->
new_connection
= false;
in dwc2_hcd_hub_control()
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
l2cap.h
611
struct l2cap_chan *(*
new_connection
) (struct l2cap_chan *chan);
member
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
core.h
1031
* @
new_connection
: Used in host mode. True if there are new connected
1136
bool
new_connection
;
member
H
A
D
hcd_intr.c
370
hsotg->
new_connection
= true;
in dwc2_port_intr()
378
hsotg->
new_connection
= false;
in dwc2_port_intr()
H
A
D
hcd.c
3586
if (hsotg->
new_connection
&&
in dwc2_hcd_hub_control()
3599
hsotg->
new_connection
= false;
in dwc2_hcd_hub_control()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
l2cap.h
652
struct l2cap_chan *(*
new_connection
) (struct l2cap_chan *chan);
member
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
a2mp.c
757
.
new_connection
= l2cap_chan_no_new_connection,
H
A
D
6lowpan.c
898
.
new_connection
= chan_new_conn_cb,
H
A
D
smp.c
3229
.
new_connection
= l2cap_chan_no_new_connection,
3270
.
new_connection
= smp_new_conn_cb,
H
A
D
l2cap_core.c
4176
chan = pchan->ops->
new_connection
(pchan);
in l2cap_connect()
5878
chan = pchan->ops->
new_connection
(pchan);
in l2cap_le_connect_req()
6088
chan = pchan->ops->
new_connection
(pchan);
in l2cap_ecred_conn_req()
8274
chan = pchan->ops->
new_connection
(pchan);
in l2cap_connect_cfm()
H
A
D
l2cap_sock.c
1735
.
new_connection
= l2cap_sock_new_connection_cb,
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
6lowpan.c
868
.
new_connection
= chan_new_conn_cb,
H
A
D
smp.c
3235
.
new_connection
= l2cap_chan_no_new_connection,
3276
.
new_connection
= smp_new_conn_cb,
H
A
D
l2cap_core.c
3952
chan = pchan->ops->
new_connection
(pchan);
in l2cap_connect()
4880
chan = pchan->ops->
new_connection
(pchan);
in l2cap_le_connect_req()
5090
chan = pchan->ops->
new_connection
(pchan);
in l2cap_ecred_conn_req()
7254
chan = pchan->ops->
new_connection
(pchan);
in l2cap_connect_cfm()
H
A
D
l2cap_sock.c
1701
.
new_connection
= l2cap_sock_new_connection_cb,
Completed in 57 milliseconds