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:hw_ep_max
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
debug.c
133
for (i = 0; i < ci->
hw_ep_max
/2; i++) {
in ci_qheads_show()
136
&ci->ci_hw_ep[i + ci->
hw_ep_max
/2];
in ci_qheads_show()
167
for (i = 0; i < ci->
hw_ep_max
; i++)
in ci_requests_show()
171
i % (ci->
hw_ep_max
/ 2),
in ci_requests_show()
173
((i < ci->
hw_ep_max
/2) ?
in ci_requests_show()
H
A
D
udc.c
68
int fill = 16 - ci->
hw_ep_max
/ 2;
in ep_to_bit()
70
if (n >= ci->
hw_ep_max
/ 2)
in ep_to_bit()
1180
num += ci->
hw_ep_max
/ 2;
1232
num += ci->
hw_ep_max
/ 2;
1320
for (i = 0; i < ci->
hw_ep_max
; i++) {
1848
for (i = 0; i < ci->
hw_ep_max
/2; i++)
in init_eps()
1850
int k = i + j * ci->
hw_ep_max
/2;
in init_eps()
1913
for (i = 0; i < ci->
hw_ep_max
; i++) {
in destroy_eps()
H
A
D
ci.h
186
* @
hw_ep_max
: total number of endpoints supported by hardware
239
unsigned
hw_ep_max
;
member
H
A
D
core.c
241
ci->
hw_ep_max
= reg * 2; /* cache hw ENDPT_MAX */
in hw_device_init()
243
if (ci->
hw_ep_max
> ENDPT_MAX)
in hw_device_init()
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
debug.c
133
for (i = 0; i < ci->
hw_ep_max
/2; i++) {
in ci_qheads_show()
136
&ci->ci_hw_ep[i + ci->
hw_ep_max
/2];
in ci_qheads_show()
167
for (i = 0; i < ci->
hw_ep_max
; i++)
in ci_requests_show()
171
i % (ci->
hw_ep_max
/ 2),
in ci_requests_show()
173
((i < ci->
hw_ep_max
/2) ?
in ci_requests_show()
H
A
D
udc.c
65
int fill = 16 - ci->
hw_ep_max
/ 2;
in ep_to_bit()
67
if (n >= ci->
hw_ep_max
/ 2)
in ep_to_bit()
1166
num += ci->
hw_ep_max
/ 2;
1218
num += ci->
hw_ep_max
/ 2;
1306
for (i = 0; i < ci->
hw_ep_max
; i++) {
1813
for (i = 0; i < ci->
hw_ep_max
/2; i++)
in init_eps()
1815
int k = i + j * ci->
hw_ep_max
/2;
in init_eps()
1878
for (i = 0; i < ci->
hw_ep_max
; i++) {
in destroy_eps()
H
A
D
ci.h
180
* @
hw_ep_max
: total number of endpoints supported by hardware
233
unsigned
hw_ep_max
;
member
H
A
D
core.c
234
ci->
hw_ep_max
= reg * 2; /* cache hw ENDPT_MAX */
in hw_device_init()
236
if (ci->
hw_ep_max
> ENDPT_MAX)
in hw_device_init()
Completed in 12 milliseconds