Home
last modified time | relevance | path

Searched refs:CI_ROLE_END (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dci.h110 CI_ROLE_END, enumerator
214 struct ci_role_driver *roles[CI_ROLE_END];
266 BUG_ON(ci->role >= CI_ROLE_END || !ci->roles[ci->role]); in ci_role()
274 if (role >= CI_ROLE_END) in ci_role_start()
290 if (role == CI_ROLE_END) in ci_role_stop()
293 ci->role = CI_ROLE_END; in ci_role_stop()
315 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.c566 if (ci->role != CI_ROLE_END) in ci_irq_handler()
616 if ((ci_role != CI_ROLE_END && !ci->roles[ci_role]) || in ci_usb_role_switch_set()
953 if (ci->role != CI_ROLE_END) in role_show()
971 for (role = CI_ROLE_HOST; role < CI_ROLE_END; role++) in role_store()
976 if (role == CI_ROLE_END) in role_store()
H A Dhost.c203 ci->role = CI_ROLE_END; in host_stop()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H A Dci.h111 CI_ROLE_END, enumerator
219 struct ci_role_driver *roles[CI_ROLE_END];
272 BUG_ON(ci->role >= CI_ROLE_END || !ci->roles[ci->role]); in ci_role()
280 if (role >= CI_ROLE_END) in ci_role_start()
307 if (role == CI_ROLE_END) in ci_role_stop()
310 ci->role = CI_ROLE_END; in ci_role_stop()
335 return CI_ROLE_END; in usb_role_to_ci_role()
H A Dcore.c573 if (ci->role != CI_ROLE_END) in ci_irq_handler()
992 if (ci->role != CI_ROLE_END) in role_show()
1010 for (role = CI_ROLE_HOST; role < CI_ROLE_END; role++) in role_store()
1015 if (role == CI_ROLE_END) in role_store()
1406 if (ci->role != CI_ROLE_END && ci_role(ci)->suspend) in ci_suspend()
1449 if (ci->role != CI_ROLE_END && ci_role(ci)->resume) in ci_resume()
H A Dhost.c217 ci->role = CI_ROLE_END; in host_stop()

Completed in 7 milliseconds