File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1455,6 +1455,10 @@ typedef void (*usb_complete_t)(struct urb *);
1455
1455
* @sg: scatter gather buffer list, the buffer size of each element in
1456
1456
* the list (except the last) must be divisible by the endpoint's
1457
1457
* max packet size if no_sg_constraint isn't set in 'struct usb_bus'
1458
+ * @sgt: used to hold a scatter gather table returned by usb_alloc_noncoherent(),
1459
+ * which describes the allocated non-coherent and possibly non-contiguous
1460
+ * memory and is guaranteed to have 1 single DMA mapped segment. The
1461
+ * allocated memory needs to be freed by usb_free_noncoherent().
1458
1462
* @num_mapped_sgs: (internal) number of mapped sg entries
1459
1463
* @num_sgs: number of entries in the sg list
1460
1464
* @transfer_buffer_length: How big is transfer_buffer. The transfer may
You can’t perform that action at this time.
0 commit comments