Searched refs:interrupt_out_busy (Results 1 – 2 of 2) sorted by relevance
215 int interrupt_out_busy; member417 if (dev->interrupt_out_busy) { in tower_release()418 wait_event_interruptible_timeout(dev->write_wait, !dev->interrupt_out_busy, in tower_release()473 if (!dev->interrupt_out_busy) in tower_poll()536 && (dev->read_buffer_length || dev->interrupt_out_busy)) { in tower_read()603 while (dev->interrupt_out_busy) { in tower_write()609 !dev->interrupt_out_busy); in tower_write()634 dev->interrupt_out_busy = 1; in tower_write()639 dev->interrupt_out_busy = 0; in tower_write()730 dev->interrupt_out_busy = 0; in tower_interrupt_out_callback()
182 int interrupt_out_busy; member198 if (dev->interrupt_out_busy) in ld_usb_abort_transfers()293 dev->interrupt_out_busy = 0; in ld_usb_interrupt_out_callback()398 if (dev->interrupt_out_busy) in ld_usb_release()399 wait_event_interruptible_timeout(dev->write_wait, !dev->interrupt_out_busy, 2 * HZ); in ld_usb_release()428 if (!dev->interrupt_out_busy) in ld_usb_poll()551 if (dev->interrupt_out_busy) { in ld_usb_write()556 retval = wait_event_interruptible(dev->write_wait, !dev->interrupt_out_busy); in ld_usb_write()603 dev->interrupt_out_busy = 1; in ld_usb_write()608 dev->interrupt_out_busy = 0; in ld_usb_write()