Lines Matching refs:sysdev
1313 dma_unmap_single(hcd->self.sysdev,
1346 dma_unmap_sg(hcd->self.sysdev,
1352 dma_unmap_page(hcd->self.sysdev,
1358 dma_unmap_single(hcd->self.sysdev,
1369 dma_sync_sgtable_for_cpu(hcd->self.sysdev, urb->sgt, dir);
1422 hcd->self.sysdev,
1426 if (dma_mapping_error(hcd->self.sysdev,
1441 dma_sync_sgtable_for_device(hcd->self.sysdev, urb->sgt, dir);
1463 hcd->self.sysdev,
1478 hcd->self.sysdev,
1483 if (dma_mapping_error(hcd->self.sysdev,
1493 hcd->self.sysdev,
1497 if (dma_mapping_error(hcd->self.sysdev,
2284 usb_phy_roothub_suspend(hcd->self.sysdev,
2325 status = usb_phy_roothub_resume(hcd->self.sysdev,
2371 usb_phy_roothub_suspend(hcd->self.sysdev, hcd->phy_roothub);
2561 struct device *sysdev, struct device *dev, const char *bus_name,
2603 hcd->self.sysdev = sysdev;
2819 hcd->phy_roothub = usb_phy_roothub_alloc(hcd->self.sysdev);
2823 hcd->phy_roothub = usb_phy_roothub_alloc_usb3_phy(hcd->self.sysdev);
2874 dev_dbg(hcd->self.sysdev, "pool alloc failed\n");
2884 dev_err(hcd->self.sysdev, "unable to allocate root hub\n");
3116 hcd->localmem_pool = devm_gen_pool_create(hcd->self.sysdev, 4,
3117 dev_to_node(hcd->self.sysdev),
3118 dev_name(hcd->self.sysdev));
3127 local_mem = devm_memremap(hcd->self.sysdev, phys_addr,
3130 local_mem = dmam_alloc_attrs(hcd->self.sysdev, size, &dma,
3147 dma, size, dev_to_node(hcd->self.sysdev));
3149 dev_err(hcd->self.sysdev, "gen_pool_add_virt failed with %d\n",