Home
last modified time | relevance | path

Searched +full:bdc +full:- +full:udc +full:- +full:v2 (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/usb/
Dbrcm,bdc.yaml1 # 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 <[email protected]>
11 - Florian Fainelli <[email protected]>
16 - enum:
17 - brcm,bdc-udc-v2
18 - brcm,bdc
[all …]
/linux-6.14.4/drivers/usb/gadget/udc/bdc/
Dbdc_core.c1 // 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 …]
/linux-6.14.4/
DMAINTAINERS5 ---------------------------------------------------
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-[email protected]
88 F: drivers/scsi/3w-*
[all …]