Lines Matching refs:pUdev
1331 void ms_hcd_endpoint_disable (struct usb_device *pUdev, int iEndpoint) in ms_hcd_endpoint_disable() argument
1336 pDev = (struct s_hcd_dev*) pUdev->hcpriv; in ms_hcd_endpoint_disable()
1337 pHcd = (struct usb_hcd*) pUdev->bus->hcpriv; in ms_hcd_endpoint_disable()
1350 void ms_usb_hcd_flush_endpoint(struct usb_device *pUdev, int iEndpoint) in ms_usb_hcd_flush_endpoint() argument
1353 struct s_hcd_dev *pDev = (struct s_hcd_dev*) pUdev->hcpriv; in ms_usb_hcd_flush_endpoint()
1354 struct usb_hcd *pHcd = (struct usb_hcd*) pUdev->bus->hcpriv; in ms_usb_hcd_flush_endpoint()
1363 pUdev->pEpMaxPacketIn [u32Epnum] = 0; in ms_usb_hcd_flush_endpoint()
1368 pUdev->pEpMaxPacketOut [u32Epnum] = 0; in ms_usb_hcd_flush_endpoint()
1422 void ms_hcd_check_dev_urb (struct usb_device *pUdev, int iEndpoint) in ms_hcd_check_dev_urb() argument
1429 pDev = (struct s_hcd_dev*) pUdev->hcpriv; in ms_hcd_check_dev_urb()
1453 int ms_hcd_free_dev (struct usb_device *pUdev) in ms_hcd_free_dev() argument
1461 if (!pUdev || !pUdev->hcpriv) in ms_hcd_free_dev()
1467 if (!pUdev->bus || !pUdev->bus->hcpriv) in ms_hcd_free_dev()
1475 pDev = (struct s_hcd_dev*) pUdev->hcpriv; in ms_hcd_free_dev()
1476 pHcd = (struct usb_hcd*) pUdev->bus->hcpriv; in ms_hcd_free_dev()
1481 pHcd->self.bus_name, (int)pUdev->u32DevNum); in ms_hcd_free_dev()
1488 pUdev->hcpriv = NULL; in ms_hcd_free_dev()