Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/musb/
H A Dmusb_host.h57 extern int musb_host_alloc(struct musb *);
80 static inline int musb_host_alloc(struct musb *musb) in musb_host_alloc() function
H A Dmusb_host.c2694 int musb_host_alloc(struct musb *musb) in musb_host_alloc() function
H A Dmusb_core.c2174 ret = musb_host_alloc(musb); in allocate_instance()