Searched refs:interrupt_out_buffer (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/usb/misc/ |
H A D | ldusb.c | 176 char *interrupt_out_buffer; member 211 kfree(dev->interrupt_out_buffer); in ld_usb_delete() 569 if (copy_from_user(dev->interrupt_out_buffer, buffer, bytes_to_write)) { in ld_usb_write() 581 dev->interrupt_out_buffer, in ld_usb_write() 596 dev->interrupt_out_buffer, in ld_usb_write() 710 dev->interrupt_out_buffer = in ld_usb_probe() 713 if (!dev->interrupt_out_buffer) in ld_usb_probe()
|
H A D | legousbtower.c | 211 char *interrupt_out_buffer; member 296 kfree(dev->interrupt_out_buffer); in tower_delete() 619 if (copy_from_user(dev->interrupt_out_buffer, buffer, bytes_to_write)) { in tower_write() 628 dev->interrupt_out_buffer, in tower_write() 782 dev->interrupt_out_buffer = kmalloc(write_buffer_size, GFP_KERNEL); in tower_probe() 783 if (!dev->interrupt_out_buffer) in tower_probe()
|
H A D | adutux.c | 95 char *interrupt_out_buffer; member 151 kfree(dev->interrupt_out_buffer); in adu_delete() 579 if (copy_from_user(dev->interrupt_out_buffer, buffer, bytes_to_write) != 0) { in adu_write() 589 dev->interrupt_out_buffer, in adu_write() 713 dev->interrupt_out_buffer = kmalloc(out_end_size, GFP_KERNEL); in adu_probe() 714 if (!dev->interrupt_out_buffer) in adu_probe()
|
/linux/drivers/usb/serial/ |
H A D | cypress_m8.c | 712 port->interrupt_out_buffer[0] = priv->line_control; in cypress_send() 717 port->interrupt_out_buffer[0] = priv->line_control; in cypress_send() 733 &port->interrupt_out_buffer[offset], in cypress_send() 742 port->interrupt_out_buffer[1] = count; in cypress_send() 745 port->interrupt_out_buffer[0] |= count; in cypress_send() 766 port->interrupt_out_buffer, actual_size, in cypress_send()
|
H A D | kobil_sct.c | 331 memcpy(port->interrupt_out_buffer, in kobil_write()
|
/linux/include/linux/usb/ |
H A D | serial.h | 77 unsigned char *interrupt_out_buffer; member
|