Home
last modified time | relevance | path

Searched full:isp1760 (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.15/drivers/usb/isp1760/
DMakefile2 isp1760-y := isp1760-core.o isp1760-if.o
3 isp1760-$(CONFIG_USB_ISP1760_HCD) += isp1760-hcd.o
4 isp1760-$(CONFIG_USB_ISP1761_UDC) += isp1760-udc.o
6 obj-$(CONFIG_USB_ISP1760) += isp1760.o
DKconfig8 Say Y or M here if your system as an ISP1760/1763 USB host controller
18 module will be called isp1760.
29 bool "ISP1760 Mode Selection"
39 Select this if you want to use the ISP1760 in host mode only. The
47 Select this if you want to use the ISP1760 in peripheral mode only.
57 Select this if you want to use the ISP1760 in both host and
Disp1760-if.c3 * Glue code for the ISP1760 driver and bus
23 #include "isp1760-core.h"
24 #include "isp1760-regs.h"
181 .name = "isp1760",
201 pr_warn("isp1760: IRQ resource not available\n"); in isp1760_plat_probe()
238 pr_err("isp1760: no platform data\n"); in isp1760_plat_probe()
247 pr_info("ISP1760 USB device initialised\n"); in isp1760_plat_probe()
260 { .compatible = "nxp,usb-isp1760", },
272 .name = "isp1760",
Disp1760-core.h3 * Driver for the NXP ISP1760 chip
21 #include "isp1760-hcd.h"
22 #include "isp1760-udc.h"
Disp1760-core.c3 * Driver for the NXP ISP1760 chip
24 #include "isp1760-core.h"
25 #include "isp1760-hcd.h"
26 #include "isp1760-regs.h"
27 #include "isp1760-udc.h"
82 * PORT 1 Control register of the ISP1760 is the OTG control register in isp1760_init_core()
101 hcd->is_isp1763 ? "isp1763" : "isp1760", in isp1760_init_core()
121 * ISP1760/61:
174 .name = "isp1760-hc",
512 dev_err(dev, "isp1760/61 do not support data width 8\n"); in isp1760_register()
[all …]
Disp1760-regs.h3 * Driver for the NXP ISP1760 chip
22 /* ISP1760/31 */
Disp1760-hcd.h8 #include "isp1760-regs.h"
Disp1760-udc.h22 #include "isp1760-regs.h"
Disp1760-hcd.c3 * Driver for the NXP ISP1760 chip
33 #include "isp1760-core.h"
34 #include "isp1760-hcd.h"
35 #include "isp1760-regs.h"
2506 .description = "isp1760-hcd",
2507 .product_desc = "NXP ISP1760 USB Host Controller",
Disp1760-udc.c22 #include "isp1760-core.h"
23 #include "isp1760-regs.h"
24 #include "isp1760-udc.h"
/Linux-v5.15/Documentation/devicetree/bindings/usb/
Dnxp,isp1760.yaml4 $id: http://devicetree.org/schemas/usb/nxp,isp1760.yaml#
7 title: NXP ISP1760 family controller bindings
14 NXP ISP1760 family, which includes ISP1760/1761/1763 devicetree controller
20 - nxp,usb-isp1760
/Linux-v5.15/drivers/usb/
DMakefile14 obj-$(CONFIG_USB_ISP1760) += isp1760/
DKconfig126 source "drivers/usb/isp1760/Kconfig"
/Linux-v5.15/
DMAINTAINERS19367 USB ISP1760 DRIVER
19371 F: drivers/usb/isp1760/*
19372 F: Documentation/devicetree/bindings/usb/nxp,isp1760.yaml