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:NUM_ENDPOINTS
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
at91_udc.h
81
#define
NUM_ENDPOINTS
6
macro
125
struct at91_ep ep[
NUM_ENDPOINTS
];
H
A
D
at91_udc.c
832
for (i = 0; i <
NUM_ENDPOINTS
; i++) {
in udc_reinit()
857
for (i = 0; i <
NUM_ENDPOINTS
; i++) {
in reset_gadget()
882
for (i = 0; i <
NUM_ENDPOINTS
; i++) {
in stop_activity()
1175
if (tmp >=
NUM_ENDPOINTS
|| (tmp && !ep->ep.desc))
in handle_setup()
1198
if (w_value != USB_ENDPOINT_HALT || tmp >=
NUM_ENDPOINTS
)
in handle_setup()
1217
if (w_value != USB_ENDPOINT_HALT || tmp >=
NUM_ENDPOINTS
)
in handle_setup()
1492
for (i = 1; i <
NUM_ENDPOINTS
; i++) {
in at91_udc_irq()
1601
for (i = 0; i <
NUM_ENDPOINTS
; i++) {
in at91rm9200_udc_init()
1656
for (i = 0; i <
NUM_ENDPOINTS
; i++) {
in at91sam9260_udc_init()
1694
for (i = 0; i <
NUM_ENDPOINTS
;
in at91sam9261_udc_init()
[all...]
H
A
D
lpc32xx_udc.c
55
#define
NUM_ENDPOINTS
16
macro
163
struct lpc32xx_ep ep[
NUM_ENDPOINTS
];
1340
for (i = 1; i <
NUM_ENDPOINTS
; i++) {
in uda_usb_reset()
1384
for (i = 0; i <
NUM_ENDPOINTS
; i++) {
in udc_reinit()
1533
for (i = 0; i <
NUM_ENDPOINTS
; i++) {
in stop_activity()
2154
if ((tmp == 0) || (tmp >=
NUM_ENDPOINTS
))
in udc_get_status()
2235
(tmp >=
NUM_ENDPOINTS
))
in udc_handle_ep0_setup()
2793
for (i = 1; i <
NUM_ENDPOINTS
; i++) {
in lpc32xx_usb_hp_irq()
2818
for (i = 1; i <
NUM_ENDPOINTS
; i++) {
in lpc32xx_usb_devdma_irq()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
at91_udc.h
81
#define
NUM_ENDPOINTS
6
macro
123
struct at91_ep ep[
NUM_ENDPOINTS
];
H
A
D
at91_udc.c
834
for (i = 0; i <
NUM_ENDPOINTS
; i++) {
in udc_reinit()
859
for (i = 0; i <
NUM_ENDPOINTS
; i++) {
in reset_gadget()
884
for (i = 0; i <
NUM_ENDPOINTS
; i++) {
in stop_activity()
1177
if (tmp >=
NUM_ENDPOINTS
|| (tmp && !ep->ep.desc))
in handle_setup()
1200
if (w_value != USB_ENDPOINT_HALT || tmp >=
NUM_ENDPOINTS
)
in handle_setup()
1219
if (w_value != USB_ENDPOINT_HALT || tmp >=
NUM_ENDPOINTS
)
in handle_setup()
1494
for (i = 1; i <
NUM_ENDPOINTS
; i++) {
in at91_udc_irq()
1601
for (i = 0; i <
NUM_ENDPOINTS
; i++) {
in at91rm9200_udc_init()
1644
for (i = 0; i <
NUM_ENDPOINTS
; i++) {
in at91sam9260_udc_init()
1682
for (i = 0; i <
NUM_ENDPOINTS
;
in at91sam9261_udc_init()
[all...]
H
A
D
lpc32xx_udc.c
55
#define
NUM_ENDPOINTS
16
macro
162
struct lpc32xx_ep ep[
NUM_ENDPOINTS
];
1339
for (i = 1; i <
NUM_ENDPOINTS
; i++) {
in uda_usb_reset()
1383
for (i = 0; i <
NUM_ENDPOINTS
; i++) {
in udc_reinit()
1532
for (i = 0; i <
NUM_ENDPOINTS
; i++) {
in stop_activity()
2155
if ((tmp == 0) || (tmp >=
NUM_ENDPOINTS
))
in udc_get_status()
2236
(tmp >=
NUM_ENDPOINTS
))
in udc_handle_ep0_setup()
2794
for (i = 1; i <
NUM_ENDPOINTS
; i++) {
in lpc32xx_usb_hp_irq()
2819
for (i = 1; i <
NUM_ENDPOINTS
; i++) {
in lpc32xx_usb_devdma_irq()
/kernel/linux/linux-5.10/drivers/staging/emxx_udc/
H
A
D
emxx_udc.h
34
#define
NUM_ENDPOINTS
14 /* Endpoint */
macro
529
struct nbu2ss_ep ep[
NUM_ENDPOINTS
];
H
A
D
emxx_udc.c
187
for (num = 0; num <
NUM_ENDPOINTS
- 1; num++) {
in _nbu2ss_get_begin_ram_address()
2392
for (epnum = 0; epnum <
NUM_ENDPOINTS
; epnum++) {
in _nbu2ss_udc_irq()
2972
} ep_info[
NUM_ENDPOINTS
] = {
3019
for (i = 0; i <
NUM_ENDPOINTS
; i++) {
in nbu2ss_drv_ep_init()
3152
for (i = 0; i <
NUM_ENDPOINTS
; i++) {
in nbu2ss_drv_remove()
/kernel/linux/linux-6.6/drivers/staging/emxx_udc/
H
A
D
emxx_udc.h
32
#define
NUM_ENDPOINTS
14 /* Endpoint */
macro
527
struct nbu2ss_ep ep[
NUM_ENDPOINTS
];
H
A
D
emxx_udc.c
189
for (num = 0; num <
NUM_ENDPOINTS
- 1; num++) {
in _nbu2ss_get_begin_ram_address()
2388
for (epnum = 0; epnum <
NUM_ENDPOINTS
; epnum++) {
in _nbu2ss_udc_irq()
2968
} ep_info[
NUM_ENDPOINTS
] = {
3015
for (i = 0; i <
NUM_ENDPOINTS
; i++) {
in nbu2ss_drv_ep_init()
3148
for (i = 0; i <
NUM_ENDPOINTS
; i++) {
in nbu2ss_drv_remove()
Completed in 24 milliseconds