Searched refs:interrupt_out_buffer (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dldusb.c167 char* interrupt_out_buffer; member in struct:ld_usb
206 kfree(dev->interrupt_out_buffer);
552 /* write the data into interrupt_out_buffer from userspace */
558 if (copy_from_user(dev->interrupt_out_buffer, buffer, bytes_to_write)) {
570 dev->interrupt_out_buffer,
583 dev->interrupt_out_buffer,
708 dev->interrupt_out_buffer = kmalloc(write_buffer_size*dev->interrupt_out_endpoint_size, GFP_KERNEL);
709 if (!dev->interrupt_out_buffer) {
710 dev_err(&intf->dev, "Couldn't allocate interrupt_out_buffer\n");
H A Dlegousbtower.c159 char* interrupt_out_buffer; member in struct:lego_usb_tower
255 kfree (dev->interrupt_out_buffer);
647 /* write the data into interrupt_out_buffer from userspace */
651 if (copy_from_user (dev->interrupt_out_buffer, buffer, bytes_to_write)) {
660 dev->interrupt_out_buffer,
824 dev->interrupt_out_buffer = NULL;
866 dev->interrupt_out_buffer = kmalloc (write_buffer_size, GFP_KERNEL);
867 if (!dev->interrupt_out_buffer) {
868 err("Couldn't allocate interrupt_out_buffer");
H A Dadutux.c117 char* interrupt_out_buffer; member in struct:adu_device
187 kfree(dev->interrupt_out_buffer);
623 /* write the data into interrupt_out_buffer from userspace */
629 if (copy_from_user(dev->interrupt_out_buffer, buffer, bytes_to_write) != 0) {
639 dev->interrupt_out_buffer,
796 dev->interrupt_out_buffer = kmalloc(out_end_size, GFP_KERNEL);
797 if (!dev->interrupt_out_buffer) {
798 dev_err(&interface->dev, "Couldn't allocate interrupt_out_buffer\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/frontier/
H A Dalphatrack.c158 char *interrupt_out_buffer; member in struct:usb_alphatrack
211 kfree(dev->interrupt_out_buffer);
583 /* write the data into interrupt_out_buffer from userspace */
594 if (copy_from_user(dev->interrupt_out_buffer, buffer, bytes_to_write)) {
610 dev->interrupt_out_buffer, bytes_to_write,
758 dev->interrupt_out_buffer =
761 if (!dev->interrupt_out_buffer) {
762 dev_err(&intf->dev, "Couldn't allocate interrupt_out_buffer\n");
H A Dtranzport.c141 char *interrupt_out_buffer; member in struct:usb_tranzport
230 kfree(dev->interrupt_out_buffer);
705 /* write the data into interrupt_out_buffer from userspace */
718 if (copy_from_user(dev->interrupt_out_buffer, buffer, bytes_to_write)) {
734 dev->interrupt_out_buffer, bytes_to_write,
865 dev->interrupt_out_buffer =
868 if (!dev->interrupt_out_buffer) {
869 dev_err(&intf->dev, "Couldn't allocate interrupt_out_buffer\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dcypress_m8.c770 port->interrupt_out_buffer[0] = priv->line_control;
775 port->interrupt_out_buffer[0] = priv->line_control;
791 &port->interrupt_out_buffer[offset],
800 port->interrupt_out_buffer[1] = count;
803 port->interrupt_out_buffer[0] |= count;
825 port->interrupt_out_buffer, port->interrupt_out_size,
H A Dusb-serial.c599 kfree(port->interrupt_out_buffer);
1018 port->interrupt_out_buffer = kmalloc(buffer_size,
1020 if (!port->interrupt_out_buffer) {
1022 "Couldn't allocate interrupt_out_buffer\n");
1028 port->interrupt_out_buffer, buffer_size,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dserial.h51 * @interrupt_out_buffer: pointer to the interrupt out buffer for this port.
52 * @interrupt_out_size: the size of the interrupt_out_buffer, in bytes.
92 unsigned char *interrupt_out_buffer; member in struct:usb_serial_port

Completed in 86 milliseconds