Lines Matching refs:usb_ep_descriptor
97 struct usb_ep_descriptor *ed) in test_udc_ep_try_config()
125 struct usb_ep_descriptor *ed) in test_udc_ep_enable()
164 struct usb_ep_descriptor *ed) in test_udc_ep_disable()
195 struct usb_ep_descriptor *ed) in test_udc_ep_buf_alloc()
221 struct usb_ep_descriptor *ed) in test_udc_ep_halt()
284 struct usb_ep_descriptor *ed) in test_udc_ep_dequeue()
324 struct usb_ep_descriptor *ed) in test_udc_ep_api()
366 struct usb_ep_descriptor ed = { in test_udc_ep_mps()
367 .bLength = sizeof(struct usb_ep_descriptor), in test_udc_ep_mps()
444 static struct usb_ep_descriptor ed_ctrl_out = {
445 .bLength = sizeof(struct usb_ep_descriptor),
453 static struct usb_ep_descriptor ed_ctrl_in = {
454 .bLength = sizeof(struct usb_ep_descriptor),
462 static struct usb_ep_descriptor ed_bulk_out = {
463 .bLength = sizeof(struct usb_ep_descriptor),
471 static struct usb_ep_descriptor ed_bulk_in = {
472 .bLength = sizeof(struct usb_ep_descriptor),