Query: usb_buffer_map
OS: centos
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)NAMEusb_buffer_map - create DMA mapping(s) for an urbSYNOPSISstruct urb * usb_buffer_map(struct urb * urb);ARGUMENTSurb urb whose transfer_buffer/setup_packet will be mappedDESCRIPTIONURB_NO_TRANSFER_DMA_MAP is 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.RETURNEither NULL (indicating no buffer could be mapped), or urb.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_BUFFER_MAP(9)
Related Man Pages |
---|
usb_buffer_map_sg(9) - suse |
usb_fill_int_urb(9) - suse |
usb_unlink_urb(9) - suse |
usb_fill_int_urb(9) - centos |
struct_urb(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Set hard block limit for user using quota |
DB2 convert digits to binary format |
[TIP] Processing YAML files with yq |
Please Welcome Dave Munro to the Moderator Team! |