Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/remoteproc/
Dst_slim_rproc.h54 struct st_slim_rproc *st_slim_rproc_alloc(struct platform_device *pdev,
/Linux-v4.19/drivers/remoteproc/
Dst_slim_rproc.c226 struct st_slim_rproc *st_slim_rproc_alloc(struct platform_device *pdev, in st_slim_rproc_alloc() function
311 EXPORT_SYMBOL(st_slim_rproc_alloc);
/Linux-v4.19/drivers/dma/
Dst_fdma.c794 fdev->slim_rproc = st_slim_rproc_alloc(pdev, fdev->fw_name); in st_fdma_probe()