Home
last modified time | relevance | path

Searched +full:lpc3220 +full:- +full:udc (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/usb/
H A Dnxp,lpc3220-udc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/usb/nxp,lpc3220-udc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP LPC32xx SoC USB Device Controller (UDC)
10 - Frank Li <Frank.Li@nxp.com>
14 const: nxp,lpc3220-udc
21 - description: USB Device Low Priority Interrupt
22 - description: USB Device High Priority Interrupt
23 - description: USB Device DMA Interrupt
[all …]
/linux/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c1 // SPDX-License-Identifier: GPL-2.0+
20 #include <linux/dma-mapping.h>
78 #define DATA_IN 1 /* Expect dev->host transfer */
79 #define DATA_OUT 2 /* Expect host->dev transfer */
101 struct lpc32xx_udc *udc; member
123 * Common UDC structure
161 /* USB device peripheral - various */
188 dev_dbg(epp->udc->dev, "%s: " fmt, __func__, ## arg)
190 dev_err(epp->udc->dev, "%s: " fmt, __func__, ## arg)
192 dev_info(epp->udc->dev, "%s: " fmt, __func__, ## arg)
[all …]