Lines Matching refs:set
361 bool extcon_host; /* check id and set EXTCON_USB_HOST */
362 bool extcon_usb; /* check vbus and set EXTCON_USB */
551 /* Enables {U2,U1} if the bits of UDIR and UREQ are set to 0 */
564 /* Enables U2 if the bits of UDIR and UREQ are set to 0 */
575 /* Enables U1 if the bits of UDIR and UREQ are set to 0 */
816 /* This bit shall be set within 12ms from the start of HotReset */
1635 struct usb_ctrlrequest *ctrl, bool set)
1642 if (!set)
1652 usb3_feature_u1_enable(usb3, set);
1654 usb3_feature_u2_enable(usb3, set);
1720 bool set)
1730 usb3_set_halt(usb3_ep, set, true);
1733 if (!set) {
1744 struct usb_ctrlrequest *ctrl, bool set)
1750 stall = usb3_std_req_feature_device(usb3, ctrl, set);
1755 stall = usb3_std_req_feature_endpoint(usb3, ctrl, set);
2413 /* Must set the mode before device_attach of the host */
2436 /* Must set the mode before device_attach of the host */
2744 .set = renesas_usb3_role_switch_set,