Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/musb/
Dmusb_host.h68 extern void musb_host_finish_resume(struct work_struct *work);
102 static inline void musb_host_finish_resume(struct work_struct *work) {} in musb_host_finish_resume() function
Dmusb_virthub.c21 void musb_host_finish_resume(struct work_struct *work) in musb_host_finish_resume() function
Dmusb_core.c2495 INIT_DELAYED_WORK(&musb->finish_resume_work, musb_host_finish_resume); in musb_init_controller()