Home
last modified time | relevance | path

Searched full:interrupter (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/devicetree/bindings/sound/
H A Dqcom,q6usb.yaml36 Desired XHCI interrupter number to use. Depending on the audio DSP
37 on the platform, it will operate on a specific XHCI interrupter.
/linux/include/sound/
H A Dq6usboffload.h12 * @intr_num: usb interrupter number
/linux/drivers/usb/host/
H A Dxhci-mem.c1831 * Clean out interrupter registers except ERSTBA. Clearing either the in xhci_remove_interrupter()
1860 /* free interrupter event ring */ in xhci_free_interrupter()
1876 /* interrupter 0 is primary interrupter, don't touch it */ in xhci_remove_secondary_interrupter()
1878 xhci_dbg(xhci, "Invalid secondary interrupter, can't remove\n"); in xhci_remove_secondary_interrupter()
1884 * Cleanup secondary interrupter to ensure there are no pending events. in xhci_remove_secondary_interrupter()
2311 xhci_warn(xhci, "Failed to allocate interrupter event ring\n"); in xhci_alloc_interrupter()
2318 xhci_warn(xhci, "Failed to allocate interrupter erst\n"); in xhci_alloc_interrupter()
2351 /* Set the event ring dequeue address of this interrupter */ in xhci_add_interrupter()
2374 /* Find available secondary interrupter, interrupter 0 is reserved for primary */ in xhci_create_secondary_interrupter()
2393 xhci_warn(xhci, "Failed to add secondary interrupter, max interrupters %d\n", in xhci_create_secondary_interrupter()
[all …]
H A Dxhci-pci.c123 /* for now, the driver only supports one primary interrupter */ in xhci_msix_sync_irqs()
H A Dxhci-hub.c1980 /* re-enable interrupter */ in xhci_bus_resume()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h370 * Each interrupter (defined by a MSI-X vector) has an event ring and an Event
393 /* IMOD - Interrupter Moderation Register - irq_control bitmasks. */
421 * @ir_set: Array of Interrupter registers.
578 * @int_target: Interrupter target number.
926 * @intr_target: Interrupter target.
1016 /* Interrupter Target - which MSI-X vector to target the completion event at. */
1367 * @ir_set: Current interrupter register set.
H A Dcdnsp-ring.c1992 /* Set the TRB length, TD size, and interrupter fields. */ in cdnsp_queue_bulk_tx()
2295 /* Set the TRB length, TD size, & interrupter fields. */ in cdnsp_queue_isoc_tx()
/linux/sound/usb/qcom/
H A Dqc_audio_offload.c1168 * Register secondary interrupter to XHCI and fetch the event buffer info
1189 dev_err(&subs->dev->dev, "failed to fetch interrupter\n"); in uaudio_event_ring_setup()