Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H A Dssh_packet_layer.h59 * @tx.thread_cplt_tx: Completion for transmitter thread waiting on transfer.
95 struct completion thread_cplt_tx; member
181 complete(&ptl->tx.thread_cplt_tx); in ssh_ptl_tx_wakeup_transfer()
H A Dssh_packet_layer.c1038 status = wait_for_completion_interruptible_timeout(&ptl->tx.thread_cplt_tx, in ssh_ptl_tx_wait_transfer()
1040 reinit_completion(&ptl->tx.thread_cplt_tx); in ssh_ptl_tx_wait_transfer()
1183 complete(&ptl->tx.thread_cplt_tx); in ssh_ptl_tx_stop()
2044 init_completion(&ptl->tx.thread_cplt_tx); in ssh_ptl_init()

Completed in 3 milliseconds