Home
last modified time | relevance | path

Searched refs:ctrl_req (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/char/tpm/
Dtpm_crb.c78 u32 ctrl_req; member
157 iowrite32(CRB_CTRL_REQ_GO_IDLE, &priv->regs_t->ctrl_req); in __crb_go_idle()
159 if (!crb_wait_for_reg_32(&priv->regs_t->ctrl_req, in __crb_go_idle()
200 iowrite32(CRB_CTRL_REQ_CMD_READY, &priv->regs_t->ctrl_req); in __crb_cmd_ready()
201 if (!crb_wait_for_reg_32(&priv->regs_t->ctrl_req, in __crb_cmd_ready()
/Linux-v4.19/drivers/net/usb/
Dhso.c1767 struct usb_ctrlrequest *ctrl_req, in mux_device_request() argument
1774 if (!serial || !ctrl_urb || !ctrl_req) { in mux_device_request()
1780 ctrl_req->wValue = 0; in mux_device_request()
1781 ctrl_req->wIndex = cpu_to_le16(hso_port_to_mux(port)); in mux_device_request()
1782 ctrl_req->wLength = cpu_to_le16(size); in mux_device_request()
1786 ctrl_req->bRequestType = USB_DIR_IN | in mux_device_request()
1789 ctrl_req->bRequest = USB_CDC_GET_ENCAPSULATED_RESPONSE; in mux_device_request()
1793 ctrl_req->bRequestType = USB_DIR_OUT | in mux_device_request()
1796 ctrl_req->bRequest = USB_CDC_SEND_ENCAPSULATED_COMMAND; in mux_device_request()
1802 ctrl_req->bRequestType, ctrl_req->wLength, port); in mux_device_request()
[all …]
/Linux-v4.19/drivers/usb/dwc2/
Dcore.h1144 struct usb_request *ctrl_req; member
Dgadget.c1906 struct usb_request *req = hsotg->ctrl_req; in dwc2_hsotg_enqueue_setup()
4713 hsotg->ctrl_req = dwc2_hsotg_ep_alloc_request(&hsotg->eps_out[0]->ep, in dwc2_gadget_init()
4715 if (!hsotg->ctrl_req) { in dwc2_gadget_init()
4733 hsotg->ctrl_req); in dwc2_gadget_init()
4749 dwc2_hsotg_ep_free_request(&hsotg->eps_out[0]->ep, hsotg->ctrl_req); in dwc2_hsotg_remove()