1. NAME

usb_urb_dir_out - check if an URB describes an OUT transfer

2. SYNOPSIS

int usb_urb_dir_out(struct urb *  urb );

3. ARGUMENTS

urb
    URB to be checked

4. DESCRIPTION

Returns 1 if urb describes an OUT transfer (host-to-device), otherwise 0.

5. COPYRIGHT