Home
last modified time | relevance | path

Searched defs:device_resume (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/unisys/visorbus/
Dvisorbus_private.h36 void (*device_resume)(struct visor_device *bus_info); member
51 void (*device_resume)(struct visor_device *p, int response); member
/drivers/base/power/
Dmain.c735 static int device_resume(struct device *dev, pm_message_t state, bool async) in device_resume() function