Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/firmware/intel/
H A Dstratix10-svc-client.h218 int stratix10_svc_send(struct stratix10_svc_chan *chan, void *msg);
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Dstratix10-svc.c803 int stratix10_svc_send(struct stratix10_svc_chan *chan, void *msg) in stratix10_svc_send() function
872 EXPORT_SYMBOL_GPL(stratix10_svc_send);
H A Dstratix10-rsu.c247 ret = stratix10_svc_send(priv->chan, &msg); in rsu_send_msg()
/OK3568_Linux_fs/kernel/drivers/fpga/
H A Dstratix10-soc.c61 ret = stratix10_svc_send(chan, &msg); in s10_svc_send_msg()