Searched +full:bdc +full:- +full:udc +full:- +full:v2 (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/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 …]
|
/Linux-v6.1/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 …]
|
/Linux-v6.1/ |
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 …]
|