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:epno
(Results
1 - 9
of
9
) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
rndis.h
81
#define RNDIS_MKEPINTIN(desc) ((desc)->
epno
[RNDIS_EP_INTIN_IDX])
83
#define RNDIS_MKEPBULKIN(desc) ((desc)->
epno
[RNDIS_EP_BULKIN_IDX])
85
#define RNDIS_MKEPBULKOUT(desc) ((desc)->
epno
[RNDIS_EP_BULKOUT_IDX])
H
A
D
cdcacm.h
118
#define CDCACM_MKEPINTIN(desc) ((desc)->
epno
[CDCACM_EP_INTIN_IDX])
120
#define CDCACM_MKEPBULKIN(desc) ((desc)->
epno
[CDCACM_EP_BULKIN_IDX])
122
#define CDCACM_MKEPBULKOUT(desc) ((desc)->
epno
[CDCACM_EP_BULKOUT_IDX])
H
A
D
usbdev.h
229
int
epno
[USBDEV_MAX_EPNUM]; /* Array holding the endpoint configuration for this device */
member
H
A
D
f_hid.c
469
devinfo->
epno
[0] = ep->eplog;
in usbclass_hid_bind()
496
devinfo->
epno
[1] = ep->eplog;
in usbclass_hid_bind()
H
A
D
f_uac.c
681
devinfo->
epno
[0] = ep->eplog;
in usbclass_uac_bind()
698
devinfo->
epno
[1] = ep->eplog;
in usbclass_uac_bind()
H
A
D
composite.c
432
if (devinfo->
epno
[j] == interface)
in composite_classsetup()
H
A
D
f_uvc.c
2286
devinfo->
epno
[0] = ep->eplog;
in usbclass_uvc_bind()
2326
devinfo->
epno
[1] = ep->eplog;
in usbclass_uvc_bind()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
867
uint8_t
epno
;
in xhci_check_transfer()
local
878
epno
= XHCI_TRB_3_EP_GET(temp);
in xhci_check_transfer()
885
DPRINTF("slot=%u
epno
=%u remainder=%u status=%u\n",
in xhci_check_transfer()
886
index,
epno
, remainder, status);
in xhci_check_transfer()
893
if ((
epno
== 0) || (
epno
>= XHCI_MAX_ENDPOINTS)) {
in xhci_check_transfer()
898
pepext = &sc->sc_hw.devs[index].endp[
epno
];
in xhci_check_transfer()
2305
uint8_t
epno
;
in xhci_configure_endpoint()
local
2314
epno
= edesc->bEndpointAddress;
in xhci_configure_endpoint()
2318
epno
|
in xhci_configure_endpoint()
2769
uint8_t
epno
;
xhci_get_endpoint_ext()
local
2796
uint8_t
epno
;
xhci_endpoint_doorbell()
local
3769
uint8_t
epno
;
xhci_configure_reset_endpoint()
local
[all...]
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H
A
D
f_generic.c
478
priv->devinfo->
epno
[i] = ep->eplog;
in generic_eps_alloc()
Completed in 13 milliseconds