Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/platform_data/
Dremoteproc-omap.h43 int (*device_shutdown) (struct platform_device *pdev); member
/linux-4.1.27/kernel/
Dreboot.c73 device_shutdown(); in kernel_restart_prepare()
234 device_shutdown(); in kernel_shutdown_prepare()
/linux-4.1.27/drivers/remoteproc/
Domap_remoteproc.c170 ret = pdata->device_shutdown(pdev); in omap_rproc_stop()
/linux-4.1.27/include/linux/
Ddevice.h1029 extern void device_shutdown(void);
/linux-4.1.27/drivers/base/
Dcore.c1947 void device_shutdown(void) in device_shutdown() function