Home
last modified time | relevance | path

Searched refs:interrupter (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-mem.c1849 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()
H A Dxhci.c460 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()
H A Dxhci-debugfs.c696 xhci_debugfs_create_ring_dir(xhci, &xhci->interrupter->event_ring, in xhci_debugfs_init()
H A Dxhci.h1555 struct xhci_interrupter *interrupter; member
H A Dxhci-ring.c3224 ir = xhci->interrupter; in xhci_irq()
/openbmc/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_core.c195 static int setup_srr(struct bdc *bdc, int interrupter) in setup_srr() argument