sysdev            591 drivers/dma/idma64.c 	idma64->dma.dev = chip->sysdev;
sysdev            631 drivers/dma/idma64.c 	struct device *sysdev = dev->parent;
sysdev            648 drivers/dma/idma64.c 	ret = dma_coerce_mask_and_coherent(sysdev, DMA_BIT_MASK(64));
sysdev            653 drivers/dma/idma64.c 	chip->sysdev = sysdev;
sysdev            223 drivers/dma/idma64.h 	struct device	*sysdev;
sysdev            755 drivers/usb/cdns3/ep0.c 	ret = usb_gadget_map_request_by_dev(priv_dev->sysdev, request,
sysdev            186 drivers/usb/cdns3/gadget.c 		priv_ep->trb_pool = dma_alloc_coherent(priv_dev->sysdev,
sysdev            213 drivers/usb/cdns3/gadget.c 		dma_free_coherent(priv_dev->sysdev,
sysdev            646 drivers/usb/cdns3/gadget.c 	usb_gadget_unmap_request_by_dev(priv_dev->sysdev, request,
sysdev            712 drivers/usb/cdns3/gadget.c 			dma_free_coherent(priv_dev->sysdev, buf->size,
sysdev            741 drivers/usb/cdns3/gadget.c 		buf->buf = dma_alloc_coherent(priv_dev->sysdev,
sysdev           2000 drivers/usb/cdns3/gadget.c 	ret = usb_gadget_map_request_by_dev(priv_dev->sysdev, request,
sysdev           2561 drivers/usb/cdns3/gadget.c 		dma_free_coherent(priv_dev->sysdev, buf->size,
sysdev           2569 drivers/usb/cdns3/gadget.c 	dma_free_coherent(priv_dev->sysdev, 8, priv_dev->setup_buf,
sysdev           2589 drivers/usb/cdns3/gadget.c 	priv_dev->sysdev = cdns->dev;
sysdev           2649 drivers/usb/cdns3/gadget.c 	priv_dev->setup_buf = dma_alloc_coherent(priv_dev->sysdev, 8,
sysdev           2685 drivers/usb/cdns3/gadget.c 	dma_free_coherent(priv_dev->sysdev, 8, priv_dev->setup_buf,
sysdev           1256 drivers/usb/cdns3/gadget.h 	struct device			*sysdev;
sysdev             77 drivers/usb/core/buffer.c 		hcd->pool[i] = dma_pool_create(name, hcd->self.sysdev,
sysdev            139 drivers/usb/core/buffer.c 	return dma_alloc_coherent(hcd->self.sysdev, size, dma, mem_flags);
sysdev            171 drivers/usb/core/buffer.c 	dma_free_coherent(hcd->self.sysdev, size, addr, dma);
sysdev            262 drivers/usb/core/devio.c 		if (dma_mmap_coherent(hcd->self.sysdev, vma, mem, dma_handle,
sysdev           1326 drivers/usb/core/hcd.c 		dma_unmap_single(hcd->self.sysdev,
sysdev           1359 drivers/usb/core/hcd.c 		dma_unmap_sg(hcd->self.sysdev,
sysdev           1365 drivers/usb/core/hcd.c 		dma_unmap_page(hcd->self.sysdev,
sysdev           1371 drivers/usb/core/hcd.c 		dma_unmap_single(hcd->self.sysdev,
sysdev           1432 drivers/usb/core/hcd.c 					hcd->self.sysdev,
sysdev           1436 drivers/usb/core/hcd.c 			if (dma_mapping_error(hcd->self.sysdev,
sysdev           1466 drivers/usb/core/hcd.c 						hcd->self.sysdev,
sysdev           1481 drivers/usb/core/hcd.c 						hcd->self.sysdev,
sysdev           1486 drivers/usb/core/hcd.c 				if (dma_mapping_error(hcd->self.sysdev,
sysdev           1499 drivers/usb/core/hcd.c 						hcd->self.sysdev,
sysdev           1503 drivers/usb/core/hcd.c 				if (dma_mapping_error(hcd->self.sysdev,
sysdev           2136 drivers/usb/core/hcd.c 			usb_phy_roothub_suspend(hcd->self.sysdev,
sysdev           2177 drivers/usb/core/hcd.c 		status = usb_phy_roothub_resume(hcd->self.sysdev,
sysdev           2223 drivers/usb/core/hcd.c 		usb_phy_roothub_suspend(hcd->self.sysdev, hcd->phy_roothub);
sysdev           2413 drivers/usb/core/hcd.c 		struct device *sysdev, struct device *dev, const char *bus_name,
sysdev           2455 drivers/usb/core/hcd.c 	hcd->self.sysdev = sysdev;
sysdev           2641 drivers/usb/core/hcd.c 		hcd->phy_roothub = usb_phy_roothub_alloc(hcd->self.sysdev);
sysdev           2695 drivers/usb/core/hcd.c 		dev_dbg(hcd->self.sysdev, "pool alloc failed\n");
sysdev           2705 drivers/usb/core/hcd.c 		dev_err(hcd->self.sysdev, "unable to allocate root hub\n");
sysdev           2927 drivers/usb/core/hcd.c 	hcd->localmem_pool = devm_gen_pool_create(hcd->self.sysdev, 4,
sysdev           2928 drivers/usb/core/hcd.c 						  dev_to_node(hcd->self.sysdev),
sysdev           2929 drivers/usb/core/hcd.c 						  dev_name(hcd->self.sysdev));
sysdev           2933 drivers/usb/core/hcd.c 	local_mem = devm_memremap(hcd->self.sysdev, phys_addr,
sysdev           2944 drivers/usb/core/hcd.c 				dma, size, dev_to_node(hcd->self.sysdev));
sysdev           2946 drivers/usb/core/hcd.c 		dev_err(hcd->self.sysdev, "gen_pool_add_virt failed with %d\n",
sysdev           4624 drivers/usb/core/hub.c 		driver_name = udev->bus->sysdev->driver->name;
sysdev            613 drivers/usb/core/usb.c 	dev->dev.dma_mask = bus->sysdev->dma_mask;
sysdev            614 drivers/usb/core/usb.c 	dev->dev.dma_pfn_offset = bus->sysdev->dma_pfn_offset;
sysdev            615 drivers/usb/core/usb.c 	set_dev_node(&dev->dev, dev_to_node(bus->sysdev));
sysdev            640 drivers/usb/core/usb.c 		device_set_of_node_from_dev(&dev->dev, bus->sysdev);
sysdev            330 drivers/usb/dwc3/core.c 	dma_free_coherent(dwc->sysdev, evt->length, evt->buf, evt->dma);
sysdev            356 drivers/usb/dwc3/core.c 	evt->buf	= dma_alloc_coherent(dwc->sysdev, length,
sysdev            469 drivers/usb/dwc3/core.c 	scratch_addr = dma_map_single(dwc->sysdev, dwc->scratchbuf,
sysdev            472 drivers/usb/dwc3/core.c 	if (dma_mapping_error(dwc->sysdev, scratch_addr)) {
sysdev            473 drivers/usb/dwc3/core.c 		dev_err(dwc->sysdev, "failed to map scratch buffer\n");
sysdev            497 drivers/usb/dwc3/core.c 	dma_unmap_single(dwc->sysdev, dwc->scratch_addr, dwc->nr_scratch *
sysdev            516 drivers/usb/dwc3/core.c 	dma_unmap_single(dwc->sysdev, dwc->scratch_addr, dwc->nr_scratch *
sysdev           1250 drivers/usb/dwc3/core.c 		dwc->sysdev = dwc->dev->parent;
sysdev           1252 drivers/usb/dwc3/core.c 		dwc->sysdev = dwc->dev;
sysdev           1060 drivers/usb/dwc3/core.h 	struct device		*sysdev;
sysdev            958 drivers/usb/dwc3/ep0.c 		ret = usb_gadget_map_request_by_dev(dwc->sysdev,
sysdev            984 drivers/usb/dwc3/ep0.c 		ret = usb_gadget_map_request_by_dev(dwc->sysdev,
sysdev           1003 drivers/usb/dwc3/ep0.c 		ret = usb_gadget_map_request_by_dev(dwc->sysdev,
sysdev            185 drivers/usb/dwc3/gadget.c 		usb_gadget_unmap_request_by_dev(dwc->sysdev,
sysdev            439 drivers/usb/dwc3/gadget.c 	dep->trb_pool = dma_alloc_coherent(dwc->sysdev,
sysdev            455 drivers/usb/dwc3/gadget.c 	dma_free_coherent(dwc->sysdev, sizeof(struct dwc3_trb) * DWC3_TRB_NUM,
sysdev           1200 drivers/usb/dwc3/gadget.c 		ret = usb_gadget_map_request_by_dev(dwc->sysdev, &req->request,
sysdev           3363 drivers/usb/dwc3/gadget.c 	dwc->ep0_trb = dma_alloc_coherent(dwc->sysdev,
sysdev           3378 drivers/usb/dwc3/gadget.c 	dwc->bounce = dma_alloc_coherent(dwc->sysdev, DWC3_BOUNCE_SIZE,
sysdev           3439 drivers/usb/dwc3/gadget.c 	dma_free_coherent(dwc->sysdev, DWC3_BOUNCE_SIZE, dwc->bounce,
sysdev           3446 drivers/usb/dwc3/gadget.c 	dma_free_coherent(dwc->sysdev, sizeof(*dwc->ep0_trb) * 2,
sysdev           3459 drivers/usb/dwc3/gadget.c 	dma_free_coherent(dwc->sysdev, DWC3_BOUNCE_SIZE, dwc->bounce,
sysdev           3462 drivers/usb/dwc3/gadget.c 	dma_free_coherent(dwc->sysdev, sizeof(*dwc->ep0_trb) * 2,
sysdev            785 drivers/usb/host/ehci-hub.c 			hcd->self.sysdev,
sysdev            790 drivers/usb/host/ehci-hub.c 			hcd->self.sysdev,
sysdev            128 drivers/usb/host/ehci-mem.c 		dma_free_coherent(ehci_to_hcd(ehci)->self.sysdev,
sysdev            145 drivers/usb/host/ehci-mem.c 			ehci_to_hcd(ehci)->self.sysdev,
sysdev            155 drivers/usb/host/ehci-mem.c 			ehci_to_hcd(ehci)->self.sysdev,
sysdev            169 drivers/usb/host/ehci-mem.c 			ehci_to_hcd(ehci)->self.sysdev,
sysdev            179 drivers/usb/host/ehci-mem.c 			ehci_to_hcd(ehci)->self.sysdev,
sysdev            189 drivers/usb/host/ehci-mem.c 		dma_alloc_coherent(ehci_to_hcd(ehci)->self.sysdev,
sysdev             23 drivers/usb/host/xhci-dbgcap.c 	vaddr = dma_alloc_coherent(xhci_to_hcd(xhci)->self.sysdev,
sysdev             33 drivers/usb/host/xhci-dbgcap.c 		dma_free_coherent(xhci_to_hcd(xhci)->self.sysdev,
sysdev            140 drivers/usb/host/xhci-dbgcap.c 	struct device		*dev = xhci_to_hcd(dbc->xhci)->self.sysdev;
sysdev            296 drivers/usb/host/xhci-dbgcap.c 	dev = xhci_to_hcd(xhci)->self.sysdev;
sysdev             36 drivers/usb/host/xhci-mem.c 	struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
sysdev            368 drivers/usb/host/xhci-mem.c 	struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
sysdev            464 drivers/usb/host/xhci-mem.c 	struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
sysdev            534 drivers/usb/host/xhci-mem.c 	struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
sysdev            562 drivers/usb/host/xhci-mem.c 	struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
sysdev            622 drivers/usb/host/xhci-mem.c 	struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
sysdev            840 drivers/usb/host/xhci-mem.c 	struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
sysdev           1653 drivers/usb/host/xhci-mem.c 	struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
sysdev           1718 drivers/usb/host/xhci-mem.c 	struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
sysdev           1742 drivers/usb/host/xhci-mem.c 	struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
sysdev           1808 drivers/usb/host/xhci-mem.c 	erst->entries = dma_alloc_coherent(xhci_to_hcd(xhci)->self.sysdev,
sysdev           1830 drivers/usb/host/xhci-mem.c 	struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
sysdev           1842 drivers/usb/host/xhci-mem.c 	struct device	*dev = xhci_to_hcd(xhci)->self.sysdev;
sysdev           2128 drivers/usb/host/xhci-mem.c 	struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
sysdev           2242 drivers/usb/host/xhci-mem.c 	struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
sysdev           2275 drivers/usb/host/xhci-mem.c 	struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
sysdev           2375 drivers/usb/host/xhci-mem.c 	struct device	*dev = xhci_to_hcd(xhci)->self.sysdev;
sysdev            160 drivers/usb/host/xhci-plat.c 	struct device		*sysdev, *tmpdev;
sysdev            183 drivers/usb/host/xhci-plat.c 	for (sysdev = &pdev->dev; sysdev; sysdev = sysdev->parent) {
sysdev            184 drivers/usb/host/xhci-plat.c 		if (is_of_node(sysdev->fwnode) ||
sysdev            185 drivers/usb/host/xhci-plat.c 			is_acpi_device_node(sysdev->fwnode))
sysdev            188 drivers/usb/host/xhci-plat.c 		else if (sysdev->bus == &pci_bus_type)
sysdev            193 drivers/usb/host/xhci-plat.c 	if (!sysdev)
sysdev            194 drivers/usb/host/xhci-plat.c 		sysdev = &pdev->dev;
sysdev            197 drivers/usb/host/xhci-plat.c 	if (WARN_ON(!sysdev->dma_mask))
sysdev            199 drivers/usb/host/xhci-plat.c 		ret = dma_coerce_mask_and_coherent(sysdev,
sysdev            202 drivers/usb/host/xhci-plat.c 		ret = dma_set_mask_and_coherent(sysdev, DMA_BIT_MASK(64));
sysdev            206 drivers/usb/host/xhci-plat.c 		ret = dma_set_mask_and_coherent(sysdev, DMA_BIT_MASK(32));
sysdev            215 drivers/usb/host/xhci-plat.c 	hcd = __usb_create_hcd(driver, sysdev, &pdev->dev,
sysdev            270 drivers/usb/host/xhci-plat.c 	xhci->shared_hcd = __usb_create_hcd(driver, sysdev, &pdev->dev,
sysdev            296 drivers/usb/host/xhci-plat.c 	hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, "usb-phy", 0);
sysdev            308 drivers/usb/host/xhci-plat.c 	hcd->tpl_support = of_usb_host_tpl_support(sysdev->of_node);
sysdev            228 drivers/usb/host/xhci.c 	struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
sysdev            778 drivers/usb/host/xhci.c 		usb_disable_xhci_ports(to_pci_dev(hcd->self.sysdev));
sysdev           5123 drivers/usb/host/xhci.c 	struct device		*dev = hcd->self.sysdev;
sysdev             95 drivers/usb/storage/scsiglue.c 	struct device *dev = us->pusb_dev->bus->sysdev;
sysdev            426 include/linux/usb.h 	struct device *sysdev;		/* as seen from firmware or bus */
sysdev            458 include/linux/usb/hcd.h 		struct device *sysdev, struct device *dev, const char *bus_name,