Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/hwmon/
Dxgene-hwmon.c101 struct kfifo_rec_ptr_1 async_msg_fifo; member
438 while (kfifo_out_spinlocked(&ctx->async_msg_fifo, &amsg, in xgene_hwmon_evt_work()
461 kfifo_in_spinlocked(&ctx->async_msg_fifo, msg, in xgene_hwmon_rx_ready()
514 kfifo_in_spinlocked(&ctx->async_msg_fifo, msg, in xgene_hwmon_rx_cb()
583 kfifo_in_spinlocked(&ctx->async_msg_fifo, &amsg, in xgene_hwmon_pcc_rx_cb()
626 rc = kfifo_alloc(&ctx->async_msg_fifo, in xgene_hwmon_probe()
749 kfifo_free(&ctx->async_msg_fifo); in xgene_hwmon_probe()
760 kfifo_free(&ctx->async_msg_fifo); in xgene_hwmon_remove()