Lines Matching refs:int_ep
71 struct usb_ep *int_ep; member
1190 uac2->int_ep = usb_ep_autoconfig(gadget, &fs_ep_int_desc); in afunc_bind()
1191 if (!uac2->int_ep) { in afunc_bind()
1377 if (!uac2->int_ep->enabled) in afunc_notify()
1385 req = usb_ep_alloc_request(uac2->int_ep, GFP_ATOMIC); in afunc_notify()
1410 ret = usb_ep_queue(uac2->int_ep, req, GFP_ATOMIC); in afunc_notify()
1420 usb_ep_free_request(uac2->int_ep, req); in afunc_notify()
1451 if (uac2->int_ep) { in afunc_set_alt()
1452 usb_ep_disable(uac2->int_ep); in afunc_set_alt()
1453 config_ep_by_speed(gadget, &agdev->func, uac2->int_ep); in afunc_set_alt()
1454 usb_ep_enable(uac2->int_ep); in afunc_set_alt()
1511 if (uac2->int_ep) in afunc_disable()
1512 usb_ep_disable(uac2->int_ep); in afunc_disable()