centos man page for usb_anchor_urb

Query: usb_anchor_urb

OS: centos

Section: 9

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

USB_ANCHOR_URB(9)						   USB Core APIs						 USB_ANCHOR_URB(9)

NAME
usb_anchor_urb - anchors an URB while it is processed
SYNOPSIS
void usb_anchor_urb(struct urb * urb, struct usb_anchor * anchor);
ARGUMENTS
urb pointer to the urb to anchor anchor pointer to the anchor
DESCRIPTION
This can be called to have access to URBs which are to be executed without bothering to track them
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 USB_ANCHOR_URB(9)
Related Man Pages
usb_bulk_msg(9) - suse
usb_control_msg(9) - suse
usb_fill_int_urb(9) - centos
usb_interrupt_msg(9) - centos
usb_unlink_urb(9) - centos
Similar Topics in the Unix Linux Community
Kernel crash - NULL pointer dereference when calling DEVICE_WRITE from KTHREAD in a USB device drive
Kernel crash - NULL pointer dereference when calling DEVICE_WRITE from KTHREAD in a USB device drive