qnap_mcu_exec_with_ack
return qnap_mcu_exec_with_ack(hwm->mcu, cmd, sizeof(cmd));
qnap_mcu_exec_with_ack(idev->mcu, cmd, sizeof(cmd));
return qnap_mcu_exec_with_ack(usb_led->mcu, cmd, sizeof(cmd));
return qnap_mcu_exec_with_ack(usb_led->mcu, cmd, sizeof(cmd));
return qnap_mcu_exec_with_ack(mcu, cmd, sizeof(cmd));
return qnap_mcu_exec_with_ack(err_led->mcu, cmd, sizeof(cmd));
return qnap_mcu_exec_with_ack(err_led->mcu, cmd, sizeof(cmd));
EXPORT_SYMBOL_GPL(qnap_mcu_exec_with_ack);
ret = qnap_mcu_exec_with_ack(mcu, cmd, sizeof(cmd));
int qnap_mcu_exec_with_ack(struct qnap_mcu *mcu,