Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H A Dssh_packet_layer.h61 * @tx.packet_wq: Waitqueue-head for packet transmit completion.
97 struct wait_queue_head packet_wq; member
H A Dssh_packet_layer.c995 wake_up_all(&ptl->tx.packet_wq); in ssh_ptl_tx_compl_success()
1015 wake_up_all(&packet->ptl->tx.packet_wq); in ssh_ptl_tx_compl_error()
1239 wait_event(packet->ptl->tx.packet_wq, in ssh_ptl_wait_until_transmitted()
2045 init_waitqueue_head(&ptl->tx.packet_wq); in ssh_ptl_init()

Completed in 3 milliseconds