Home
last modified time | relevance | path

Searched refs:max_interrupters (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dxhci-mem.c1851 if (!ir || !ir->intr_num || ir->intr_num >= xhci->max_interrupters) { in xhci_remove_secondary_interrupter()
1875 for (i = 0; xhci->interrupters && i < xhci->max_interrupters; i++) { in xhci_mem_cleanup()
2299 if (intr_num >= xhci->max_interrupters) { in xhci_add_interrupter()
2301 intr_num, xhci->max_interrupters); in xhci_add_interrupter()
2343 if (!xhci->interrupters || xhci->max_interrupters <= 1) in xhci_create_secondary_interrupter()
2353 for (i = 1; i < xhci->max_interrupters; i++) { in xhci_create_secondary_interrupter()
2364 xhci->max_interrupters); in xhci_create_secondary_interrupter()
2375 i, xhci->max_interrupters); in xhci_create_secondary_interrupter()
2509 xhci->interrupters = kcalloc_node(xhci->max_interrupters, sizeof(*xhci->interrupters), in xhci_mem_init()
Dxhci.c719 for (i = 0; i < xhci->max_interrupters; i++) { in xhci_save_registers()
743 for (i = 0; i < xhci->max_interrupters; i++) { in xhci_restore_registers()
5238 if ((!xhci->max_interrupters) || in xhci_gen_setup()
5239 xhci->max_interrupters > HCS_MAX_INTRS(xhci->hcs_params1)) in xhci_gen_setup()
5240 xhci->max_interrupters = HCS_MAX_INTRS(xhci->hcs_params1); in xhci_gen_setup()
Dxhci.h1502 u16 max_interrupters; member