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_HOST
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
ci.h
109
CI_ROLE_HOST
= 0,
enumerator
293
if (role ==
CI_ROLE_HOST
)
in ci_role_start()
320
if (ci->role ==
CI_ROLE_HOST
)
in ci_role_to_usb_role()
331
return
CI_ROLE_HOST
;
in usb_role_to_ci_role()
464
return ci->is_otg && ci->roles[
CI_ROLE_HOST
] &&
in ci_otg_is_fsm_mode()
H
A
D
core.c
651
if (ci->roles[
CI_ROLE_HOST
] && ci->roles[CI_ROLE_GADGET]) {
in ci_get_role()
664
role = ci->roles[
CI_ROLE_HOST
] ?
CI_ROLE_HOST
in ci_get_role()
952
if (ci->roles[
CI_ROLE_HOST
] && ci->roles[CI_ROLE_GADGET])
in ci_hdrc_query_available_role()
954
else if (ci->roles[
CI_ROLE_HOST
])
in ci_hdrc_query_available_role()
1005
if (!(ci->roles[
CI_ROLE_HOST
] && ci->roles[CI_ROLE_GADGET])) {
in role_store()
1010
for (role =
CI_ROLE_HOST
; role < CI_ROLE_END; role++)
in role_store()
1177
if (!ci->roles[
CI_ROLE_HOST
] && !ci->roles[CI_ROLE_GADGET]) {
in ci_hdrc_probe()
H
A
D
otg.c
126
:
CI_ROLE_HOST
;
in ci_otg_role()
H
A
D
host.c
235
if (ci->role ==
CI_ROLE_HOST
&& ci->hcd)
in ci_hdrc_host_destroy()
486
ci->roles[
CI_ROLE_HOST
] = rdrv;
in ci_hdrc_host_init()
H
A
D
otg_fsm.c
559
ci_role_start(ci,
CI_ROLE_HOST
);
in ci_otg_start_host()
H
A
D
udc.c
1792
if (ci_otg_is_fsm_mode(ci) || ci->role ==
CI_ROLE_HOST
)
in ci_udc_pullup()
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
ci.h
108
CI_ROLE_HOST
= 0,
enumerator
300
if (ci->role ==
CI_ROLE_HOST
)
in ci_role_to_usb_role()
311
return
CI_ROLE_HOST
;
in usb_role_to_ci_role()
444
return ci->is_otg && ci->roles[
CI_ROLE_HOST
] &&
in ci_otg_is_fsm_mode()
H
A
D
core.c
913
if (ci->roles[
CI_ROLE_HOST
] && ci->roles[CI_ROLE_GADGET])
in ci_hdrc_query_available_role()
915
else if (ci->roles[
CI_ROLE_HOST
])
in ci_hdrc_query_available_role()
966
if (!(ci->roles[
CI_ROLE_HOST
] && ci->roles[CI_ROLE_GADGET])) {
in role_store()
971
for (role =
CI_ROLE_HOST
; role < CI_ROLE_END; role++)
in role_store()
1135
if (!ci->roles[
CI_ROLE_HOST
] && !ci->roles[CI_ROLE_GADGET]) {
in ci_hdrc_probe()
1159
if (ci->roles[
CI_ROLE_HOST
] && ci->roles[CI_ROLE_GADGET]) {
in ci_hdrc_probe()
1173
ci->role = ci->roles[
CI_ROLE_HOST
]
in ci_hdrc_probe()
1174
?
CI_ROLE_HOST
in ci_hdrc_probe()
H
A
D
otg.c
126
:
CI_ROLE_HOST
;
in ci_otg_role()
H
A
D
host.c
221
if (ci->role ==
CI_ROLE_HOST
&& ci->hcd)
in ci_hdrc_host_destroy()
375
ci->roles[
CI_ROLE_HOST
] = rdrv;
in ci_hdrc_host_init()
H
A
D
debug.c
272
for (role =
CI_ROLE_HOST
; role < CI_ROLE_END; role++)
in ci_role_write()
H
A
D
otg_fsm.c
552
ci_role_start(ci,
CI_ROLE_HOST
);
in ci_otg_start_host()
H
A
D
udc.c
1758
if (ci_otg_is_fsm_mode(ci) || ci->role ==
CI_ROLE_HOST
)
in ci_udc_pullup()
Completed in 15 milliseconds