Searched refs:ctrl_req (Results 1 - 5 of 5) sorted by relevance

/drivers/net/usb/
H A Dhso.c1792 struct usb_ctrlrequest *ctrl_req,
1799 if (!serial || !ctrl_urb || !ctrl_req) {
1805 ctrl_req->wValue = 0;
1806 ctrl_req->wIndex = cpu_to_le16(hso_port_to_mux(port));
1807 ctrl_req->wLength = cpu_to_le16(size);
1811 ctrl_req->bRequestType = USB_DIR_IN |
1814 ctrl_req->bRequest = USB_CDC_GET_ENCAPSULATED_RESPONSE;
1818 ctrl_req->bRequestType = USB_DIR_OUT |
1821 ctrl_req->bRequest = USB_CDC_SEND_ENCAPSULATED_COMMAND;
1827 ctrl_req
1790 mux_device_request(struct hso_serial *serial, u8 type, u16 port, struct urb *ctrl_urb, struct usb_ctrlrequest *ctrl_req, u8 *ctrl_urb_data, u32 size) argument
[all...]
/drivers/usb/dwc3/
H A Dgadget.c2136 dwc->ctrl_req = dma_alloc_coherent(dwc->dev, sizeof(*dwc->ctrl_req),
2138 if (!dwc->ctrl_req) {
2253 dma_free_coherent(dwc->dev, sizeof(*dwc->ctrl_req),
2254 dwc->ctrl_req, dwc->ctrl_req_addr);
2281 dma_free_coherent(dwc->dev, sizeof(*dwc->ctrl_req),
2282 dwc->ctrl_req, dwc->ctrl_req_addr);
H A Dcore.h568 * @ctrl_req: usb control request which is used for ep0
569 * @ep0_trb: trb which is used for the ctrl_req
572 * @ctrl_req_addr: dma address of ctrl_req
606 struct usb_ctrlrequest *ctrl_req; member in struct:dwc3
H A Dep0.c525 struct usb_ctrlrequest *ctrl = dwc->ctrl_req;
/drivers/usb/gadget/
H A Ds3c-hsotg.c145 * @ctrl_req: Request for EP0 control packets.
165 struct usb_request *ctrl_req; member in struct:s3c_hsotg
1261 struct usb_request *req = hsotg->ctrl_req;
3379 hsotg->ctrl_req = s3c_hsotg_ep_alloc_request(&hsotg->eps[0].ep,
3381 if (!hsotg->ctrl_req) {

Completed in 77 milliseconds