Searched refs:notify_req (Results 1 – 5 of 5) sorted by relevance
55 struct usb_request *notify_req; member503 req = acm->notify_req; in acm_cdc_notify()504 acm->notify_req = NULL; in acm_cdc_notify()528 acm->notify_req = req; in acm_cdc_notify()541 if (acm->notify_req) { in acm_notify_serial_state()566 acm->notify_req = req; in acm_cdc_notify_complete()671 acm->notify_req = gs_alloc_req(ep, in acm_bind()674 if (!acm->notify_req) in acm_bind()678 acm->notify_req->context = acm; in acm_bind()705 if (acm->notify_req) in acm_bind()[all …]
53 struct usb_request *notify_req; member366 struct usb_request *req = ecm->notify_req; in ecm_do_notify()756 if (!ecm->notify_req) in ecm_bind()759 if (!ecm->notify_req->buf) in ecm_bind()761 ecm->notify_req->context = ecm; in ecm_bind()762 ecm->notify_req->complete = ecm_notify_complete; in ecm_bind()797 if (ecm->notify_req) { in ecm_bind()798 kfree(ecm->notify_req->buf); in ecm_bind()917 usb_ep_dequeue(ecm->notify, ecm->notify_req); in ecm_unbind()921 kfree(ecm->notify_req->buf); in ecm_unbind()[all …]
78 struct usb_request *notify_req; member375 struct usb_request *req = rndis->notify_req; in rndis_response_available()757 if (!rndis->notify_req) in rndis_bind()760 if (!rndis->notify_req->buf) in rndis_bind()762 rndis->notify_req->length = STATUS_BYTECOUNT; in rndis_bind()763 rndis->notify_req->context = rndis; in rndis_bind()764 rndis->notify_req->complete = rndis_response_complete; in rndis_bind()812 if (rndis->notify_req) { in rndis_bind()813 kfree(rndis->notify_req->buf); in rndis_bind()963 kfree(rndis->notify_req->buf); in rndis_unbind()[all …]
54 struct usb_request *notify_req; member536 struct usb_request *req = ncm->notify_req; in ncm_do_notify()1524 if (!ncm->notify_req) in ncm_bind()1527 if (!ncm->notify_req->buf) in ncm_bind()1529 ncm->notify_req->context = ncm; in ncm_bind()1530 ncm->notify_req->complete = ncm_notify_complete; in ncm_bind()1573 if (ncm->notify_req) { in ncm_bind()1574 kfree(ncm->notify_req->buf); in ncm_bind()1743 usb_ep_dequeue(ncm->notify, ncm->notify_req); in ncm_unbind()1747 kfree(ncm->notify_req->buf); in ncm_unbind()[all …]
650 u32 notify_get, notify_req; in mei_ioctl() local741 if (copy_from_user(¬ify_req, in mei_ioctl()742 (char __user *)data, sizeof(notify_req))) { in mei_ioctl()747 rets = mei_ioctl_client_notify_request(file, notify_req); in mei_ioctl()
Completed in 19 milliseconds