Searched +full:num +full:- +full:hc +full:- +full:interrupters (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/usb/usb-xhci.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Mathias Nyman <mathias.nyman@intel.com>13 - $ref: usb-hcd.yaml#16 usb2-lpm-disable:20 usb3-lpm-capable:24 quirk-broken-port-ped:28 imod-interval-ns:[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/usb/snps,dwc3-common.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Felipe Balbi <balbi@kernel.org>14 vendor-specific implementation or as a standalone component.17 - $ref: usb-drd.yaml#18 - if:24 - dr_mode28 $ref: usb-xhci.yaml#[all …]
1 // SPDX-License-Identifier: GPL-2.016 #include <linux/dma-mapping.h>19 #include "xhci-trace.h"20 #include "xhci-debugfs.h"31 unsigned int num, in xhci_segment_alloc() argument36 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_segment_alloc()42 seg->trbs = dma_pool_zalloc(xhci->segment_pool, flags, &dma); in xhci_segment_alloc()43 if (!seg->trbs) { in xhci_segment_alloc()49 seg->bounce_buf = kzalloc_node(max_packet, flags, in xhci_segment_alloc()51 if (!seg->bounce_buf) { in xhci_segment_alloc()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * host.c - DesignWare USB3 DRD Controller Host Glue5 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com16 #include "../host/xhci-port.h"17 #include "../host/xhci-ext-caps.h"18 #include "../host/xhci-caps.h"19 #include "../host/xhci-plat.h"26 * dwc3_power_off_all_roothub_ports - Power off all Root hub ports39 if (dwc->xhci_resources[0].start) { in dwc3_power_off_all_roothub_ports()40 xhci_regs = ioremap(dwc->xhci_resources[0].start, DWC3_XHCI_REGS_END); in dwc3_power_off_all_roothub_ports()[all …]