Searched refs:stratix10_svc_send (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/firmware/intel/ |
H A D | stratix10-svc-client.h | 211 * stratix10_svc_send() - send a message to the remote 218 int stratix10_svc_send(struct stratix10_svc_chan *chan, void *msg);
|
/kernel/linux/linux-6.6/include/linux/firmware/intel/ |
H A D | stratix10-svc-client.h | 269 * stratix10_svc_send() - send a message to the remote 276 int stratix10_svc_send(struct stratix10_svc_chan *chan, void *msg);
|
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | stratix10-svc.c | 793 * stratix10_svc_send() - send a message data to the remote 803 int stratix10_svc_send(struct stratix10_svc_chan *chan, void *msg) in stratix10_svc_send() function 872 EXPORT_SYMBOL_GPL(stratix10_svc_send); variable
|
H A D | stratix10-rsu.c | 247 ret = stratix10_svc_send(priv->chan, &msg); in rsu_send_msg()
|
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | stratix10-soc.c | 61 ret = stratix10_svc_send(chan, &msg); in s10_svc_send_msg() 62 dev_dbg(dev, "stratix10_svc_send returned status %d\n", ret); in s10_svc_send_msg()
|
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | stratix10-soc.c | 62 ret = stratix10_svc_send(chan, &msg); in s10_svc_send_msg() 63 dev_dbg(dev, "stratix10_svc_send returned status %d\n", ret); in s10_svc_send_msg()
|
/kernel/linux/linux-6.6/drivers/firmware/ |
H A D | stratix10-svc.c | 944 * stratix10_svc_send() - send a message data to the remote 954 int stratix10_svc_send(struct stratix10_svc_chan *chan, void *msg) in stratix10_svc_send() function 1034 EXPORT_SYMBOL_GPL(stratix10_svc_send); variable
|
H A D | stratix10-rsu.c | 340 ret = stratix10_svc_send(priv->chan, &msg); in rsu_send_msg()
|
Completed in 8 milliseconds