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_of_eps
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
gadget.c
1582
if (idx > hsotg->
num_of_eps
)
in ep_from_windex()
3254
for (i = 1; i < hsotg->
num_of_eps
; i++) {
in dwc2_hsotg_irq_enumdone()
3322
for (ep = 0; ep < hsotg->
num_of_eps
; ep++) {
in dwc2_hsotg_disconnect()
3348
for (epno = 0; epno < hsotg->
num_of_eps
; epno++) {
in dwc2_hsotg_irq_fifoempty()
3397
for (ep = 1; ep < hsotg->
num_of_eps
; ep++) {
in dwc2_hsotg_core_init_disconnected()
3624
for (idx = 1; idx < hsotg->
num_of_eps
; idx++) {
in dwc2_gadget_handle_incomplete_isoc_in()
3670
for (idx = 1; idx < hsotg->
num_of_eps
; idx++) {
in dwc2_gadget_handle_incomplete_isoc_out()
3771
for (ep = 0; ep < hsotg->
num_of_eps
&& daint_out;
in dwc2_hsotg_irq()
3777
for (ep = 0; ep < hsotg->
num_of_eps
&& daint_in;
in dwc2_hsotg_irq()
3844
for (idx = 1; idx < hsotg->
num_of_eps
; id
in dwc2_hsotg_irq()
[all...]
H
A
D
debugfs.c
153
for (idx = 0; idx < hsotg->
num_of_eps
; idx++) {
in state_show()
305
for (epidx = 0; epidx < hsotg->
num_of_eps
; epidx++) {
in dwc2_hsotg_create_debug()
313
for (epidx = 1; epidx < hsotg->
num_of_eps
; epidx++) {
in dwc2_hsotg_create_debug()
H
A
D
core.h
1002
* @
num_of_eps
: Number of available EPs (excluding EP0)
1190
unsigned char
num_of_eps
;
member
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
gadget.c
1581
if (idx > hsotg->
num_of_eps
)
in ep_from_windex()
3254
for (i = 1; i < hsotg->
num_of_eps
; i++) {
in dwc2_hsotg_irq_enumdone()
3322
for (ep = 0; ep < hsotg->
num_of_eps
; ep++) {
in dwc2_hsotg_disconnect()
3348
for (epno = 0; epno < hsotg->
num_of_eps
; epno++) {
in dwc2_hsotg_irq_fifoempty()
3397
for (ep = 1; ep < hsotg->
num_of_eps
; ep++) {
in dwc2_hsotg_core_init_disconnected()
3624
for (idx = 1; idx < hsotg->
num_of_eps
; idx++) {
in dwc2_gadget_handle_incomplete_isoc_in()
3670
for (idx = 1; idx < hsotg->
num_of_eps
; idx++) {
in dwc2_gadget_handle_incomplete_isoc_out()
3771
for (ep = 0; ep < hsotg->
num_of_eps
&& daint_out;
in dwc2_hsotg_irq()
3777
for (ep = 0; ep < hsotg->
num_of_eps
&& daint_in;
in dwc2_hsotg_irq()
3844
for (idx = 1; idx < hsotg->
num_of_eps
; id
in dwc2_hsotg_irq()
[all...]
H
A
D
debugfs.c
153
for (idx = 0; idx < hsotg->
num_of_eps
; idx++) {
in state_show()
305
for (epidx = 0; epidx < hsotg->
num_of_eps
; epidx++) {
in dwc2_hsotg_create_debug()
313
for (epidx = 1; epidx < hsotg->
num_of_eps
; epidx++) {
in dwc2_hsotg_create_debug()
H
A
D
core.h
987
* @
num_of_eps
: Number of available EPs (excluding EP0)
1177
unsigned char
num_of_eps
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
usb.c
1353
u32
num_of_eps
;
in brcmf_usb_probe()
local
1401
num_of_eps
= desc->bNumEndpoints;
in brcmf_usb_probe()
1402
for (ep = 0; ep <
num_of_eps
; ep++) {
in brcmf_usb_probe()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
usb.c
1345
u32
num_of_eps
;
in brcmf_usb_probe()
local
1401
num_of_eps
= desc->bNumEndpoints;
in brcmf_usb_probe()
1402
for (ep = 0; ep <
num_of_eps
; ep++) {
in brcmf_usb_probe()
Completed in 20 milliseconds