Lines Matching refs:int_ep
71 struct usb_ep *int_ep; member
1189 uac2->int_ep = usb_ep_autoconfig(gadget, &fs_ep_int_desc); in afunc_bind()
1190 if (!uac2->int_ep) { in afunc_bind()
1376 if (!uac2->int_ep->enabled) in afunc_notify()
1384 req = usb_ep_alloc_request(uac2->int_ep, GFP_ATOMIC); in afunc_notify()
1409 ret = usb_ep_queue(uac2->int_ep, req, GFP_ATOMIC); in afunc_notify()
1419 usb_ep_free_request(uac2->int_ep, req); in afunc_notify()
1450 if (uac2->int_ep) { in afunc_set_alt()
1451 usb_ep_disable(uac2->int_ep); in afunc_set_alt()
1452 config_ep_by_speed(gadget, &agdev->func, uac2->int_ep); in afunc_set_alt()
1453 usb_ep_enable(uac2->int_ep); in afunc_set_alt()
1510 if (uac2->int_ep) in afunc_disable()
1511 usb_ep_disable(uac2->int_ep); in afunc_disable()