Searched refs:CI_ROLE_HOST (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/usb/chipidea/
H A Dotg.c91 : CI_ROLE_HOST; ci_otg_role()
H A Dhost.c198 if (ci->role == CI_ROLE_HOST && ci->hcd) ci_hdrc_host_destroy()
258 ci->roles[CI_ROLE_HOST] = rdrv; ci_hdrc_host_init()
H A Dci.h106 CI_ROLE_HOST = 0, enumerator in enum:ci_role
413 return ci->is_otg && ci->roles[CI_ROLE_HOST] && ci_otg_is_fsm_mode()
H A Dcore.c995 if (!ci->roles[CI_ROLE_HOST] && !ci->roles[CI_ROLE_GADGET]) { ci_hdrc_probe()
1009 if (ci->roles[CI_ROLE_HOST] && ci->roles[CI_ROLE_GADGET]) { ci_hdrc_probe()
1023 ci->role = ci->roles[CI_ROLE_HOST] ci_hdrc_probe()
1024 ? CI_ROLE_HOST ci_hdrc_probe()
H A Ddebug.c315 for (role = CI_ROLE_HOST; role < CI_ROLE_END; role++) ci_role_write()
H A Dotg_fsm.c525 ci_role_start(ci, CI_ROLE_HOST); ci_otg_start_host()

Completed in 147 milliseconds