CI_ROLE_END 212 drivers/usb/chipidea/ci.h struct ci_role_driver *roles[CI_ROLE_END]; CI_ROLE_END 263 drivers/usb/chipidea/ci.h BUG_ON(ci->role >= CI_ROLE_END || !ci->roles[ci->role]); CI_ROLE_END 271 drivers/usb/chipidea/ci.h if (role >= CI_ROLE_END) CI_ROLE_END 287 drivers/usb/chipidea/ci.h if (role == CI_ROLE_END) CI_ROLE_END 290 drivers/usb/chipidea/ci.h ci->role = CI_ROLE_END; CI_ROLE_END 584 drivers/usb/chipidea/core.c if (ci->role != CI_ROLE_END) CI_ROLE_END 931 drivers/usb/chipidea/core.c if (ci->role != CI_ROLE_END) CI_ROLE_END 949 drivers/usb/chipidea/core.c for (role = CI_ROLE_HOST; role < CI_ROLE_END; role++) CI_ROLE_END 954 drivers/usb/chipidea/core.c if (role == CI_ROLE_END || role == ci->role) CI_ROLE_END 254 drivers/usb/chipidea/debug.c if (ci->role != CI_ROLE_END) CI_ROLE_END 272 drivers/usb/chipidea/debug.c for (role = CI_ROLE_HOST; role < CI_ROLE_END; role++) CI_ROLE_END 278 drivers/usb/chipidea/debug.c if (role == CI_ROLE_END || role == ci->role) CI_ROLE_END 203 drivers/usb/chipidea/host.c ci->role = CI_ROLE_END;