Lines Matching refs:sync_msg
115 struct slimpro_resp_msg sync_msg; member
185 if (MSG_TYPE(ctx->sync_msg.msg) == MSG_TYPE_ERR) { in xgene_hwmon_pcc_rd()
190 msg[0] = ctx->sync_msg.msg; in xgene_hwmon_pcc_rd()
191 msg[1] = ctx->sync_msg.param1; in xgene_hwmon_pcc_rd()
192 msg[2] = ctx->sync_msg.param2; in xgene_hwmon_pcc_rd()
223 if (MSG_TYPE(ctx->sync_msg.msg) == MSG_TYPE_ERR) { in xgene_hwmon_rd()
228 msg[0] = ctx->sync_msg.msg; in xgene_hwmon_rd()
229 msg[1] = ctx->sync_msg.param1; in xgene_hwmon_rd()
230 msg[2] = ctx->sync_msg.param2; in xgene_hwmon_rd()
520 ctx->sync_msg.msg = ((u32 *)msg)[0]; in xgene_hwmon_rx_cb()
521 ctx->sync_msg.param1 = ((u32 *)msg)[1]; in xgene_hwmon_rx_cb()
522 ctx->sync_msg.param2 = ((u32 *)msg)[2]; in xgene_hwmon_rx_cb()
581 ctx->sync_msg.msg = ((u32 *)msg)[0]; in xgene_hwmon_pcc_rx_cb()
582 ctx->sync_msg.param1 = ((u32 *)msg)[1]; in xgene_hwmon_pcc_rx_cb()
583 ctx->sync_msg.param2 = ((u32 *)msg)[2]; in xgene_hwmon_pcc_rx_cb()