Lines Matching refs:notify_req
58 struct usb_request *notify_req; member
476 struct usb_request *req = ncm->notify_req; in ncm_do_notify()
523 ncm->notify_req = NULL; in ncm_do_notify()
533 ncm->notify_req = req; in ncm_do_notify()
578 ncm->notify_req = req; in ncm_notify_complete()
1415 ncm->notify_req = usb_ep_alloc_request(ep, GFP_KERNEL); in ncm_bind()
1416 if (!ncm->notify_req) in ncm_bind()
1418 ncm->notify_req->buf = kmalloc(NCM_STATUS_BYTECOUNT, GFP_KERNEL); in ncm_bind()
1419 if (!ncm->notify_req->buf) in ncm_bind()
1421 ncm->notify_req->context = ncm; in ncm_bind()
1422 ncm->notify_req->complete = ncm_notify_complete; in ncm_bind()
1459 if (ncm->notify_req) { in ncm_bind()
1460 kfree(ncm->notify_req->buf); in ncm_bind()
1461 usb_ep_free_request(ncm->notify, ncm->notify_req); in ncm_bind()
1562 kfree(ncm->notify_req->buf); in ncm_unbind()
1563 usb_ep_free_request(ncm->notify, ncm->notify_req); in ncm_unbind()