Lines Matching refs:notify_req
54 struct usb_request *notify_req; member
543 struct usb_request *req = ncm->notify_req; in ncm_do_notify()
590 ncm->notify_req = NULL; in ncm_do_notify()
600 ncm->notify_req = req; in ncm_do_notify()
645 ncm->notify_req = req; in ncm_notify_complete()
1477 ncm->notify_req = usb_ep_alloc_request(ep, GFP_KERNEL); in ncm_bind()
1478 if (!ncm->notify_req) in ncm_bind()
1480 ncm->notify_req->buf = kmalloc(NCM_STATUS_BYTECOUNT, GFP_KERNEL); in ncm_bind()
1481 if (!ncm->notify_req->buf) in ncm_bind()
1483 ncm->notify_req->context = ncm; in ncm_bind()
1484 ncm->notify_req->complete = ncm_notify_complete; in ncm_bind()
1529 if (ncm->notify_req) { in ncm_bind()
1530 kfree(ncm->notify_req->buf); in ncm_bind()
1531 usb_ep_free_request(ncm->notify, ncm->notify_req); in ncm_bind()
1652 kfree(ncm->notify_req->buf); in ncm_unbind()
1653 usb_ep_free_request(ncm->notify, ncm->notify_req); in ncm_unbind()