comp_msg          215 arch/powerpc/platforms/powernv/opal-async.c 	struct opal_msg *comp_msg = msg;
comp_msg          223 arch/powerpc/platforms/powernv/opal-async.c 	token = be64_to_cpu(comp_msg->params[0]);
comp_msg          234 arch/powerpc/platforms/powernv/opal-async.c 	memcpy(&opal_async_tokens[token].response, comp_msg, sizeof(*comp_msg));
comp_msg          188 drivers/net/wireless/ath/ath9k/htc_hst.c 	struct htc_comp_msg *comp_msg;
comp_msg          199 drivers/net/wireless/ath/ath9k/htc_hst.c 	comp_msg = skb_put(skb, sizeof(struct htc_comp_msg));
comp_msg          200 drivers/net/wireless/ath/ath9k/htc_hst.c 	comp_msg->msg_id = cpu_to_be16(HTC_MSG_SETUP_COMPLETE_ID);
comp_msg           89 sound/usb/mixer_us16x08.c static const char comp_msg[] = {
comp_msg          437 sound/usb/mixer_us16x08.c 	char buf[sizeof(comp_msg)];
comp_msg          454 sound/usb/mixer_us16x08.c 	memcpy(buf, comp_msg, sizeof(comp_msg));
comp_msg          472 sound/usb/mixer_us16x08.c 	err = snd_us16x08_send_urb(chip, buf, sizeof(comp_msg));