Searched +full:dis +full:- +full:start +full:- +full:transfer +full:- +full:quirk (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Felipe Balbi <balbi@kernel.org>14 be presented as a standalone DT node with an optional vendor-specific18 - $ref: usb-drd.yaml#19 - if:25 - dr_mode29 $ref: usb-xhci.yaml#35 - const: snps,dwc3[all …]
1 // SPDX-License-Identifier: GPL-2.03 * core.c - DesignWare USB3 DRD Controller Core file5 * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com24 #include <linux/dma-mapping.h>42 #include "../host/xhci-ext-caps.h"47 * dwc3_get_dr_mode - Validates and sets dr_mode53 struct device *dev = dwc->dev; in dwc3_get_dr_mode()56 if (dwc->dr_mode == USB_DR_MODE_UNKNOWN) in dwc3_get_dr_mode()57 dwc->dr_mode = USB_DR_MODE_OTG; in dwc3_get_dr_mode()59 mode = dwc->dr_mode; in dwc3_get_dr_mode()[all …]
1 // SPDX-License-Identifier: GPL-2.03 /* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.4 * Copyright (C) 2018-2024 Linaro Ltd.29 * providing a well-defined communication layer between the AP subsystem32 * -------- ---------34 * | AP +<---. .----+ Modem |35 * | +--. | | .->+ |37 * -------- | | | | ---------39 * --+-+---+-+--41 * |-----------|[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later4 * Copyright (C) 2011-2013 Samsung India Software Operations5 * Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.17 #include <linux/blk-pm.h>31 #include "ufshcd-priv.h"34 #include "ufs-sysfs.h"35 #include "ufs-debugfs.h"36 #include "ufs-fault-injection.h"38 #include "ufshcd-crypto.h"77 /* maximum number of link-startup retries */[all …]