Searched refs:notify_req (Results 1 – 5 of 5) sorted by relevance
54 struct usb_request *notify_req; member502 req = acm->notify_req; in acm_cdc_notify()503 acm->notify_req = NULL; in acm_cdc_notify()527 acm->notify_req = req; in acm_cdc_notify()540 if (acm->notify_req) { in acm_notify_serial_state()565 acm->notify_req = req; in acm_cdc_notify_complete()667 acm->notify_req = gs_alloc_req(ep, in acm_bind()670 if (!acm->notify_req) in acm_bind()674 acm->notify_req->context = acm; in acm_bind()703 if (acm->notify_req) in acm_bind()[all …]
53 struct usb_request *notify_req; member377 struct usb_request *req = ecm->notify_req; in ecm_do_notify()771 if (!ecm->notify_req) in ecm_bind()774 if (!ecm->notify_req->buf) in ecm_bind()776 ecm->notify_req->context = ecm; in ecm_bind()777 ecm->notify_req->complete = ecm_notify_complete; in ecm_bind()814 if (ecm->notify_req) { in ecm_bind()815 kfree(ecm->notify_req->buf); in ecm_bind()914 usb_ep_dequeue(ecm->notify, ecm->notify_req); in ecm_unbind()918 kfree(ecm->notify_req->buf); in ecm_unbind()[all …]
78 struct usb_request *notify_req; member388 struct usb_request *req = rndis->notify_req; in rndis_response_available()770 if (!rndis->notify_req) in rndis_bind()773 if (!rndis->notify_req->buf) in rndis_bind()775 rndis->notify_req->length = STATUS_BYTECOUNT; in rndis_bind()776 rndis->notify_req->context = rndis; in rndis_bind()777 rndis->notify_req->complete = rndis_response_complete; in rndis_bind()827 if (rndis->notify_req) { in rndis_bind()828 kfree(rndis->notify_req->buf); in rndis_bind()978 kfree(rndis->notify_req->buf); in rndis_unbind()[all …]
54 struct usb_request *notify_req; member544 struct usb_request *req = ncm->notify_req; in ncm_do_notify()1509 if (!ncm->notify_req) in ncm_bind()1512 if (!ncm->notify_req->buf) in ncm_bind()1514 ncm->notify_req->context = ncm; in ncm_bind()1515 ncm->notify_req->complete = ncm_notify_complete; in ncm_bind()1560 if (ncm->notify_req) { in ncm_bind()1561 kfree(ncm->notify_req->buf); in ncm_bind()1684 usb_ep_dequeue(ncm->notify, ncm->notify_req); in ncm_unbind()1688 kfree(ncm->notify_req->buf); in ncm_unbind()[all …]
648 u32 notify_get, notify_req; in mei_ioctl() local739 if (copy_from_user(¬ify_req, in mei_ioctl()740 (char __user *)data, sizeof(notify_req))) { in mei_ioctl()745 rets = mei_ioctl_client_notify_request(file, notify_req); in mei_ioctl()
Completed in 28 milliseconds