Searched refs:comp_msg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-async.c | 215 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()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-async.c | 215 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | htc_hst.c | 195 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | htc_hst.c | 195 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()
|
/kernel/linux/linux-5.10/sound/usb/ |
H A D | mixer_us16x08.c | 89 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()
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | mixer_us16x08.c | 89 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()
|
Completed in 6 milliseconds