Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/remoteproc/
Dst_slim_rproc.h50 struct st_slim_rproc *st_slim_rproc_alloc(struct platform_device *pdev,
/Linux-v5.4/drivers/remoteproc/
Dst_slim_rproc.c222 struct st_slim_rproc *st_slim_rproc_alloc(struct platform_device *pdev, in st_slim_rproc_alloc() function
307 EXPORT_SYMBOL(st_slim_rproc_alloc);
/Linux-v5.4/drivers/dma/
Dst_fdma.c784 fdev->slim_rproc = st_slim_rproc_alloc(pdev, fdev->fw_name); in st_fdma_probe()