Searched refs:CI_ROLE_END (Results 1 – 4 of 4) sorted by relevance
111 CI_ROLE_END, enumerator217 struct ci_role_driver *roles[CI_ROLE_END];267 BUG_ON(ci->role >= CI_ROLE_END || !ci->roles[ci->role]); in ci_role()275 if (role >= CI_ROLE_END) in ci_role_start()291 if (role == CI_ROLE_END) in ci_role_stop()294 ci->role = CI_ROLE_END; in ci_role_stop()316 return CI_ROLE_END; in usb_role_to_ci_role()
254 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()
566 if (ci->role != CI_ROLE_END) in ci_irq_handler()964 if (ci->role != CI_ROLE_END) in role_show()982 for (role = CI_ROLE_HOST; role < CI_ROLE_END; role++) in role_store()987 if (role == CI_ROLE_END || role == ci->role) in role_store()1368 if (ci->role != CI_ROLE_END && ci_role(ci)->suspend) in ci_suspend()1430 if (ci->role != CI_ROLE_END && ci_role(ci)->resume) in ci_resume()
217 ci->role = CI_ROLE_END; in host_stop()
Completed in 9 milliseconds