centos man page for usb_get_urb

Query: usb_get_urb

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

USB_GET_URB(9)							   USB Core APIs						    USB_GET_URB(9)

NAME
usb_get_urb - increments the reference count of the urb
SYNOPSIS
struct urb * usb_get_urb(struct urb * urb);
ARGUMENTS
urb pointer to the urb to modify, may be NULL
DESCRIPTION
This must be called whenever a urb is transferred from a device driver to a host controller driver. This allows proper reference counting to happen for urbs.
RETURN
A pointer to the urb with the incremented reference counter.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 USB_GET_URB(9)
Related Man Pages
usb_poison_urb(9) - centos
usb_fill_int_urb(9) - suse
usb_bulk_msg(9) - centos
usb_control_msg(9) - centos
usb_kill_urb(9) - centos
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
Docker learning Phase-I