Lines Matching defs:message

60 		return "unknown smu message";
133 const char *message = smu_get_message_name(smu, msg);
157 "SMU: unknown command: index:%d param:0x%08X message:%s",
158 msg_index, param, message);
162 "SMU: valid command, bad prerequisites: index:%d param:0x%08X message:%s",
163 msg_index, param, message);
167 "SMU: I'm very busy for your command: index:%d param:0x%08X message:%s",
168 msg_index, param, message);
176 "SMU: response:0x%08X for index:%d param:0x%08X message:%s?",
177 reg_c2pmsg_90, msg_index, param, message);
251 * smu_cmn_send_msg_without_waiting -- send the message; don't wait for status
253 * @msg_index: message index
254 * @param: message parameter to send to the SMU
256 * Send a message to the SMU with the parameter passed. Do not wait
257 * for status/result of the message, thus the "without_waiting".
260 * the message for some reason. See __smu_cmn_reg2errno() for details
298 * status and result of the message being waited for. See
319 * smu_cmn_send_smc_msg_with_param -- send a message with parameter
321 * @msg: message to send
326 * Send the message @msg with parameter @param to the SMU, wait for
331 * message or receiving reply. If there is a PCI bus recovery or
332 * the destination is a virtual GPU which does not allow this message
333 * type, the message is simply dropped and success is also returned.
336 * If we weren't able to send the message to the SMU, we also print
383 dev_dbg(adev->dev, "smu send message: %s(%d) param: 0x%08x, resp: 0x%08x,\
387 dev_dbg(adev->dev, "smu send message: %s(%d) param: 0x%08x, resp: 0x%08x\n",