Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/chipidea/
H A Dci.h110 CI_ROLE_END, enumerator
213 struct ci_role_driver *roles[CI_ROLE_END];
264 BUG_ON(ci->role >= CI_ROLE_END || !ci->roles[ci->role]); in ci_role()
272 if (role >= CI_ROLE_END) in ci_role_start()
288 if (role == CI_ROLE_END) in ci_role_stop()
291 ci->role = CI_ROLE_END; in ci_role_stop()
313 return CI_ROLE_END; in usb_role_to_ci_role()
H A 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()
H A Dcore.c559 if (ci->role != CI_ROLE_END) in ci_irq_handler()
609 if ((ci_role != CI_ROLE_END && !ci->roles[ci_role]) || in ci_usb_role_switch_set()
946 if (ci->role != CI_ROLE_END) in role_show()
964 for (role = CI_ROLE_HOST; role < CI_ROLE_END; role++) in role_store()
969 if (role == CI_ROLE_END || role == ci->role) in role_store()
H A Dhost.c203 ci->role = CI_ROLE_END; in host_stop()