Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/remoteproc/
H A Dst_slim_rproc.h50 struct st_slim_rproc *st_slim_rproc_alloc(struct platform_device *pdev,
/openbmc/linux/drivers/remoteproc/
H A Dst_slim_rproc.c221 struct st_slim_rproc *st_slim_rproc_alloc(struct platform_device *pdev, in st_slim_rproc_alloc() function
306 EXPORT_SYMBOL(st_slim_rproc_alloc);
/openbmc/linux/drivers/dma/
H A Dst_fdma.c785 fdev->slim_rproc = st_slim_rproc_alloc(pdev, fdev->fw_name); in st_fdma_probe()