Lines Matching refs:interrupt_in_urb
446 if (!port->interrupt_out_urb || !port->interrupt_in_urb) { in cypress_generic_port_probe()
489 priv->read_urb_interval = port->interrupt_in_urb->interval; in cypress_generic_port_probe()
607 usb_fill_int_urb(port->interrupt_in_urb, serial->dev, in cypress_open()
609 port->interrupt_in_urb->transfer_buffer, in cypress_open()
610 port->interrupt_in_urb->transfer_buffer_length, in cypress_open()
612 result = usb_submit_urb(port->interrupt_in_urb, GFP_KERNEL); in cypress_open()
648 usb_kill_urb(port->interrupt_in_urb); in cypress_close()
1002 result = usb_submit_urb(port->interrupt_in_urb, GFP_KERNEL); in cypress_unthrottle()
1147 usb_fill_int_urb(port->interrupt_in_urb, port->serial->dev, in cypress_read_int_callback()
1150 port->interrupt_in_urb->transfer_buffer, in cypress_read_int_callback()
1151 port->interrupt_in_urb->transfer_buffer_length, in cypress_read_int_callback()
1154 result = usb_submit_urb(port->interrupt_in_urb, GFP_ATOMIC); in cypress_read_int_callback()