Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iommu/
Dvirtio-iommu.c73 unsigned long nr_endpoints; member
684 vdev->vdomain->nr_endpoints--; in viommu_attach_dev()
699 if (!vdomain->nr_endpoints) { in viommu_attach_dev()
709 vdomain->nr_endpoints++; in viommu_attach_dev()
743 if (!vdomain->nr_endpoints) in viommu_map()
766 if (!vdomain->nr_endpoints) in viommu_unmap()
/Linux-v5.4/drivers/usb/musb/
Dmusb_core.h342 u8 nr_endpoints; member
455 musb->nr_endpoints++; in musb_read_fifosize()
Dmusb_core.c987 for (epnum = 1; (epnum < musb->nr_endpoints) in musb_stage0_irq()
1388 musb->nr_endpoints = max(epn, musb->nr_endpoints); in ep_config_from_table()
1518 musb->nr_endpoints = 1; in musb_core_init()
1530 for (i = 0; i < musb->nr_endpoints; i++) { in musb_core_init()
Dmusb_gadget.c1749 epnum < musb->nr_endpoints; in musb_g_init_endpoints()
Dmusb_host.c2054 epnum < musb->nr_endpoints; in musb_schedule()