Lines Matching refs:int_ep
71 struct usb_ep *int_ep; member
1180 uac2->int_ep = usb_ep_autoconfig(gadget, &fs_ep_int_desc); in afunc_bind()
1181 if (!uac2->int_ep) { in afunc_bind()
1367 if (!uac2->int_ep->enabled) in afunc_notify()
1375 req = usb_ep_alloc_request(uac2->int_ep, GFP_ATOMIC); in afunc_notify()
1400 ret = usb_ep_queue(uac2->int_ep, req, GFP_ATOMIC); in afunc_notify()
1410 usb_ep_free_request(uac2->int_ep, req); in afunc_notify()
1441 if (uac2->int_ep) { in afunc_set_alt()
1442 usb_ep_disable(uac2->int_ep); in afunc_set_alt()
1443 config_ep_by_speed(gadget, &agdev->func, uac2->int_ep); in afunc_set_alt()
1444 usb_ep_enable(uac2->int_ep); in afunc_set_alt()
1501 if (uac2->int_ep) in afunc_disable()
1502 usb_ep_disable(uac2->int_ep); in afunc_disable()