Lines Matching refs:sync_msg
104 struct slimpro_resp_msg sync_msg; member
174 if (MSG_TYPE(ctx->sync_msg.msg) == MSG_TYPE_ERR) { in xgene_hwmon_pcc_rd()
179 msg[0] = ctx->sync_msg.msg; in xgene_hwmon_pcc_rd()
180 msg[1] = ctx->sync_msg.param1; in xgene_hwmon_pcc_rd()
181 msg[2] = ctx->sync_msg.param2; in xgene_hwmon_pcc_rd()
212 if (MSG_TYPE(ctx->sync_msg.msg) == MSG_TYPE_ERR) { in xgene_hwmon_rd()
217 msg[0] = ctx->sync_msg.msg; in xgene_hwmon_rd()
218 msg[1] = ctx->sync_msg.param1; in xgene_hwmon_rd()
219 msg[2] = ctx->sync_msg.param2; in xgene_hwmon_rd()
509 ctx->sync_msg.msg = ((u32 *)msg)[0]; in xgene_hwmon_rx_cb()
510 ctx->sync_msg.param1 = ((u32 *)msg)[1]; in xgene_hwmon_rx_cb()
511 ctx->sync_msg.param2 = ((u32 *)msg)[2]; in xgene_hwmon_rx_cb()
570 ctx->sync_msg.msg = ((u32 *)msg)[0]; in xgene_hwmon_pcc_rx_cb()
571 ctx->sync_msg.param1 = ((u32 *)msg)[1]; in xgene_hwmon_pcc_rx_cb()
572 ctx->sync_msg.param2 = ((u32 *)msg)[2]; in xgene_hwmon_pcc_rx_cb()