1USB_URB_DIR_IN(9) Host-Side Data Types and Macro USB_URB_DIR_IN(9)
23
4
NAME
6usb_urb_dir_in - check if an URB describes an IN transfer
7
SYNOPSIS
9int usb_urb_dir_in(struct urb * urb);
10
ARGUMENTS
12urb
13URB to be checked
14
RETURN
161 if urb describes an IN transfer (device-to-host), otherwise 0.
17
COPYRIGHT
19Kernel Hackers Manual 3.10 June 2019 USB_URB_DIR_IN(9)