Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_printer.c79 wait_queue_head_t tx_flush_wait; member
331 wake_up_interruptible(&dev->tx_flush_wait); in tx_complete()
709 wait_event_interruptible(dev->tx_flush_wait, in printer_fsync()
932 wake_up_interruptible(&dev->tx_flush_wait); in printer_soft_reset()
1497 init_waitqueue_head(&dev->tx_flush_wait); in gprinter_alloc()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_printer.c84 wait_queue_head_t tx_flush_wait; member
336 wake_up_interruptible(&dev->tx_flush_wait); in tx_complete()
712 wait_event_interruptible(dev->tx_flush_wait, in printer_fsync()
931 wake_up_interruptible(&dev->tx_flush_wait); in printer_soft_reset()
1497 init_waitqueue_head(&dev->tx_flush_wait); in gprinter_alloc()
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-cdev.c55 wait_queue_head_t tx_flush_wait; member
261 init_waitqueue_head(&client->tx_flush_wait); in fw_device_op_open()
551 wake_up(&client->tx_flush_wait); in complete_transaction()
1756 wait_event(client->tx_flush_wait, !has_outbound_transactions(client)); in fw_device_op_release()
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-cdev.c57 wait_queue_head_t tx_flush_wait; member
274 init_waitqueue_head(&client->tx_flush_wait); in fw_device_op_open()
558 wake_up(&client->tx_flush_wait); in complete_transaction()
1893 wait_event(client->tx_flush_wait, !has_outbound_transactions(client)); in fw_device_op_release()

Completed in 9 milliseconds