Home
last modified time | relevance | path

Searched refs:CI_ROLE_END (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/chipidea/
Dci.h97 CI_ROLE_END, enumerator
177 struct ci_role_driver *roles[CI_ROLE_END];
214 BUG_ON(ci->role >= CI_ROLE_END || !ci->roles[ci->role]); in ci_role()
222 if (role >= CI_ROLE_END) in ci_role_start()
238 if (role == CI_ROLE_END) in ci_role_stop()
241 ci->role = CI_ROLE_END; in ci_role_stop()
Ddebug.c293 if (ci->role != CI_ROLE_END) in ci_role_show()
311 for (role = CI_ROLE_HOST; role < CI_ROLE_END; role++) in ci_role_write()
317 if (role == CI_ROLE_END || role == ci->role) in ci_role_write()
Dcore.c451 if (ci->role != CI_ROLE_END) in ci_irq()