Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/wusbcore/
Dwa-hc.c22 int wa_create(struct wahc *wa, struct usb_interface *iface, in wa_create() function
59 EXPORT_SYMBOL_GPL(wa_create);
Dwa-hc.h235 extern int wa_create(struct wahc *wa, struct usb_interface *iface,
/Linux-v5.4/drivers/staging/wusbcore/host/
Dhwa-hc.c749 result = wa_create(&hwahc->wa, iface, quirks); in hwahc_create()