Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dxgene-hwmon.c107 struct kfifo_rec_ptr_1 async_msg_fifo; member
444 while (kfifo_out_spinlocked(&ctx->async_msg_fifo, &amsg, in xgene_hwmon_evt_work()
467 kfifo_in_spinlocked(&ctx->async_msg_fifo, msg, in xgene_hwmon_rx_ready()
520 kfifo_in_spinlocked(&ctx->async_msg_fifo, msg, in xgene_hwmon_rx_cb()
589 kfifo_in_spinlocked(&ctx->async_msg_fifo, &amsg, in xgene_hwmon_pcc_rx_cb()
632 rc = kfifo_alloc(&ctx->async_msg_fifo, in xgene_hwmon_probe()
755 kfifo_free(&ctx->async_msg_fifo); in xgene_hwmon_probe()
766 kfifo_free(&ctx->async_msg_fifo); in xgene_hwmon_remove()