Home
last modified time | relevance | path

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

/drivers/usb/chipidea/
Dcore.c666 if (!ci->roles[CI_ROLE_HOST] && !ci->roles[CI_ROLE_GADGET]) { in ci_hdrc_probe()
672 if (ci->is_otg && ci->roles[CI_ROLE_GADGET]) { in ci_hdrc_probe()
683 if (ci->roles[CI_ROLE_HOST] && ci->roles[CI_ROLE_GADGET]) { in ci_hdrc_probe()
694 ci->role = CI_ROLE_GADGET; in ci_hdrc_probe()
699 : CI_ROLE_GADGET; in ci_hdrc_probe()
703 if (ci->role == CI_ROLE_GADGET) in ci_hdrc_probe()
Dci.h96 CI_ROLE_GADGET, enumerator
341 ci->roles[CI_ROLE_GADGET]; in ci_otg_is_fsm_mode()
Dotg.c53 ? CI_ROLE_GADGET in ci_otg_role()
Ddebug.c130 if (ci->role != CI_ROLE_GADGET) { in ci_qheads_show()
176 if (ci->role != CI_ROLE_GADGET) { in ci_requests_show()
Dudc.c1855 if (!ci->roles[CI_ROLE_GADGET]) in ci_hdrc_gadget_destroy()
1911 ci->roles[CI_ROLE_GADGET] = rdrv; in ci_hdrc_gadget_init()
Dotg_fsm.c546 ci_role_start(ci, CI_ROLE_GADGET); in ci_otg_start_host()