Home
last modified time | relevance | path

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

/drivers/usb/wusbcore/
Ddevconnect.c1025 struct wuie_host_info *hi; in wusbhc_devconnect_start()
1041 wusbhc->wuie_host_info = hi; in wusbhc_devconnect_start()
1072 wusbhc_mmcie_rm(wusbhc, &wusbhc->wuie_host_info->hdr); in wusbhc_devconnect_stop()
1073 kfree(wusbhc->wuie_host_info); in wusbhc_devconnect_stop()
1074 wusbhc->wuie_host_info = NULL; in wusbhc_devconnect_stop()
Dwusbhc.h259 struct wuie_host_info *wuie_host_info; member
Dwusbhc.c100 if (wusbhc->wuie_host_info != NULL) in wusb_chid_show()
101 chid = &wusbhc->wuie_host_info->CHID; in wusb_chid_show()
Dmmc.c197 WARN_ON(wusbhc->wuie_host_info != NULL); in wusbhc_start()