Home
last modified time | relevance | path

Searched refs:device_shutdown (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/platform_data/
Dremoteproc-omap.h35 int (*device_shutdown)(struct platform_device *pdev); member
/Linux-v5.4/kernel/
Dreboot.c76 device_shutdown(); in kernel_restart_prepare()
264 device_shutdown(); in kernel_shutdown_prepare()
/Linux-v5.4/drivers/remoteproc/
Domap_remoteproc.c163 ret = pdata->device_shutdown(pdev); in omap_rproc_stop()
/Linux-v5.4/include/linux/
Ddevice.h1646 extern void device_shutdown(void);
/Linux-v5.4/drivers/base/
Dcore.c3176 void device_shutdown(void) in device_shutdown() function