Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/chipidea/
Dci.h108 CI_ROLE_END, enumerator
211 struct ci_role_driver *roles[CI_ROLE_END];
261 BUG_ON(ci->role >= CI_ROLE_END || !ci->roles[ci->role]); in ci_role()
269 if (role >= CI_ROLE_END) in ci_role_start()
285 if (role == CI_ROLE_END) in ci_role_stop()
288 ci->role = CI_ROLE_END; in ci_role_stop()
Ddebug.c254 if (ci->role != CI_ROLE_END) in ci_role_show()
272 for (role = CI_ROLE_HOST; role < CI_ROLE_END; role++) in ci_role_write()
278 if (role == CI_ROLE_END || role == ci->role) in ci_role_write()
Dcore.c582 if (ci->role != CI_ROLE_END) in ci_irq()
843 if (ci->role != CI_ROLE_END) in role_show()
861 for (role = CI_ROLE_HOST; role < CI_ROLE_END; role++) in role_store()
866 if (role == CI_ROLE_END || role == ci->role) in role_store()
Dhost.c191 ci->role = CI_ROLE_END; in host_stop()