Searched refs:bulk_out_buffers (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/usb/
H A Dserial.h52 * @bulk_out_buffers: pointers to the bulk out buffers for this port
96 unsigned char *bulk_out_buffers[2]; member in struct:usb_serial_port
/linux-master/drivers/usb/serial/
H A Dusb-serial.c676 kfree(port->bulk_out_buffers[i]);
897 port->bulk_out_buffers[i] = kmalloc(buffer_size, GFP_KERNEL);
898 if (!port->bulk_out_buffers[i])
902 port->bulk_out_buffers[i], buffer_size,
907 port->bulk_out_buffer = port->bulk_out_buffers[0];
H A Df81534.c522 f81534_prepare_write_buffer(port, port->bulk_out_buffers[0]);

Completed in 152 milliseconds