tx_flush_wait 55 drivers/firewire/core-cdev.c wait_queue_head_t tx_flush_wait; tx_flush_wait 261 drivers/firewire/core-cdev.c init_waitqueue_head(&client->tx_flush_wait); tx_flush_wait 551 drivers/firewire/core-cdev.c wake_up(&client->tx_flush_wait); tx_flush_wait 1761 drivers/firewire/core-cdev.c wait_event(client->tx_flush_wait, !has_outbound_transactions(client)); tx_flush_wait 78 drivers/usb/gadget/function/f_printer.c wait_queue_head_t tx_flush_wait; tx_flush_wait 323 drivers/usb/gadget/function/f_printer.c wake_up_interruptible(&dev->tx_flush_wait); tx_flush_wait 675 drivers/usb/gadget/function/f_printer.c wait_event_interruptible(dev->tx_flush_wait, tx_flush_wait 886 drivers/usb/gadget/function/f_printer.c wake_up_interruptible(&dev->tx_flush_wait); tx_flush_wait 1447 drivers/usb/gadget/function/f_printer.c init_waitqueue_head(&dev->tx_flush_wait);