HomeSort by relevance Sort by last modified time
    Searched refs:hs_ep_in (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/usb/gadget/
f_fastboot.c 69 static struct usb_endpoint_descriptor hs_ep_in = { variable in typeref:struct:usb_endpoint_descriptor
104 (struct usb_descriptor_header *)&hs_ep_in,
181 hs_ep_in.bEndpointAddress = fs_ep_in.bEndpointAddress;
264 d = fb_ep_desc(gadget, &fs_ep_in, &hs_ep_in);
f_rockusb.c 41 static struct usb_endpoint_descriptor hs_ep_in = { variable in typeref:struct:usb_endpoint_descriptor
76 (struct usb_descriptor_header *)&hs_ep_in,
179 hs_ep_in.bEndpointAddress = fs_ep_in.bEndpointAddress;
267 d = rkusb_ep_desc(gadget, &fs_ep_in, &hs_ep_in);

Completed in 903 milliseconds