Lines Matching defs:sysdev
1309 dma_unmap_single(hcd->self.sysdev,
1342 dma_unmap_sg(hcd->self.sysdev,
1348 dma_unmap_page(hcd->self.sysdev,
1354 dma_unmap_single(hcd->self.sysdev,
1365 dma_sync_sgtable_for_cpu(hcd->self.sysdev, urb->sgt, dir);
1418 hcd->self.sysdev,
1422 if (dma_mapping_error(hcd->self.sysdev,
1437 dma_sync_sgtable_for_device(hcd->self.sysdev, urb->sgt, dir);
1459 hcd->self.sysdev,
1474 hcd->self.sysdev,
1479 if (dma_mapping_error(hcd->self.sysdev,
1489 hcd->self.sysdev,
1493 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,
2601 hcd->self.sysdev = sysdev;
2817 hcd->phy_roothub = usb_phy_roothub_alloc(hcd->self.sysdev);
2821 hcd->phy_roothub = usb_phy_roothub_alloc_usb3_phy(hcd->self.sysdev);
2872 dev_dbg(hcd->self.sysdev, "pool alloc failed\n");
2882 dev_err(hcd->self.sysdev, "unable to allocate root hub\n");
3114 hcd->localmem_pool = devm_gen_pool_create(hcd->self.sysdev, 4,
3115 dev_to_node(hcd->self.sysdev),
3116 dev_name(hcd->self.sysdev));
3125 local_mem = devm_memremap(hcd->self.sysdev, phys_addr,
3128 local_mem = dmam_alloc_attrs(hcd->self.sysdev, size, &dma,
3145 dma, size, dev_to_node(hcd->self.sysdev));
3147 dev_err(hcd->self.sysdev, "gen_pool_add_virt failed with %d\n",