Searched refs:zlp_buf (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.h624 * @zlp_buf: zlp buffer.
660 void *zlp_buf; member in struct:cdns2_device
H A Dcdns2-gadget.c261 if (request->buf == pdev->zlp_buf)
1727 zlp_request->buf = pdev->zlp_buf;
2341 pdev->zlp_buf = kzalloc(CDNS2_EP_ZLP_BUF_SIZE, GFP_KERNEL);
2342 if (!pdev->zlp_buf) {
2370 kfree(pdev->zlp_buf);
2430 kfree(pdev->zlp_buf);
/linux-master/drivers/usb/cdns3/
H A Dcdns3-gadget.c835 if (request->complete && request->buf != priv_dev->zlp_buf) {
842 if (request->buf == priv_dev->zlp_buf)
2660 zlp_request->buf = priv_dev->zlp_buf;
3277 kfree(priv_dev->zlp_buf);
3384 priv_dev->zlp_buf = kzalloc(CDNS3_EP_ZLP_BUF_SIZE, GFP_KERNEL);
3385 if (!priv_dev->zlp_buf) {
3399 kfree(priv_dev->zlp_buf);
H A Dcdns3-gadget.h1268 * @zlp_buf - zlp buffer
1309 void *zlp_buf; member in struct:cdns3_device

Completed in 93 milliseconds