Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/remoteproc/
Dst_slim_rproc.h50 struct st_slim_rproc *st_slim_rproc_alloc(struct platform_device *pdev,
/linux-6.12.1/drivers/remoteproc/
Dst_slim_rproc.c221 struct st_slim_rproc *st_slim_rproc_alloc(struct platform_device *pdev, in st_slim_rproc_alloc() function
304 EXPORT_SYMBOL(st_slim_rproc_alloc);
/linux-6.12.1/drivers/dma/
Dst_fdma.c779 fdev->slim_rproc = st_slim_rproc_alloc(pdev, fdev->fw_name); in st_fdma_probe()