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:handle_req
(Results
1 - 8
of
8
) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
cdcacm.c
1120
priv->epintin->
handle_req
= cdcacm_allocreq(priv->epintin,
in cdcacm_bind()
1122
if (priv->epintin->
handle_req
== NULL)
in cdcacm_bind()
1127
priv->epintin->
handle_req
->callback = cdcacm_notify_complete;
in cdcacm_bind()
1180
priv->epbulkout->
handle_req
= rdcontainer->req;
in cdcacm_bind()
1207
priv->epbulkin->
handle_req
= wrcontainer->req;
in cdcacm_bind()
1262
if (priv->epintin->
handle_req
!= NULL)
in cdcacm_unbind()
1264
cdcacm_freereq(priv->epintin, priv->epintin->
handle_req
);
in cdcacm_unbind()
1265
priv->epintin->
handle_req
= NULL;
in cdcacm_unbind()
1604
req = ep->
handle_req
;
in cdcacm_serial_connect()
1643
req = ep->
handle_req
;
in cdcacm_serial_disconnect()
[all...]
H
A
D
rndis.c
523
priv->epbulkout->
handle_req
= priv->rdreq;
in rndis_submit_rdreq()
734
priv->epbulkin->
handle_req
= priv->net_req;
in rndis_sendnetreq()
1187
priv->epintin->
handle_req
= priv->epintin_req;
in rndis_send_encapsulated_response()
1558
priv->epbulkin->
handle_req
= NULL;
in rndis_wrcomplete()
1739
priv->epbulkin->
handle_req
= NULL;
in usbclass_bind()
2158
req = priv->epbulkin->
handle_req
;
in usbclass_resetconfig()
2162
priv->epbulkin->
handle_req
= NULL;
in usbclass_resetconfig()
H
A
D
f_hid.c
467
ep->
handle_req
= &hid->outputreq;
in usbclass_hid_bind()
494
ep->
handle_req
= &hid->inputreq;
in usbclass_hid_bind()
600
req = hid->out_ep->
handle_req
;
in usbclass_hid_set_endpoint()
618
struct usbdev_req_s *req = dev->ep0->
handle_req
;
in usbclass_hid_get_report()
658
req = dev->ep0->
handle_req
;
in usbclass_hid_setup()
H
A
D
f_uac.c
679
ep->
handle_req
= &uac->outputreq;
in usbclass_uac_bind()
696
ep->
handle_req
= &uac->inputreq;
in usbclass_uac_bind()
779
req = dev->ep0->
handle_req
;
in usbclass_uac_setup()
H
A
D
f_mass_storage.c
1201
if (dev->ep0 == NULL || dev->ep0->
handle_req
== NULL)
in fmass_set_config()
1207
req = ep0->
handle_req
;
in fmass_set_config()
1620
ep->
handle_req
= &mass_dev->bulkreq;
in usbclass_mass_bind()
1632
ep->
handle_req
= &mass_dev->bulkreq;
in usbclass_mass_bind()
1738
req = dev->ep0->
handle_req
;
in usbclass_mass_setup()
H
A
D
usbdev.h
318
struct usbdev_req_s *
handle_req
;
member
H
A
D
f_uvc.c
2284
ep->
handle_req
= &uvc_dev->vc_ctrlreq;
in usbclass_uvc_bind()
2324
ep->
handle_req
= &uvc_dev->streamreq;
in usbclass_uvc_bind()
2606
req = dev->ep0->
handle_req
;
in usbclass_uvc_setup()
H
A
D
composite.c
230
dev->ep0->
handle_req
= cdev->ctrlreq;
in usb_composite_bind()
Completed in 16 milliseconds