Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/typec/
Dhd3ss3220.c52 enum usb_role attached_state; in hd3ss3220_get_attached_state() local
62 attached_state = USB_ROLE_HOST; in hd3ss3220_get_attached_state()
65 attached_state = USB_ROLE_DEVICE; in hd3ss3220_get_attached_state()
68 attached_state = USB_ROLE_NONE; in hd3ss3220_get_attached_state()
72 return attached_state; in hd3ss3220_get_attached_state()