Lines Matching refs:amsg
256 u32 *amsg)
269 amsg[0] = msg[0];
270 amsg[1] = msg[1];
271 amsg[2] = msg[2];
417 struct slimpro_resp_msg *amsg)
419 ctx->temp_critical_alarm = !!amsg->param2;
426 struct slimpro_resp_msg *amsg)
428 if ((MSG_SUBTYPE(amsg->msg) == PWRMGMT_SUBTYPE_TPC) &&
429 (TPC_CMD(amsg->msg) == TPC_ALARM))
430 xgene_hwmon_tpc_alarm(ctx, amsg);
438 struct slimpro_resp_msg amsg;
443 while (kfifo_out_spinlocked(&ctx->async_msg_fifo, &amsg,
452 (u32 *)&amsg);
457 if (MSG_TYPE(amsg.msg) == MSG_TYPE_PWRMGMT)
458 xgene_hwmon_process_pwrmsg(ctx, &amsg);
532 struct slimpro_resp_msg amsg;
540 if (xgene_hwmon_rx_ready(ctx, &amsg) < 0)
588 kfifo_in_spinlocked(&ctx->async_msg_fifo, &amsg,