Home
last modified time | relevance | path

Searched refs:wusbhc_b_create (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/usb/wusbcore/
Dwusbhc.c320 int wusbhc_b_create(struct wusbhc *wusbhc) in wusbhc_b_create() function
336 EXPORT_SYMBOL_GPL(wusbhc_b_create);
Dwusbhc.h310 extern int wusbhc_b_create(struct wusbhc *);
/linux-4.4.14/drivers/usb/host/whci/
Dhcd.c298 ret = wusbhc_b_create(wusbhc); in whc_probe()
/linux-4.4.14/drivers/usb/host/
Dhwa-hc.c830 result = wusbhc_b_create(&hwahc->wusbhc); in hwahc_probe()