Lines Matching refs:amsg
257 u32 *amsg)
270 amsg[0] = msg[0];
271 amsg[1] = msg[1];
272 amsg[2] = msg[2];
418 struct slimpro_resp_msg *amsg)
420 ctx->temp_critical_alarm = !!amsg->param2;
427 struct slimpro_resp_msg *amsg)
429 if ((MSG_SUBTYPE(amsg->msg) == PWRMGMT_SUBTYPE_TPC) &&
430 (TPC_CMD(amsg->msg) == TPC_ALARM))
431 xgene_hwmon_tpc_alarm(ctx, amsg);
439 struct slimpro_resp_msg amsg;
444 while (kfifo_out_spinlocked(&ctx->async_msg_fifo, &amsg,
453 (u32 *)&amsg);
458 if (MSG_TYPE(amsg.msg) == MSG_TYPE_PWRMGMT)
459 xgene_hwmon_process_pwrmsg(ctx, &amsg);
533 struct slimpro_resp_msg amsg;
541 if (xgene_hwmon_rx_ready(ctx, &amsg) < 0)
589 kfifo_in_spinlocked(&ctx->async_msg_fifo, &amsg,