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_GADGET
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
otg.c
125
?
CI_ROLE_GADGET
in ci_otg_role()
177
if (ci->vbus_active && ci->role ==
CI_ROLE_GADGET
)
in ci_handle_id_switch()
186
if (role ==
CI_ROLE_GADGET
&&
in ci_handle_id_switch()
199
if (role ==
CI_ROLE_GADGET
)
in ci_handle_id_switch()
H
A
D
ci.h
109
CI_ROLE_GADGET
,
enumerator
302
else if (ci->role ==
CI_ROLE_GADGET
&& ci->vbus_active)
in ci_role_to_usb_role()
313
return
CI_ROLE_GADGET
;
in usb_role_to_ci_role()
445
ci->roles[
CI_ROLE_GADGET
] && (otg_caps->srp_support ||
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()
917
else if (ci->roles[
CI_ROLE_GADGET
])
in ci_hdrc_query_available_role()
928
if (ci->is_otg && ci->roles[
CI_ROLE_GADGET
])
in ci_role_destroy()
966
if (!(ci->roles[CI_ROLE_HOST] && ci->roles[
CI_ROLE_GADGET
])) {
in role_store()
990
if (!ret && ci->role ==
CI_ROLE_GADGET
)
in role_store()
1135
if (!ci->roles[CI_ROLE_HOST] && !ci->roles[
CI_ROLE_GADGET
]) {
in ci_hdrc_probe()
1141
if (ci->is_otg && 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()
1170
ci->role =
CI_ROLE_GADGET
;
in ci_hdrc_probe()
1175
:
CI_ROLE_GADGET
;
in ci_hdrc_probe()
[all...]
H
A
D
debug.c
127
if (ci->role !=
CI_ROLE_GADGET
) {
in ci_qheads_show()
161
if (ci->role !=
CI_ROLE_GADGET
) {
in ci_requests_show()
H
A
D
otg_fsm.c
555
ci_role_start(ci,
CI_ROLE_GADGET
);
in ci_otg_start_host()
H
A
D
udc.c
2115
if (!ci->roles[
CI_ROLE_GADGET
])
in ci_hdrc_gadget_destroy()
2181
ci->roles[
CI_ROLE_GADGET
] = rdrv;
in ci_hdrc_gadget_init()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
otg.c
125
?
CI_ROLE_GADGET
in ci_otg_role()
178
if (ci->vbus_active && ci->role ==
CI_ROLE_GADGET
)
in ci_handle_id_switch()
187
if (role ==
CI_ROLE_GADGET
&&
in ci_handle_id_switch()
200
if (role ==
CI_ROLE_GADGET
)
in ci_handle_id_switch()
H
A
D
core.c
651
if (ci->roles[CI_ROLE_HOST] && ci->roles[
CI_ROLE_GADGET
]) {
in ci_get_role()
661
role =
CI_ROLE_GADGET
;
in ci_get_role()
665
:
CI_ROLE_GADGET
;
in ci_get_role()
871
} else if (role ==
CI_ROLE_GADGET
) {
in ci_power_lost_work()
952
if (ci->roles[CI_ROLE_HOST] && ci->roles[
CI_ROLE_GADGET
])
in ci_hdrc_query_available_role()
956
else if (ci->roles[
CI_ROLE_GADGET
])
in ci_hdrc_query_available_role()
967
if (ci->is_otg && ci->roles[
CI_ROLE_GADGET
])
in ci_role_destroy()
1005
if (!(ci->roles[CI_ROLE_HOST] && ci->roles[
CI_ROLE_GADGET
])) {
in role_store()
1029
if (!ret && ci->role ==
CI_ROLE_GADGET
)
in role_store()
1177
if (!ci->roles[CI_ROLE_HOST] && !ci->roles[
CI_ROLE_GADGET
]) {
in ci_hdrc_probe()
[all...]
H
A
D
ci.h
110
CI_ROLE_GADGET
,
enumerator
322
else if (ci->role ==
CI_ROLE_GADGET
&& ci->vbus_active)
in ci_role_to_usb_role()
333
return
CI_ROLE_GADGET
;
in usb_role_to_ci_role()
465
ci->roles[
CI_ROLE_GADGET
] && (otg_caps->srp_support ||
in ci_otg_is_fsm_mode()
H
A
D
debug.c
127
if (ci->role !=
CI_ROLE_GADGET
) {
in ci_qheads_show()
161
if (ci->role !=
CI_ROLE_GADGET
) {
in ci_requests_show()
H
A
D
otg_fsm.c
562
ci_role_start(ci,
CI_ROLE_GADGET
);
in ci_otg_start_host()
H
A
D
udc.c
2153
if (!ci->roles[
CI_ROLE_GADGET
])
in ci_hdrc_gadget_destroy()
2251
ci->roles[
CI_ROLE_GADGET
] = rdrv;
in ci_hdrc_gadget_init()
Completed in 20 milliseconds