Lines Matching full:bulk
40 * @bulk_in_buffer: pointer to the bulk in buffer for this port.
42 * @read_urb: pointer to the bulk in struct urb for this port.
43 * @bulk_in_endpointAddress: endpoint address for the bulk in pipe for this
45 * @bulk_in_buffers: pointers to the bulk in buffers for this port
46 * @read_urbs: pointers to the bulk in urbs for this port
47 * @read_urbs_free: status bitmap the for bulk in urbs
48 * @bulk_out_buffer: pointer to the bulk out buffer for this port.
50 * @write_urb: pointer to the bulk out struct urb for this port.
52 * @bulk_out_buffers: pointers to the bulk out buffers for this port
53 * @write_urbs: pointers to the bulk out urbs for this port
54 * @write_urbs_free: status bitmap the for bulk out urbs
57 * @bulk_out_endpointAddress: endpoint address for the bulk out pipe for this
133 * @num_bulk_in: number of bulk in endpoints we have
134 * @num_bulk_out: number of bulk out endpoints we have
192 * @num_bulk_in: minimum number of bulk-in endpoints
193 * @num_bulk_out: minimum number of bulk-out endpoints
196 * @bulk_in_size: minimum number of bytes to allocate for bulk-in buffer
198 * @bulk_out_size: bytes to allocate for bulk-out buffer (0 = end-point size)
305 /* Called by the generic read bulk callback */