Home
last modified time | relevance | path

Searched refs:comp_msg (Results 1 – 2 of 2) 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/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()