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:parnet_conext
(Results
1 - 3
of
3
) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
composite.c
725
void *
parnet_conext
= (void *)usb_cdev;
in composite_attach()
local
729
if (usb_cdev == NULL ||
parnet_conext
== NULL)
in composite_attach()
731
PRINT_ERR("%s usb_cdev or
parnet_conext
is null!\n", __FUNCTION__);
in composite_attach()
743
usb_cdev->
parnet_conext
=
parnet_conext
;
in composite_attach()
746
ret = usbd_gadget_attach_driver(
parnet_conext
, &usb_cdev->drvr.drvr);
in composite_attach()
766
void *
parnet_conext
= device_get_softc(device_get_parent(dev));
in composite_detach()
local
769
if (usb_cdev == NULL ||
parnet_conext
== NULL)
in composite_detach()
775
ret = usbd_gadget_detach_driver(
parnet_conext
, &usb_cdev->drvr.drvr);
in composite_detach()
H
A
D
composite.h
165
void *
parnet_conext
;
member
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H
A
D
usbd_config.c
819
ret = usbd_gadget_attach_driver(com_s->
parnet_conext
, &com_s->drvr.drvr);
in fconfig_enable_udc()
Completed in 3 milliseconds