Searched refs:interrupt_out_buffer (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/usb/misc/ |
| D | ldusb.c | 177 char *interrupt_out_buffer; member 212 kfree(dev->interrupt_out_buffer); in ld_usb_delete() 570 if (copy_from_user(dev->interrupt_out_buffer, buffer, bytes_to_write)) { in ld_usb_write() 582 dev->interrupt_out_buffer, in ld_usb_write() 597 dev->interrupt_out_buffer, in ld_usb_write() 712 dev->interrupt_out_buffer = in ld_usb_probe() 715 if (!dev->interrupt_out_buffer) in ld_usb_probe()
|
| D | legousbtower.c | 212 char* interrupt_out_buffer; member 298 kfree (dev->interrupt_out_buffer); in tower_delete() 667 if (copy_from_user (dev->interrupt_out_buffer, buffer, bytes_to_write)) { in tower_write() 676 dev->interrupt_out_buffer, in tower_write() 831 dev->interrupt_out_buffer = NULL; in tower_probe() 855 dev->interrupt_out_buffer = kmalloc (write_buffer_size, GFP_KERNEL); in tower_probe() 856 if (!dev->interrupt_out_buffer) in tower_probe()
|
| D | adutux.c | 95 char *interrupt_out_buffer; member 151 kfree(dev->interrupt_out_buffer); in adu_delete() 581 if (copy_from_user(dev->interrupt_out_buffer, buffer, bytes_to_write) != 0) { in adu_write() 591 dev->interrupt_out_buffer, in adu_write() 715 dev->interrupt_out_buffer = kmalloc(out_end_size, GFP_KERNEL); in adu_probe() 716 if (!dev->interrupt_out_buffer) in adu_probe()
|
| /Linux-v5.4/drivers/usb/serial/ |
| D | cypress_m8.c | 714 port->interrupt_out_buffer[0] = priv->line_control; in cypress_send() 719 port->interrupt_out_buffer[0] = priv->line_control; in cypress_send() 735 &port->interrupt_out_buffer[offset], in cypress_send() 744 port->interrupt_out_buffer[1] = count; in cypress_send() 747 port->interrupt_out_buffer[0] |= count; in cypress_send() 768 port->interrupt_out_buffer, actual_size, in cypress_send()
|
| D | usb-serial.c | 596 kfree(port->interrupt_out_buffer); in usb_serial_port_release() 853 port->interrupt_out_buffer = kmalloc(buffer_size, GFP_KERNEL); in setup_port_interrupt_out() 854 if (!port->interrupt_out_buffer) in setup_port_interrupt_out() 858 port->interrupt_out_buffer, buffer_size, in setup_port_interrupt_out()
|
| D | kobil_sct.c | 334 memcpy(port->interrupt_out_buffer, in kobil_write()
|
| /Linux-v5.4/include/linux/usb/ |
| D | serial.h | 84 unsigned char *interrupt_out_buffer; member
|