other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
USB_URB_DIR_IN(9) | Host-Side Data Types and Macro | USB_URB_DIR_IN(9) |
NAME¶
usb_urb_dir_in - check if an URB describes an IN transferSYNOPSIS¶
int
usb_urb_dir_in(struct urb * urb);
ARGUMENTS¶
urbURB to be checked
RETURN¶
1 if urb describes an IN transfer (device-to-host), otherwise 0.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |