Lines Matching refs:sync_msg
98 struct slimpro_resp_msg sync_msg; member
168 if (MSG_TYPE(ctx->sync_msg.msg) == MSG_TYPE_ERR) { in xgene_hwmon_pcc_rd()
173 msg[0] = ctx->sync_msg.msg; in xgene_hwmon_pcc_rd()
174 msg[1] = ctx->sync_msg.param1; in xgene_hwmon_pcc_rd()
175 msg[2] = ctx->sync_msg.param2; in xgene_hwmon_pcc_rd()
206 if (MSG_TYPE(ctx->sync_msg.msg) == MSG_TYPE_ERR) { in xgene_hwmon_rd()
211 msg[0] = ctx->sync_msg.msg; in xgene_hwmon_rd()
212 msg[1] = ctx->sync_msg.param1; in xgene_hwmon_rd()
213 msg[2] = ctx->sync_msg.param2; in xgene_hwmon_rd()
503 ctx->sync_msg.msg = ((u32 *)msg)[0]; in xgene_hwmon_rx_cb()
504 ctx->sync_msg.param1 = ((u32 *)msg)[1]; in xgene_hwmon_rx_cb()
505 ctx->sync_msg.param2 = ((u32 *)msg)[2]; in xgene_hwmon_rx_cb()
564 ctx->sync_msg.msg = ((u32 *)msg)[0]; in xgene_hwmon_pcc_rx_cb()
565 ctx->sync_msg.param1 = ((u32 *)msg)[1]; in xgene_hwmon_pcc_rx_cb()
566 ctx->sync_msg.param2 = ((u32 *)msg)[2]; in xgene_hwmon_pcc_rx_cb()