Home
last modified time | relevance | path

Searched refs:setup_buf (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/usb/cdns3/ !
H A Dcdnsp-ep0.c184 response = (__le16 *)pdev->setup_buf; in cdnsp_ep0_handle_status()
188 pdev->ep0_preq.request.buf = pdev->setup_buf; in cdnsp_ep0_handle_status()
363 pdev->ep0_preq.request.buf = pdev->setup_buf; in cdnsp_ep0_set_sel()
H A Dcdns3-ep0.c266 response_pkt = (__le16 *)priv_dev->setup_buf; in cdns3_req_ep0_get_status()
533 struct usb_ctrlrequest *ctrl = priv_dev->setup_buf; in cdns3_ep0_setup_phase()
H A Dcdnsp-gadget.c1941 pdev->setup_buf = kzalloc(CDNSP_EP0_SETUP_SIZE, GFP_KERNEL); in __cdnsp_gadget_init()
1942 if (!pdev->setup_buf) in __cdnsp_gadget_init()
1987 kfree(pdev->setup_buf); in __cdnsp_gadget_init()
H A Dcdns3-gadget.c3275 dma_free_coherent(priv_dev->sysdev, 8, priv_dev->setup_buf, in cdns3_gadget_exit()
3366 priv_dev->setup_buf = dma_alloc_coherent(priv_dev->sysdev, 8, in cdns3_gadget_start()
3368 if (!priv_dev->setup_buf) { in cdns3_gadget_start()
3403 dma_free_coherent(priv_dev->sysdev, 8, priv_dev->setup_buf, in cdns3_gadget_start()
H A Dcdns3-gadget.h1266 * @setup_buf: used while processing usb control requests
1267 * @setup_dma: dma address for setup_buf
1307 struct usb_ctrlrequest *setup_buf; member
H A Dcdnsp-gadget.h1381 * @setup_buf: Buffer for SETUP packet.
1439 void *setup_buf; member
/linux/drivers/usb/mtu3/ !
H A Dmtu3_gadget_ep0.c198 mtu->ep0_req.request.buf = mtu->setup_buf; in ep0_set_sel()
264 memcpy(mtu->setup_buf, result, sizeof(result)); in ep0_get_status()
267 mtu->ep0_req.request.buf = &mtu->setup_buf; in ep0_get_status()
H A Dmtu3.h320 * @setup_buf: ep0 response buffer for GET_STATUS and SET_SEL requests
347 u8 setup_buf[EP0_RESPONSE_BUF]; member
/linux/drivers/usb/dwc3/ !
H A Dgadget.c4696 dwc->setup_buf = kzalloc(DWC3_EP0_SETUP_SIZE, GFP_KERNEL); in dwc3_gadget_init()
4697 if (!dwc->setup_buf) { in dwc3_gadget_init()
4788 kfree(dwc->setup_buf); in dwc3_gadget_init()
4811 kfree(dwc->setup_buf); in dwc3_gadget_exit()
H A Dcore.h1000 * @setup_buf: used while precessing STD USB requests
1176 u8 *setup_buf; member