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:max_root_hub
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
r8a66597-hcd.c
194
for (port = 0; port < r8a66597->
max_root_hub
; port++)
in enable_controller()
216
for (port = 0; port < r8a66597->
max_root_hub
; port++)
in disable_controller()
252
if (*root_port >= r8a66597->
max_root_hub
)
in get_port_number()
426
for (port = 0; port < r8a66597->
max_root_hub
; port++) {
in free_usb_address()
1807
for (port = 0; port < r8a66597->
max_root_hub
; port++)
in r8a66597_timer()
2115
for (i = 0; i < r8a66597->
max_root_hub
; i++) {
in r8a66597_hub_status_data()
2130
desc->bNbrPorts = r8a66597->
max_root_hub
;
in r8a66597_hub_descriptor()
2136
((1 << r8a66597->
max_root_hub
) - 1) << 1;
in r8a66597_hub_descriptor()
2164
if (wIndex > r8a66597->
max_root_hub
)
in r8a66597_hub_control()
2197
if (wIndex > r8a66597->
max_root_hub
)
in r8a66597_hub_control()
[all...]
H
A
D
r8a66597.h
122
unsigned int
max_root_hub
;
member
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
r8a66597-hcd.c
194
for (port = 0; port < r8a66597->
max_root_hub
; port++)
in enable_controller()
216
for (port = 0; port < r8a66597->
max_root_hub
; port++)
in disable_controller()
252
if (*root_port >= r8a66597->
max_root_hub
)
in get_port_number()
426
for (port = 0; port < r8a66597->
max_root_hub
; port++) {
in free_usb_address()
1807
for (port = 0; port < r8a66597->
max_root_hub
; port++)
in r8a66597_timer()
2114
for (i = 0; i < r8a66597->
max_root_hub
; i++) {
in r8a66597_hub_status_data()
2129
desc->bNbrPorts = r8a66597->
max_root_hub
;
in r8a66597_hub_descriptor()
2135
((1 << r8a66597->
max_root_hub
) - 1) << 1;
in r8a66597_hub_descriptor()
2163
if (wIndex > r8a66597->
max_root_hub
)
in r8a66597_hub_control()
2196
if (wIndex > r8a66597->
max_root_hub
)
in r8a66597_hub_control()
[all...]
H
A
D
r8a66597.h
122
unsigned int
max_root_hub
;
member
Completed in 8 milliseconds