Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/gadget/function/
A Df_printer.c81 wait_queue_head_t tx_flush_wait; member
333 wake_up_interruptible(&dev->tx_flush_wait); in tx_complete()
709 wait_event_interruptible(dev->tx_flush_wait, in printer_fsync()
928 wake_up_interruptible(&dev->tx_flush_wait); in printer_soft_reset()
1494 init_waitqueue_head(&dev->tx_flush_wait); in gprinter_alloc()
/linux-6.3-rc2/drivers/firewire/
A Dcore-cdev.c56 wait_queue_head_t tx_flush_wait; member
263 init_waitqueue_head(&client->tx_flush_wait); in fw_device_op_open()
553 wake_up(&client->tx_flush_wait); in complete_transaction()
1769 wait_event(client->tx_flush_wait, !has_outbound_transactions(client)); in fw_device_op_release()

Completed in 10 milliseconds