Searched +full:bdc +full:- +full:udc +full:- +full:v2 (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | brcm,bdc.txt | 1 Broadcom USB Device Controller (BDC) 6 - compatible: must be one of: 7 "brcm,bdc-udc-v2" 8 "brcm,bdc" 9 - reg: the base register address and length 10 - interrupts: the interrupt line for this controller 16 - phys: phandle to one or two USB PHY blocks 19 - clocks: phandle to the functional clock of this block 23 bdc@f0b02000 { 24 compatible = "brcm,bdc-udc-v2";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/ |
| D | brcm,bdc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/brcm,bdc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Broadcom USB Device Controller (BDC) 10 - Al Cooper <alcooperx@gmail.com> 11 - Florian Fainelli <f.fainelli@gmail.com> 16 - enum: 17 - brcm,bdc-udc-v2 18 - brcm,bdc [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/ |
| D | bdc_core.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * bdc_core.c - BRCM BDC USB3.0 device controller core operations 20 #include <linux/dma-mapping.h> 29 #include "bdc.h" 33 static int poll_oip(struct bdc *bdc, u32 usec) in poll_oip() argument 38 ret = readl_poll_timeout(bdc->regs + BDC_BDCSC, status, in poll_oip() 41 dev_err(bdc->dev, "operation timedout BDCSC: 0x%08x\n", status); in poll_oip() 43 dev_dbg(bdc->dev, "%s complete status=%d", __func__, BDC_CSTS(status)); in poll_oip() 48 /* Stop the BDC controller */ 49 int bdc_stop(struct bdc *bdc) in bdc_stop() argument [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/ |
| D | bdc_core.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * bdc_core.c - BRCM BDC USB3.0 device controller core operations 20 #include <linux/dma-mapping.h> 29 #include "bdc.h" 33 static int poll_oip(struct bdc *bdc, u32 usec) in poll_oip() argument 38 ret = readl_poll_timeout(bdc->regs + BDC_BDCSC, status, in poll_oip() 41 dev_err(bdc->dev, "operation timedout BDCSC: 0x%08x\n", status); in poll_oip() 43 dev_dbg(bdc->dev, "%s complete status=%d", __func__, BDC_CSTS(status)); in poll_oip() 48 /* Stop the BDC controller */ 49 int bdc_stop(struct bdc *bdc) in bdc_stop() argument [all …]
|
| /kernel/linux/linux-5.10/ |
| D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|
| /kernel/linux/linux-6.6/ |
| D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|