Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/chipidea/
Dci.h106 CI_ROLE_END, enumerator
206 struct ci_role_driver *roles[CI_ROLE_END];
253 BUG_ON(ci->role >= CI_ROLE_END || !ci->roles[ci->role]); in ci_role()
261 if (role >= CI_ROLE_END) in ci_role_start()
277 if (role == CI_ROLE_END) in ci_role_stop()
280 ci->role = CI_ROLE_END; in ci_role_stop()
Ddebug.c310 for (role = CI_ROLE_HOST; role < CI_ROLE_END; role++) in ci_role_write()
316 if (role == CI_ROLE_END || role == ci->role) in ci_role_write()
Dcore.c554 if (ci->role != CI_ROLE_END) in ci_irq()