Home
last modified time | relevance | path

Searched refs:usb_host_interface (Results 1 – 13 of 13) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvConfig.c183 struct usb_host_interface *pAltset = &pIntf->altsetting[ii]; in ms_usb_release_intf()
212 struct usb_host_interface *pIf; in ms_usb_parse_interface()
221 pIntf->altsetting = (struct usb_host_interface *) in ms_usb_parse_interface()
234 struct usb_host_interface *pInft_tmp; in ms_usb_parse_interface()
245 pInft_tmp = (struct usb_host_interface *) in ms_usb_parse_interface()
H A DdrvMsg.c473 struct usb_host_interface *hintf = &pIntf->altsetting[pIntf->act_altsetting]; in ms_usb_disable_interface()
559 struct usb_host_interface *pAlt_set = in ms_usb_enable_interface()
613 struct usb_host_interface *iface_as = &pIntf->altsetting[alternate]; in ms_usb_set_interface()
H A DdrvUSB.c151 struct usb_host_interface *ms_intf; in ms_usb_match_id()
H A DdrvMassStor.c409 …struct usb_host_interface *altsetting =&ms_us->pusb_intf->altsetting[ms_us->pusb_intf->act_altsett… in ms_usb_get_pipes()
H A DdrvHub.c496 struct usb_host_interface *pHIdesc; in ms_hub_probe()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvConfig.c218 struct usb_host_interface *as = &intf->altsetting[j]; in usb_release_intf()
239 struct usb_host_interface *ifp; in usb_parse_interface()
250 …interface->altsetting = (struct usb_host_interface *) kmalloc(sizeof(*interface->altsetting) * int… in usb_parse_interface()
271 struct usb_host_interface *ptr; in usb_parse_interface()
291 … ptr = (struct usb_host_interface *) kmalloc(sizeof(*ptr) * interface->max_altsetting, GFP_KERNEL); in usb_parse_interface()
H A DdrvMsg.c379 struct usb_host_interface *hintf = in usb_disable_interface()
425 struct usb_host_interface *hintf = in usb_enable_interface()
466 struct usb_host_interface *iface_as = in usb_set_interface()
H A DdrvUSB.c966 struct usb_host_interface *alt; in usb_epnum_to_ep_desc()
1470 struct usb_host_interface *intf; in usb_match_id()
H A DdrvUSBDebug.c98 static void usb_show_interface(struct usb_host_interface *altsetting) in usb_show_interface()
H A DdrvMassStor.c791 struct usb_host_interface *altsetting = &us->pusb_intf->altsetting[us->pusb_intf->act_altsetting]; in get_pipes()
H A DdrvHub.c3025 struct usb_host_interface *desc; in hub_probe()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSBHost.h105 struct usb_host_interface { struct
111 struct usb_host_interface *altsetting; argument
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h110 struct usb_host_interface { struct
120 struct usb_host_interface *altsetting; argument