Searched refs:inputreq (Results 1 – 6 of 6) sorted by relevance
512 struct usbdev_req_s *req_temp = &uac->inputreq; in fuac_input_req_complete()691 (void)memset_s(&uac->inputreq, sizeof(struct usbdev_req_s), 0, sizeof(struct usbdev_req_s)); in usbclass_uac_bind()692 uac->inputreq.callback = fuac_input_req_complete; in usbclass_uac_bind()693 uac->inputreq.priv = (void *)uac; in usbclass_uac_bind()694 uac->inputreq.buf = NULL; in usbclass_uac_bind()696 ep->handle_req = &uac->inputreq; in usbclass_uac_bind()
489 (void)memset_s(&hid->inputreq, sizeof(struct usbdev_req_s), 0, sizeof(struct usbdev_req_s)); in usbclass_hid_bind()490 hid->inputreq.callback = fhid_input_req_complete; in usbclass_hid_bind()491 hid->inputreq.priv = (void *)hid; in usbclass_hid_bind()492 hid->inputreq.buf = NULL; in usbclass_hid_bind()494 ep->handle_req = &hid->inputreq; in usbclass_hid_bind()
74 struct usbdev_req_s inputreq; /* HID report request */ member
61 struct usbdev_req_s inputreq; /* Audio Streaming request */ member
194 struct usbdev_req_s *req = &fuac->inputreq; in uac_send_data_sub()
190 req = &fhid->inputreq; in hid_send_data_sub()