Searched refs:interrupter (Results 1 – 6 of 6) sorted by relevance
1849 xhci_free_interrupter(xhci, xhci->interrupter); in xhci_mem_cleanup()1850 xhci->interrupter = NULL; in xhci_mem_cleanup()2430 xhci->interrupter = xhci_alloc_interrupter(xhci, flags); in xhci_mem_init()2431 if (!xhci->interrupter) in xhci_mem_init()2434 if (xhci_add_interrupter(xhci, xhci->interrupter, 0)) in xhci_mem_init()
460 struct xhci_interrupter *ir = xhci->interrupter; in xhci_run_finished()512 struct xhci_interrupter *ir = xhci->interrupter; in xhci_run()576 struct xhci_interrupter *ir = xhci->interrupter; in xhci_stop()672 struct xhci_interrupter *ir = xhci->interrupter; in xhci_save_registers()691 struct xhci_interrupter *ir = xhci->interrupter; in xhci_restore_registers()1064 xhci_disable_interrupter(xhci->interrupter); in xhci_resume()
696 xhci_debugfs_create_ring_dir(xhci, &xhci->interrupter->event_ring, in xhci_debugfs_init()
1555 struct xhci_interrupter *interrupter; member
3224 ir = xhci->interrupter; in xhci_irq()
195 static int setup_srr(struct bdc *bdc, int interrupter) in setup_srr() argument