Searched refs:tx_tick (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mailbox/ |
H A D | mailbox.c | 93 static void tx_tick(struct mbox_chan *chan, int r) in tx_tick() function 131 tx_tick(chan, 0); in txdone_hrtimer() 184 tx_tick(chan, r); in mbox_chan_txdone() 204 tx_tick(chan, r); in mbox_client_txdone() 283 tx_tick(chan, t); in mbox_send_message() 314 tx_tick(chan, ret); in mbox_flush()
|
/kernel/linux/linux-6.6/drivers/mailbox/ |
H A D | mailbox.c | 94 static void tx_tick(struct mbox_chan *chan, int r) in tx_tick() function 132 tx_tick(chan, 0); in txdone_hrtimer() 185 tx_tick(chan, r); in mbox_chan_txdone() 205 tx_tick(chan, r); in mbox_client_txdone() 284 tx_tick(chan, t); in mbox_send_message() 315 tx_tick(chan, ret); in mbox_flush()
|
Completed in 2 milliseconds