Home
last modified time | relevance | path

Searched refs:nr_endpoints (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iommu/
H A Dvirtio-iommu.c72 unsigned long nr_endpoints; member
757 vdev->vdomain->nr_endpoints--; in viommu_attach_dev()
768 if (!vdomain->nr_endpoints) { in viommu_attach_dev()
778 vdomain->nr_endpoints++; in viommu_attach_dev()
804 vdev->vdomain->nr_endpoints--; in viommu_attach_identity_domain()
805 vdomain->nr_endpoints++; in viommu_attach_identity_domain()
838 vdomain->nr_endpoints--; in viommu_detach_dev()
864 if (vdomain->nr_endpoints) { in viommu_map_pages()
901 if (!vdomain->nr_endpoints) in viommu_unmap_pages()
952 if (!vdomain->nr_endpoints) in viommu_iotlb_sync_map()
[all …]
/linux/drivers/usb/musb/
H A Dmusb_core.h353 u8 nr_endpoints; member
464 musb->nr_endpoints++; in musb_read_fifosize()
H A Dmusb_core.c1123 for (epnum = 1; (epnum < musb->nr_endpoints) in musb_stage0_irq()
1523 musb->nr_endpoints = max(epn, musb->nr_endpoints); in ep_config_from_table()
1653 musb->nr_endpoints = 1; in musb_core_init()
1665 for (i = 0; i < musb->nr_endpoints; i++) { in musb_core_init()
H A Dmusb_gadget.c1749 epnum < musb->nr_endpoints; in musb_g_init_endpoints()