Home
last modified time | relevance | path

Searched refs:stratix10_svc_allocate_memory (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/firmware/intel/
Dstratix10-svc-client.h196 void *stratix10_svc_allocate_memory(struct stratix10_svc_chan *chan,
/Linux-v5.4/drivers/firmware/
Dstratix10-svc.c896 void *stratix10_svc_allocate_memory(struct stratix10_svc_chan *chan, in stratix10_svc_allocate_memory() function
925 EXPORT_SYMBOL_GPL(stratix10_svc_allocate_memory);
/Linux-v5.4/drivers/fpga/
Dstratix10-soc.c220 kbuf = stratix10_svc_allocate_memory(priv->chan, SVC_BUF_SIZE); in s10_ops_write_init()