suse man page for usb_buffer_map

Query: usb_buffer_map

OS: suse

Section: 9

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

USB_BUFFER_MAP(9)						   USB Core APIs						 USB_BUFFER_MAP(9)

NAME
usb_buffer_map - create DMA mapping(s) for an urb
SYNOPSIS
struct urb * usb_buffer_map(struct urb * urb);
ARGUMENTS
urb urb whose transfer_buffer/setup_packet will be mapped
DESCRIPTION
Return value is either null (indicating no buffer could be mapped), or the parameter. URB_NO_TRANSFER_DMA_MAP and URB_NO_SETUP_DMA_MAP are added to urb->transfer_flags if the operation succeeds. If the device is connected to this system through a non-DMA controller, this operation always succeeds. This call would normally be used for an urb which is reused, perhaps as the target of a large periodic transfer, with usb_buffer_dmasync calls to synchronize memory and dma state. Reverse the effect of this call with usb_buffer_unmap.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 USB_BUFFER_MAP(9)
Related Man Pages
usb_poison_urb(9) - centos
usb_sg_init(9) - suse
usb_submit_urb(9) - suse
struct_urb(9) - centos
struct_urb(9) - suse
Similar Topics in the Unix Linux Community
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues
SOCKS proxy & PAM configuration exposure
A (ksh) Library For and From UNIX.com
Docker learning Phase-I