Lines Matching full:bulk
45 * @bulk_in_buffer: pointer to the bulk in buffer for this port.
47 * @read_urb: pointer to the bulk in struct urb for this port.
48 * @bulk_in_endpointAddress: endpoint address for the bulk in pipe for this
50 * @bulk_in_buffers: pointers to the bulk in buffers for this port
51 * @read_urbs: pointers to the bulk in urbs for this port
52 * @read_urbs_free: status bitmap the for bulk in urbs
53 * @bulk_out_buffer: pointer to the bulk out buffer for this port.
55 * @write_urb: pointer to the bulk out struct urb for this port.
57 * @bulk_out_buffers: pointers to the bulk out buffers for this port
58 * @write_urbs: pointers to the bulk out urbs for this port
59 * @write_urbs_free: status bitmap the for bulk out urbs
62 * @bulk_out_endpointAddress: endpoint address for the bulk out pipe for this
138 * @num_bulk_in: number of bulk in endpoints we have
139 * @num_bulk_out: number of bulk out endpoints we have
196 * @num_bulk_in: minimum number of bulk-in endpoints
197 * @num_bulk_out: minimum number of bulk-out endpoints
200 * @bulk_in_size: minimum number of bytes to allocate for bulk-in buffer
202 * @bulk_out_size: bytes to allocate for bulk-out buffer (0 = end-point size)
309 /* Called by the generic read bulk callback */