Searched refs:tx_flush_wait (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/function/
H A Df_printer.c83 wait_queue_head_t tx_flush_wait; member in struct:printer_dev
336 wake_up_interruptible(&dev->tx_flush_wait); tx_complete()
683 wait_event_interruptible(dev->tx_flush_wait, printer_fsync()
894 wake_up_interruptible(&dev->tx_flush_wait); printer_soft_reset()
1421 init_waitqueue_head(&dev->tx_flush_wait); gprinter_alloc()
/linux-4.4.14/drivers/firewire/
H A Dcore-cdev.c68 wait_queue_head_t tx_flush_wait; member in struct:client
274 init_waitqueue_head(&client->tx_flush_wait); fw_device_op_open()
564 wake_up(&client->tx_flush_wait); complete_transaction()
1775 wait_event(client->tx_flush_wait, !has_outbound_transactions(client)); fw_device_op_release()

Completed in 94 milliseconds