Lines Matching refs:hcd
1055 struct usb_hcd *hcd = pMass_stor->pusb_dev->bus->hcpriv; in ms_bSCSI_Read_10() local
1057 bConnSts = ms_RoothubPortConnected(hcd) & !(hcd->isRootHubPortReset); in ms_bSCSI_Read_10()
1061 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ms_bSCSI_Read_10()
1067 if (hcd->isRootHubPortReset) // debug purpose in ms_bSCSI_Read_10()
1068 …done = %x, isRootHubPortReset = %x\n", (unsigned int)ehci->u32ResetEnd[0], hcd->isRootHubPortReset… in ms_bSCSI_Read_10()
1322 struct usb_hcd *hcd = pMass_stor->pusb_dev->bus->hcpriv; in ms_bSCSI_Write_10() local
1331 struct usb_hcd *hcd = pMass_stor->pusb_dev->bus->hcpriv; in ms_bSCSI_Write_10() local
1332 bConnSts = ms_RoothubPortConnected(hcd) & !(hcd->isRootHubPortReset); in ms_bSCSI_Write_10()
1337 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ms_bSCSI_Write_10()
1343 if (hcd->isRootHubPortReset) // debug purpose in ms_bSCSI_Write_10()
1344 …done = %x, isRootHubPortReset = %x\n", (unsigned int)ehci->u32ResetEnd[0], hcd->isRootHubPortReset… in ms_bSCSI_Write_10()