Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/typec/
Dhd3ss3220.c56 enum usb_role attached_state; in hd3ss3220_get_attached_state() local
66 attached_state = USB_ROLE_HOST; in hd3ss3220_get_attached_state()
69 attached_state = USB_ROLE_DEVICE; in hd3ss3220_get_attached_state()
72 attached_state = USB_ROLE_NONE; in hd3ss3220_get_attached_state()
76 return attached_state; in hd3ss3220_get_attached_state()