interrupt_out_busy 182 drivers/usb/misc/ldusb.c int interrupt_out_busy; interrupt_out_busy 198 drivers/usb/misc/ldusb.c if (dev->interrupt_out_busy) interrupt_out_busy 293 drivers/usb/misc/ldusb.c dev->interrupt_out_busy = 0; interrupt_out_busy 398 drivers/usb/misc/ldusb.c if (dev->interrupt_out_busy) interrupt_out_busy 399 drivers/usb/misc/ldusb.c wait_event_interruptible_timeout(dev->write_wait, !dev->interrupt_out_busy, 2 * HZ); interrupt_out_busy 428 drivers/usb/misc/ldusb.c if (!dev->interrupt_out_busy) interrupt_out_busy 551 drivers/usb/misc/ldusb.c if (dev->interrupt_out_busy) { interrupt_out_busy 556 drivers/usb/misc/ldusb.c retval = wait_event_interruptible(dev->write_wait, !dev->interrupt_out_busy); interrupt_out_busy 603 drivers/usb/misc/ldusb.c dev->interrupt_out_busy = 1; interrupt_out_busy 608 drivers/usb/misc/ldusb.c dev->interrupt_out_busy = 0; interrupt_out_busy 216 drivers/usb/misc/legousbtower.c int interrupt_out_busy; interrupt_out_busy 441 drivers/usb/misc/legousbtower.c if (dev->interrupt_out_busy) { interrupt_out_busy 442 drivers/usb/misc/legousbtower.c wait_event_interruptible_timeout (dev->write_wait, !dev->interrupt_out_busy, 2 * HZ); interrupt_out_busy 469 drivers/usb/misc/legousbtower.c if (dev->interrupt_out_busy) interrupt_out_busy 515 drivers/usb/misc/legousbtower.c if (!dev->interrupt_out_busy) { interrupt_out_busy 582 drivers/usb/misc/legousbtower.c && (dev->read_buffer_length || dev->interrupt_out_busy)) { interrupt_out_busy 651 drivers/usb/misc/legousbtower.c while (dev->interrupt_out_busy) { interrupt_out_busy 656 drivers/usb/misc/legousbtower.c retval = wait_event_interruptible (dev->write_wait, !dev->interrupt_out_busy); interrupt_out_busy 682 drivers/usb/misc/legousbtower.c dev->interrupt_out_busy = 1; interrupt_out_busy 687 drivers/usb/misc/legousbtower.c dev->interrupt_out_busy = 0; interrupt_out_busy 782 drivers/usb/misc/legousbtower.c dev->interrupt_out_busy = 0; interrupt_out_busy 834 drivers/usb/misc/legousbtower.c dev->interrupt_out_busy = 0;