Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/devicetree/bindings/pci/
Dfsl,imx6q-pcie-ep.yaml49 - description: builtin eDMA interrupter.
/linux-6.6.21/drivers/usb/host/
Dxhci-mem.c1847 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()
Dxhci.c459 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()
Dxhci-debugfs.c696 xhci_debugfs_create_ring_dir(xhci, &xhci->interrupter->event_ring, in xhci_debugfs_init()
Dxhci.h1803 struct xhci_interrupter *interrupter; member
Dxhci-ring.c3129 ir = xhci->interrupter; in xhci_irq()
/linux-6.6.21/drivers/usb/gadget/udc/bdc/
Dbdc_core.c195 static int setup_srr(struct bdc *bdc, int interrupter) in setup_srr() argument