Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/chipidea/
Dci.h108 CI_ROLE_END, enumerator
208 struct ci_role_driver *roles[CI_ROLE_END];
255 BUG_ON(ci->role >= CI_ROLE_END || !ci->roles[ci->role]); in ci_role()
263 if (role >= CI_ROLE_END) in ci_role_start()
279 if (role == CI_ROLE_END) in ci_role_stop()
282 ci->role = CI_ROLE_END; in ci_role_stop()
Ddebug.c315 for (role = CI_ROLE_HOST; role < CI_ROLE_END; role++) in ci_role_write()
321 if (role == CI_ROLE_END || role == ci->role) in ci_role_write()
Dcore.c600 if (ci->role != CI_ROLE_END) in ci_irq()