Lines Matching refs:interrupt_in_urb
445 if (!port->interrupt_out_urb || !port->interrupt_in_urb) { in cypress_generic_port_probe()
488 priv->read_urb_interval = port->interrupt_in_urb->interval; in cypress_generic_port_probe()
608 usb_fill_int_urb(port->interrupt_in_urb, serial->dev, in cypress_open()
610 port->interrupt_in_urb->transfer_buffer, in cypress_open()
611 port->interrupt_in_urb->transfer_buffer_length, in cypress_open()
613 result = usb_submit_urb(port->interrupt_in_urb, GFP_KERNEL); in cypress_open()
649 usb_kill_urb(port->interrupt_in_urb); in cypress_close()
1017 result = usb_submit_urb(port->interrupt_in_urb, GFP_KERNEL); in cypress_unthrottle()
1162 usb_fill_int_urb(port->interrupt_in_urb, port->serial->dev, in cypress_read_int_callback()
1165 port->interrupt_in_urb->transfer_buffer, in cypress_read_int_callback()
1166 port->interrupt_in_urb->transfer_buffer_length, in cypress_read_int_callback()
1169 result = usb_submit_urb(port->interrupt_in_urb, GFP_ATOMIC); in cypress_read_int_callback()