Home
last modified time | relevance | path

Searched refs:CI_ROLE_GADGET (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/usb/chipidea/
Dotg.c125 ? CI_ROLE_GADGET in ci_otg_role()
176 if (ci->vbus_active && ci->role == CI_ROLE_GADGET) in ci_handle_id_switch()
185 if (role == CI_ROLE_GADGET && in ci_handle_id_switch()
198 if (role == CI_ROLE_GADGET) in ci_handle_id_switch()
Dci.h109 CI_ROLE_GADGET, enumerator
298 else if (ci->role == CI_ROLE_GADGET && ci->vbus_active) in ci_role_to_usb_role()
309 return CI_ROLE_GADGET; in usb_role_to_ci_role()
441 ci->roles[CI_ROLE_GADGET] && (otg_caps->srp_support || in ci_otg_is_fsm_mode()
Dcore.c915 if (ci->roles[CI_ROLE_HOST] && ci->roles[CI_ROLE_GADGET]) in ci_hdrc_query_available_role()
919 else if (ci->roles[CI_ROLE_GADGET]) in ci_hdrc_query_available_role()
930 if (ci->is_otg && ci->roles[CI_ROLE_GADGET]) in ci_role_destroy()
968 if (!(ci->roles[CI_ROLE_HOST] && ci->roles[CI_ROLE_GADGET])) { in role_store()
985 if (!ret && ci->role == CI_ROLE_GADGET) in role_store()
1128 if (!ci->roles[CI_ROLE_HOST] && !ci->roles[CI_ROLE_GADGET]) { in ci_hdrc_probe()
1134 if (ci->is_otg && ci->roles[CI_ROLE_GADGET]) { in ci_hdrc_probe()
1152 if (ci->roles[CI_ROLE_HOST] && ci->roles[CI_ROLE_GADGET]) { in ci_hdrc_probe()
1163 ci->role = CI_ROLE_GADGET; in ci_hdrc_probe()
1168 : CI_ROLE_GADGET; in ci_hdrc_probe()
[all …]
Ddebug.c127 if (ci->role != CI_ROLE_GADGET) { in ci_qheads_show()
161 if (ci->role != CI_ROLE_GADGET) { in ci_requests_show()
Dotg_fsm.c553 ci_role_start(ci, CI_ROLE_GADGET); in ci_otg_start_host()
Dudc.c2129 if (!ci->roles[CI_ROLE_GADGET]) in ci_hdrc_gadget_destroy()
2195 ci->roles[CI_ROLE_GADGET] = rdrv; in ci_hdrc_gadget_init()