Home
last modified time | relevance | path

Searched refs:USBDEVFS_URB_SHORT_NOT_OK (Results 1 – 3 of 3) sorted by last modified time

/linux/drivers/usb/core/
H A Ddevio.c1632 unsigned long mask = USBDEVFS_URB_SHORT_NOT_OK | in proc_do_submiturb()
1878 if (allow_short && uurb->flags & USBDEVFS_URB_SHORT_NOT_OK) in proc_do_submiturb()
1886 if (!allow_short && uurb->flags & USBDEVFS_URB_SHORT_NOT_OK) in proc_do_submiturb()
/linux/tools/include/uapi/linux/
H A Dusbdevice_fs.h
/linux/include/uapi/linux/
H A Dusbdevice_fs.h99 #define USBDEVFS_URB_SHORT_NOT_OK 0x01 macro