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:CI_ROLE_END
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
ci.h
110
CI_ROLE_END
,
enumerator
214
struct ci_role_driver *roles[
CI_ROLE_END
];
266
BUG_ON(ci->role >=
CI_ROLE_END
|| !ci->roles[ci->role]);
in ci_role()
274
if (role >=
CI_ROLE_END
)
in ci_role_start()
290
if (role ==
CI_ROLE_END
)
in ci_role_stop()
293
ci->role =
CI_ROLE_END
;
in ci_role_stop()
315
return
CI_ROLE_END
;
in usb_role_to_ci_role()
H
A
D
debug.c
254
if (ci->role !=
CI_ROLE_END
)
in ci_role_show()
272
for (role = CI_ROLE_HOST; role <
CI_ROLE_END
; role++)
in ci_role_write()
278
if (role ==
CI_ROLE_END
|| role == ci->role)
in ci_role_write()
H
A
D
core.c
566
if (ci->role !=
CI_ROLE_END
)
in ci_irq_handler()
616
if ((ci_role !=
CI_ROLE_END
&& !ci->roles[ci_role]) ||
in ci_usb_role_switch_set()
953
if (ci->role !=
CI_ROLE_END
)
in role_show()
971
for (role = CI_ROLE_HOST; role <
CI_ROLE_END
; role++)
in role_store()
976
if (role ==
CI_ROLE_END
)
in role_store()
H
A
D
host.c
203
ci->role =
CI_ROLE_END
;
in host_stop()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
ci.h
111
CI_ROLE_END
,
enumerator
219
struct ci_role_driver *roles[
CI_ROLE_END
];
272
BUG_ON(ci->role >=
CI_ROLE_END
|| !ci->roles[ci->role]);
in ci_role()
280
if (role >=
CI_ROLE_END
)
in ci_role_start()
307
if (role ==
CI_ROLE_END
)
in ci_role_stop()
310
ci->role =
CI_ROLE_END
;
in ci_role_stop()
335
return
CI_ROLE_END
;
in usb_role_to_ci_role()
H
A
D
core.c
573
if (ci->role !=
CI_ROLE_END
)
in ci_irq_handler()
992
if (ci->role !=
CI_ROLE_END
)
in role_show()
1010
for (role = CI_ROLE_HOST; role <
CI_ROLE_END
; role++)
in role_store()
1015
if (role ==
CI_ROLE_END
)
in role_store()
1406
if (ci->role !=
CI_ROLE_END
&& ci_role(ci)->suspend)
in ci_suspend()
1449
if (ci->role !=
CI_ROLE_END
&& ci_role(ci)->resume)
in ci_resume()
H
A
D
host.c
217
ci->role =
CI_ROLE_END
;
in host_stop()
Completed in 7 milliseconds