Home
last modified time | relevance | path

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

/linux/drivers/platform/surface/aggregator/
A Dssh_packet_layer.h95 struct completion thread_cplt_tx; member
181 complete(&ptl->tx.thread_cplt_tx); in ssh_ptl_tx_wakeup_transfer()
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()
2028 init_completion(&ptl->tx.thread_cplt_tx); in ssh_ptl_init()

Completed in 7 milliseconds