Searched refs:comp_msg (Results 1 – 3 of 3) sorted by relevance
215 struct opal_msg *comp_msg = msg; in opal_async_comp_event() local223 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()
189 struct htc_comp_msg *comp_msg; in htc_setup_complete() local200 comp_msg = skb_put(skb, sizeof(struct htc_comp_msg)); in htc_setup_complete()201 comp_msg->msg_id = cpu_to_be16(HTC_MSG_SETUP_COMPLETE_ID); in htc_setup_complete()
89 static const char comp_msg[] = { variable437 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()