Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/firmware/intel/
H A Dstratix10-svc-client.h276 int stratix10_svc_send(struct stratix10_svc_chan *chan, void *msg);
/openbmc/linux/drivers/fpga/
H A Dstratix10-soc.c62 ret = stratix10_svc_send(chan, &msg); in s10_svc_send_msg()
/openbmc/linux/drivers/firmware/
H A Dstratix10-svc.c954 int stratix10_svc_send(struct stratix10_svc_chan *chan, void *msg) in stratix10_svc_send() function
1034 EXPORT_SYMBOL_GPL(stratix10_svc_send);
H A Dstratix10-rsu.c340 ret = stratix10_svc_send(priv->chan, &msg); in rsu_send_msg()