Home
last modified time | relevance | path

Searched refs:CI_ROLE_GADGET (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/usb/chipidea/
Dotg.c125 ? CI_ROLE_GADGET in ci_otg_role()
176 if (ci->vbus_active && ci->role == CI_ROLE_GADGET) in ci_handle_id_switch()
185 if (role == CI_ROLE_GADGET && in ci_handle_id_switch()
198 if (role == CI_ROLE_GADGET) in ci_handle_id_switch()
Dci.h110 CI_ROLE_GADGET, enumerator
299 else if (ci->role == CI_ROLE_GADGET && ci->vbus_active) in ci_role_to_usb_role()
310 return CI_ROLE_GADGET; in usb_role_to_ci_role()
442 ci->roles[CI_ROLE_GADGET] && (otg_caps->srp_support || in ci_otg_is_fsm_mode()
Dcore.c917 if (ci->roles[CI_ROLE_HOST] && ci->roles[CI_ROLE_GADGET]) in ci_hdrc_query_available_role()
921 else if (ci->roles[CI_ROLE_GADGET]) in ci_hdrc_query_available_role()
932 if (ci->is_otg && ci->roles[CI_ROLE_GADGET]) in ci_role_destroy()
970 if (!(ci->roles[CI_ROLE_HOST] && ci->roles[CI_ROLE_GADGET])) { in role_store()
987 if (!ret && ci->role == CI_ROLE_GADGET) in role_store()
1130 if (!ci->roles[CI_ROLE_HOST] && !ci->roles[CI_ROLE_GADGET]) { in ci_hdrc_probe()
1136 if (ci->is_otg && ci->roles[CI_ROLE_GADGET]) { in ci_hdrc_probe()
1154 if (ci->roles[CI_ROLE_HOST] && ci->roles[CI_ROLE_GADGET]) { in ci_hdrc_probe()
1165 ci->role = CI_ROLE_GADGET; in ci_hdrc_probe()
1170 : CI_ROLE_GADGET; in ci_hdrc_probe()
[all …]
Ddebug.c127 if (ci->role != CI_ROLE_GADGET) { in ci_qheads_show()
161 if (ci->role != CI_ROLE_GADGET) { in ci_requests_show()
Dotg_fsm.c562 ci_role_start(ci, CI_ROLE_GADGET); in ci_otg_start_host()
Dudc.c2143 if (!ci->roles[CI_ROLE_GADGET]) in ci_hdrc_gadget_destroy()
2209 ci->roles[CI_ROLE_GADGET] = rdrv; in ci_hdrc_gadget_init()