Home
last modified time | relevance | path

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

/linux/drivers/usb/misc/
H A Dusbio.c35 #define USBIO_PKTFLAG_ACK BIT(0) macro
40 #define USBIO_PKTFLAGS_REQRESP (USBIO_PKTFLAG_CMP | USBIO_PKTFLAG_ACK)
177 if (!(cpkt->header.flags & USBIO_PKTFLAG_ACK)) in usbio_ctrl_msg()
304 if (!(bpkt->header.flags & USBIO_PKTFLAG_ACK)) in usbio_bulk_msg()