Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/musb/
Dmusb_host.h97 extern void musb_host_finish_resume(struct work_struct *work);
129 static inline void musb_host_finish_resume(struct work_struct *work) {} in musb_host_finish_resume() function
Dmusb_virthub.c46 void musb_host_finish_resume(struct work_struct *work) in musb_host_finish_resume() function
Dmusb_core.c2095 INIT_DELAYED_WORK(&musb->finish_resume_work, musb_host_finish_resume); in musb_init_controller()