Searched refs:interrupter (Results 1 – 7 of 7) sorted by relevance
49 - description: builtin eDMA interrupter.
1847 xhci_free_interrupter(xhci, xhci->interrupter); in xhci_mem_cleanup()1848 xhci->interrupter = NULL; in xhci_mem_cleanup()2425 xhci->interrupter = xhci_alloc_interrupter(xhci, flags); in xhci_mem_init()2426 if (!xhci->interrupter) in xhci_mem_init()2429 if (xhci_add_interrupter(xhci, xhci->interrupter, 0)) in xhci_mem_init()
459 struct xhci_interrupter *ir = xhci->interrupter; in xhci_run_finished()511 struct xhci_interrupter *ir = xhci->interrupter; in xhci_run()575 struct xhci_interrupter *ir = xhci->interrupter; in xhci_stop()671 struct xhci_interrupter *ir = xhci->interrupter; in xhci_save_registers()690 struct xhci_interrupter *ir = xhci->interrupter; in xhci_restore_registers()1063 xhci_disable_interrupter(xhci->interrupter); in xhci_resume()
696 xhci_debugfs_create_ring_dir(xhci, &xhci->interrupter->event_ring, in xhci_debugfs_init()
1803 struct xhci_interrupter *interrupter; member
3129 ir = xhci->interrupter; in xhci_irq()
195 static int setup_srr(struct bdc *bdc, int interrupter) in setup_srr() argument