Home
last modified time | relevance | path

Searched refs:comp_msg (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/platforms/powernv/
H A Dopal-async.c215 struct opal_msg *comp_msg = msg; in opal_async_comp_event() local
223 token = be64_to_cpu(comp_msg->params[0]); in opal_async_comp_event()
234 memcpy(&opal_async_tokens[token].response, comp_msg, sizeof(*comp_msg)); in opal_async_comp_event()
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c195 struct htc_comp_msg *comp_msg; in htc_setup_complete() local
206 comp_msg = skb_put(skb, sizeof(struct htc_comp_msg)); in htc_setup_complete()
207 comp_msg->msg_id = cpu_to_be16(HTC_MSG_SETUP_COMPLETE_ID); in htc_setup_complete()
/linux/sound/usb/
H A Dmixer_us16x08.c89 static const char comp_msg[] = { variable
437 char buf[sizeof(comp_msg)]; in snd_us16x08_comp_put()
454 memcpy(buf, comp_msg, sizeof(comp_msg)); in snd_us16x08_comp_put()
472 err = snd_us16x08_send_urb(chip, buf, sizeof(comp_msg)); in snd_us16x08_comp_put()