Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Df_fastboot.c53 static struct usb_endpoint_descriptor fs_ep_in = { variable
98 (struct usb_descriptor_header *)&fs_ep_in,
167 f_fb->in_ep = usb_ep_autoconfig(gadget, &fs_ep_in); in fastboot_bind()
181 hs_ep_in.bEndpointAddress = fs_ep_in.bEndpointAddress; in fastboot_bind()
264 d = fb_ep_desc(gadget, &fs_ep_in, &hs_ep_in); in fastboot_set_alt()
H A Df_rockusb.c25 static struct usb_endpoint_descriptor fs_ep_in = { variable
70 (struct usb_descriptor_header *)&fs_ep_in,
166 f_rkusb->in_ep = usb_ep_autoconfig(gadget, &fs_ep_in); in rockusb_bind()
179 hs_ep_in.bEndpointAddress = fs_ep_in.bEndpointAddress; in rockusb_bind()
267 d = rkusb_ep_desc(gadget, &fs_ep_in, &hs_ep_in); in rockusb_set_alt()