usb_urb_dir_out(9)
NAME
usb_urb_dir_out - check if an URB describes an OUT transfer
SYNOPSIS
int usb_urb_dir_out(struct urb * urb);
ARGUMENTS
- urb
- URB to be checked
DESCRIPTION
Returns 1 if urb describes an OUT transfer (host-to-device), otherwise
0.
usb_urb_dir_out - check if an URB describes an OUT transfer
int usb_urb_dir_out(struct urb * urb);
Returns 1 if urb describes an OUT transfer (host-to-device), otherwise
0.