Lines Matching refs:set
368 bool extcon_host; /* check id and set EXTCON_USB_HOST */
369 bool extcon_usb; /* check vbus and set EXTCON_USB */
599 /* Enables {U2,U1} if the bits of UDIR and UREQ are set to 0 */
612 /* Enables U2 if the bits of UDIR and UREQ are set to 0 */
623 /* Enables U1 if the bits of UDIR and UREQ are set to 0 */
874 /* This bit shall be set within 12ms from the start of HotReset */
1693 struct usb_ctrlrequest *ctrl, bool set)
1700 if (!set)
1710 usb3_feature_u1_enable(usb3, set);
1712 usb3_feature_u2_enable(usb3, set);
1778 bool set)
1788 usb3_set_halt(usb3_ep, set, true);
1791 if (!set) {
1802 struct usb_ctrlrequest *ctrl, bool set)
1808 stall = usb3_std_req_feature_device(usb3, ctrl, set);
1813 stall = usb3_std_req_feature_endpoint(usb3, ctrl, set);
2505 /* Must set the mode before device_attach of the host */
2528 /* Must set the mode before device_attach of the host */
2830 .set = renesas_usb3_role_switch_set,