Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Dcore.h22 USB_ROLE_DEVICE, enumerator
87 struct cdns3_role_driver *roles[USB_ROLE_DEVICE + 1];
H A Dcore.c50 if (WARN_ON(role > USB_ROLE_DEVICE)) in cdns3_role_start()
76 if (WARN_ON(role > USB_ROLE_DEVICE)) in cdns3_role_stop()
222 role = USB_ROLE_DEVICE; in cdsn3_hw_role_state_machine()
228 case USB_ROLE_DEVICE: /* from GADGET, we can only change to NONE*/ in cdsn3_hw_role_state_machine()
242 role = USB_ROLE_DEVICE; in cdsn3_hw_role_state_machine()
H A Dgadget.c2734 cdns->roles[USB_ROLE_DEVICE] = rdrv; in cdns3_gadget_init()
/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpm.c722 usb_role = USB_ROLE_DEVICE; in tcpm_set_roles()