Home
last modified time | relevance | path

Searched refs:interrupt_out_buffer (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/usb/misc/
A Dldusb.c176 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()
711 dev->interrupt_out_buffer = in ld_usb_probe()
714 if (!dev->interrupt_out_buffer) in ld_usb_probe()
A Dlegousbtower.c211 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()
A Dadutux.c95 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-6.3-rc2/drivers/usb/serial/
A Dcypress_m8.c715 port->interrupt_out_buffer[0] = priv->line_control; in cypress_send()
720 port->interrupt_out_buffer[0] = priv->line_control; in cypress_send()
736 &port->interrupt_out_buffer[offset], in cypress_send()
745 port->interrupt_out_buffer[1] = count; in cypress_send()
748 port->interrupt_out_buffer[0] |= count; in cypress_send()
769 port->interrupt_out_buffer, actual_size, in cypress_send()
A Dusb-serial.c681 kfree(port->interrupt_out_buffer); in usb_serial_port_release()
950 port->interrupt_out_buffer = kmalloc(buffer_size, GFP_KERNEL); in setup_port_interrupt_out()
951 if (!port->interrupt_out_buffer) in setup_port_interrupt_out()
955 port->interrupt_out_buffer, buffer_size, in setup_port_interrupt_out()
A Dkobil_sct.c333 memcpy(port->interrupt_out_buffer, in kobil_write()
/linux-6.3-rc2/include/linux/usb/
A Dserial.h77 unsigned char *interrupt_out_buffer; member

Completed in 21 milliseconds