Home
last modified time | relevance | path

Searched refs:stratix10_svc_send (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/firmware/intel/
Dstratix10-svc-client.h214 int stratix10_svc_send(struct stratix10_svc_chan *chan, void *msg);
/Linux-v5.4/drivers/firmware/
Dstratix10-svc.c796 int stratix10_svc_send(struct stratix10_svc_chan *chan, void *msg) in stratix10_svc_send() function
865 EXPORT_SYMBOL_GPL(stratix10_svc_send);
Dstratix10-rsu.c172 ret = stratix10_svc_send(priv->chan, &msg); in rsu_send_msg()
/Linux-v5.4/drivers/fpga/
Dstratix10-soc.c61 ret = stratix10_svc_send(chan, &msg); in s10_svc_send_msg()