Home
last modified time | relevance | path

Searched refs:CDNS3_EP_ZLP_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.h1098 #define CDNS3_EP_ZLP_BUF_SIZE 1024 macro
H A Dcdns3-gadget.c3383 priv_dev->zlp_buf = kzalloc(CDNS3_EP_ZLP_BUF_SIZE, GFP_KERNEL); in cdns3_gadget_start()