table of contents
other versions
- wheezy 3.2.78-1
| USB_URB_DIR_OUT(9) | Host-Side Data Types and Macro | USB_URB_DIR_OUT(9) |
NAME¶
usb_urb_dir_out - check if an URB describes an OUT transferSYNOPSIS¶
int
usb_urb_dir_out(struct urb * urb);
ARGUMENTS¶
urbURB to be checked
DESCRIPTION¶
Returns 1 if urb describes an OUT transfer (host-to-device), otherwise 0.COPYRIGHT¶
| March 2016 | Kernel Hackers Manual 3.2. |