Lines Matching refs:int_ep
70 struct usb_ep *int_ep; member
1107 uac2->int_ep = usb_ep_autoconfig(gadget, &fs_ep_int_desc); in afunc_bind()
1108 if (!uac2->int_ep) { in afunc_bind()
1287 if (!uac2->int_ep->enabled) in afunc_notify()
1295 req = usb_ep_alloc_request(uac2->int_ep, GFP_ATOMIC); in afunc_notify()
1320 ret = usb_ep_queue(uac2->int_ep, req, GFP_ATOMIC); in afunc_notify()
1330 usb_ep_free_request(uac2->int_ep, req); in afunc_notify()
1361 if (uac2->int_ep) { in afunc_set_alt()
1362 usb_ep_disable(uac2->int_ep); in afunc_set_alt()
1363 config_ep_by_speed(gadget, &agdev->func, uac2->int_ep); in afunc_set_alt()
1364 usb_ep_enable(uac2->int_ep); in afunc_set_alt()
1421 if (uac2->int_ep) in afunc_disable()
1422 usb_ep_disable(uac2->int_ep); in afunc_disable()