Home
last modified time | relevance | path

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

/linux/drivers/usb/misc/
H A Dusbio.c37 #define USBIO_PKTFLAG_CMP BIT(2) macro
40 #define USBIO_PKTFLAGS_REQRESP (USBIO_PKTFLAG_CMP | USBIO_PKTFLAG_ACK)
159 cpkt->header.flags = USBIO_PKTFLAG_CMP; in usbio_ctrl_msg()
287 bpkt->header.flags = USBIO_PKTFLAG_CMP; in usbio_bulk_msg()