Searched refs:interrupters (Results 1 – 5 of 5) sorted by relevance
1860 xhci->interrupters[intr_num] = NULL; in xhci_remove_secondary_interrupter()1875 for (i = 0; xhci->interrupters && i < xhci->max_interrupters; i++) { in xhci_mem_cleanup()1876 if (xhci->interrupters[i]) { in xhci_mem_cleanup()1877 xhci_remove_interrupter(xhci, xhci->interrupters[i]); in xhci_mem_cleanup()1878 xhci_free_interrupter(xhci, xhci->interrupters[i]); in xhci_mem_cleanup()1879 xhci->interrupters[i] = NULL; in xhci_mem_cleanup()1951 kfree(xhci->interrupters); in xhci_mem_cleanup()1959 xhci->interrupters = NULL; in xhci_mem_cleanup()2305 if (xhci->interrupters[intr_num]) { in xhci_add_interrupter()2310 xhci->interrupters[intr_num] = ir; in xhci_add_interrupter()[all …]
500 struct xhci_interrupter *ir = xhci->interrupters[0]; in xhci_run_finished()551 struct xhci_interrupter *ir = xhci->interrupters[0]; in xhci_run()613 struct xhci_interrupter *ir = xhci->interrupters[0]; in xhci_stop()720 ir = xhci->interrupters[i]; in xhci_save_registers()744 ir = xhci->interrupters[i]; in xhci_restore_registers()1104 xhci_disable_interrupter(xhci->interrupters[0]); in xhci_resume()
696 xhci_debugfs_create_ring_dir(xhci, &xhci->interrupters[0]->event_ring, in xhci_debugfs_init()
1518 struct xhci_interrupter **interrupters; member
3129 xhci_handle_events(xhci, xhci->interrupters[0]); in xhci_irq()4020 ir = xhci->interrupters[0]; in xhci_queue_isoc_tx()