Searched refs:USBDEVFS_URB_SHORT_NOT_OK (Results 1 – 5 of 5) sorted by relevance
79 #define USBDEVFS_URB_SHORT_NOT_OK 0x01 macro
99 #define USBDEVFS_URB_SHORT_NOT_OK 0x01 macro
1529 unsigned long mask = USBDEVFS_URB_SHORT_NOT_OK | in proc_do_submiturb()1775 if (allow_short && uurb->flags & USBDEVFS_URB_SHORT_NOT_OK) in proc_do_submiturb()1783 if (!allow_short && uurb->flags & USBDEVFS_URB_SHORT_NOT_OK) in proc_do_submiturb()