Lines Matching refs:interrupt_in_urb
443 if (!port->interrupt_out_urb || !port->interrupt_in_urb) { in cypress_generic_port_probe()
486 priv->read_urb_interval = port->interrupt_in_urb->interval; in cypress_generic_port_probe()
606 usb_fill_int_urb(port->interrupt_in_urb, serial->dev, in cypress_open()
608 port->interrupt_in_urb->transfer_buffer, in cypress_open()
609 port->interrupt_in_urb->transfer_buffer_length, in cypress_open()
611 result = usb_submit_urb(port->interrupt_in_urb, GFP_KERNEL); in cypress_open()
647 usb_kill_urb(port->interrupt_in_urb); in cypress_close()
1015 result = usb_submit_urb(port->interrupt_in_urb, GFP_KERNEL); in cypress_unthrottle()
1160 usb_fill_int_urb(port->interrupt_in_urb, port->serial->dev, in cypress_read_int_callback()
1163 port->interrupt_in_urb->transfer_buffer, in cypress_read_int_callback()
1164 port->interrupt_in_urb->transfer_buffer_length, in cypress_read_int_callback()
1167 result = usb_submit_urb(port->interrupt_in_urb, GFP_ATOMIC); in cypress_read_int_callback()