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()
604 usb_fill_int_urb(port->interrupt_in_urb, serial->dev, in cypress_open()
606 port->interrupt_in_urb->transfer_buffer, in cypress_open()
607 port->interrupt_in_urb->transfer_buffer_length, in cypress_open()
609 result = usb_submit_urb(port->interrupt_in_urb, GFP_KERNEL); in cypress_open()
645 usb_kill_urb(port->interrupt_in_urb); in cypress_close()
999 result = usb_submit_urb(port->interrupt_in_urb, GFP_KERNEL); in cypress_unthrottle()
1144 usb_fill_int_urb(port->interrupt_in_urb, port->serial->dev, in cypress_read_int_callback()
1147 port->interrupt_in_urb->transfer_buffer, in cypress_read_int_callback()
1148 port->interrupt_in_urb->transfer_buffer_length, in cypress_read_int_callback()
1151 result = usb_submit_urb(port->interrupt_in_urb, GFP_ATOMIC); in cypress_read_int_callback()