Searched +full:max3420 +full:- +full:udc (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/ |
| D | maxim,max3420-udc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/maxim,max3420-udc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MAXIM MAX3420/1 USB Peripheral Controller 10 - Jassi Brar <jaswinder.singh@linaro.org> 22 - maxim,max3420-udc 23 - maxim,max3421-udc 30 - description: usb irq from max3420 31 - description: vbus detection irq [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | maxim,max3420-udc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/maxim,max3420-udc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MAXIM MAX3420/1 USB Peripheral Controller 10 - Jassi Brar <jaswinder.singh@linaro.org> 22 - maxim,max3420-udc 23 - maxim,max3421-udc 30 - description: usb irq from max3420 31 - description: vbus detection irq [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
| D | max3420_udc.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * MAX3420 Device Controller driver for USB. 6 * (C) Copyright 2019-2020 Linaro Ltd 38 #define MAX3420_SPI_DIR_RD 0 /* read register from MAX3420 */ 39 #define MAX3420_SPI_DIR_WR 1 /* write register to MAX3420 */ 159 struct max3420_udc *udc; member 191 #define DRIVER_DESC "MAX3420 USB Device-Mode Driver" 192 static const char driver_name[] = "max3420-udc"; 201 static void spi_ack_ctrl(struct max3420_udc *udc) in spi_ack_ctrl() argument 203 struct spi_device *spi = udc->spi; in spi_ack_ctrl() [all …]
|
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 7 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !! 9 # - Host systems (like PCs) need CONFIG_USB (with "A" jacks). 10 # - Peripherals (like PDAs) need CONFIG_USB_GADGET (with "B" jacks). 11 # - Some systems have both kinds of controllers. 13 # With help from a special transceiver and a "Mini-AB" jack, systems with 14 # both kinds of controller can also support "USB On-the-Go" (CONFIG_USB_OTG). 22 # - integrated/SOC controllers first 23 # - licensed IP used in both SOC and discrete versions 24 # - discrete ones (including all PCI-only controllers) [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
| D | max3420_udc.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * MAX3420 Device Controller driver for USB. 6 * (C) Copyright 2019-2020 Linaro Ltd 36 #define MAX3420_SPI_DIR_RD 0 /* read register from MAX3420 */ 37 #define MAX3420_SPI_DIR_WR 1 /* write register to MAX3420 */ 157 struct max3420_udc *udc; member 189 #define DRIVER_DESC "MAX3420 USB Device-Mode Driver" 190 static const char driver_name[] = "max3420-udc"; 199 static void spi_ack_ctrl(struct max3420_udc *udc) in spi_ack_ctrl() argument 201 struct spi_device *spi = udc->spi; in spi_ack_ctrl() [all …]
|
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 7 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !! 9 # - Host systems (like PCs) need CONFIG_USB (with "A" jacks). 10 # - Peripherals (like PDAs) need CONFIG_USB_GADGET (with "B" jacks). 11 # - Some systems have both kinds of controllers. 13 # With help from a special transceiver and a "Mini-AB" jack, systems with 14 # both kinds of controller can also support "USB On-the-Go" (CONFIG_USB_OTG). 22 # - integrated/SOC controllers first 23 # - licensed IP used in both SOC and discrete versions 24 # - discrete ones (including all PCI-only controllers) [all …]
|