Searched refs:zlp_buf (Results 1 – 4 of 4) sorted by relevance
261 if (request->buf == pdev->zlp_buf) in cdns2_gadget_giveback()1727 zlp_request->buf = pdev->zlp_buf; in cdns2_gadget_ep_queue()2341 pdev->zlp_buf = kzalloc(CDNS2_EP_ZLP_BUF_SIZE, GFP_KERNEL); in cdns2_gadget_start()2342 if (!pdev->zlp_buf) { in cdns2_gadget_start()2370 kfree(pdev->zlp_buf); in cdns2_gadget_start()2430 kfree(pdev->zlp_buf); in cdns2_gadget_remove()
660 void *zlp_buf; member
838 if (request->buf == priv_dev->zlp_buf) in cdns3_gadget_giveback()2601 zlp_request->buf = priv_dev->zlp_buf; in cdns3_gadget_ep_queue()3200 kfree(priv_dev->zlp_buf); in cdns3_gadget_exit()3307 priv_dev->zlp_buf = kzalloc(CDNS3_EP_ZLP_BUF_SIZE, GFP_KERNEL); in cdns3_gadget_start()3308 if (!priv_dev->zlp_buf) { in cdns3_gadget_start()3322 kfree(priv_dev->zlp_buf); in cdns3_gadget_start()
1306 void *zlp_buf; member