Searched defs:zlp (Results 1 – 6 of 6) sorted by relevance
/external/coreboot/payloads/libpayload/drivers/udc/ |
D | dwc2_priv.h | 38 int zlp; // append zero length packet? member
|
D | udc.c | 63 static unsigned int zlp(struct usbdev_ctrl *this, const int epnum, in zlp() function
|
D | chipidea.c | 304 int in_dir, void *data, int len, int zlp, int autofree) in chipidea_enqueue_packet()
|
D | chipidea_priv.h | 154 int zlp; // append zero length packet? member
|
D | dwc2.c | 468 int in_dir, void *data, int len, int zlp, int autofree) in dwc2_enqueue_packet()
|
/external/libusb/libusb/os/ |
D | windows_common.h | 290 …uint8_t zlp[USB_MAXENDPOINTS]; // Current per-endpoint SHORT_PACKET_TERMINATE status (enum WINUSB_… member
|