Searched refs:interrupters (Results 1 – 4 of 4) sorted by relevance
1854 xhci->interrupters[intr_num] = NULL; in xhci_remove_secondary_interrupter()1869 for (i = 0; xhci->interrupters && i < xhci->max_interrupters; i++) { in xhci_mem_cleanup()1870 if (xhci->interrupters[i]) { in xhci_mem_cleanup()1871 xhci_remove_interrupter(xhci, xhci->interrupters[i]); in xhci_mem_cleanup()1872 xhci_free_interrupter(xhci, xhci->interrupters[i]); in xhci_mem_cleanup()1873 xhci->interrupters[i] = NULL; in xhci_mem_cleanup()1945 kfree(xhci->interrupters); in xhci_mem_cleanup()1953 xhci->interrupters = NULL; in xhci_mem_cleanup()2299 if (xhci->interrupters[intr_num]) { in xhci_add_interrupter()2304 xhci->interrupters[intr_num] = ir; in xhci_add_interrupter()[all …]
495 struct xhci_interrupter *ir = xhci->interrupters[0]; in xhci_run_finished()546 struct xhci_interrupter *ir = xhci->interrupters[0]; in xhci_run()608 struct xhci_interrupter *ir = xhci->interrupters[0]; in xhci_stop()715 ir = xhci->interrupters[i]; in xhci_save_registers()739 ir = xhci->interrupters[i]; in xhci_restore_registers()1097 xhci_disable_interrupter(xhci->interrupters[0]); in xhci_resume()
1530 struct xhci_interrupter **interrupters; member
3170 xhci_handle_events(xhci, xhci->interrupters[0]); in xhci_irq()4076 ir = xhci->interrupters[0]; in xhci_queue_isoc_tx()