Searched refs:interrupt_out_busy (Results 1 – 2 of 2) sorted by relevance
181 int interrupt_out_busy; member197 if (dev->interrupt_out_busy) in ld_usb_abort_transfers()292 dev->interrupt_out_busy = 0; in ld_usb_interrupt_out_callback()397 if (dev->interrupt_out_busy) in ld_usb_release()398 wait_event_interruptible_timeout(dev->write_wait, !dev->interrupt_out_busy, 2 * HZ); in ld_usb_release()427 if (!dev->interrupt_out_busy) in ld_usb_poll()550 if (dev->interrupt_out_busy) { in ld_usb_write()555 retval = wait_event_interruptible(dev->write_wait, !dev->interrupt_out_busy); in ld_usb_write()602 dev->interrupt_out_busy = 1; in ld_usb_write()607 dev->interrupt_out_busy = 0; in ld_usb_write()
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()