Searched full:isp1301 (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/usb/phy/ |
H A D | Kconfig | 117 tristate "NXP ISP1301 USB transceiver support" 122 Say Y here to add support for the NXP ISP1301 USB transceiver driver. 127 module will be called phy-isp1301.
|
H A D | Makefile | 20 obj-$(CONFIG_USB_ISP1301) += phy-isp1301.o
|
/linux/Documentation/devicetree/bindings/usb/ |
H A D | nxp,lpc3220-udc.yaml | 31 phandle of the associated ISP1301 device - this is necessary for 49 transceiver = <&isp1301>;
|
/linux/arch/arm/boot/dts/nxp/lpc/ |
H A D | lpc3250-phy3250.dts | 113 isp1301: usb-transceiver@2c { label 114 compatible = "nxp,isp1301"; 136 transceiver = <&isp1301>;
|
H A D | lpc3250-ea3250.dts | 189 isp1301: usb-transceiver@2d { label 190 compatible = "nxp,isp1301"; 203 transceiver = <&isp1301>;
|
/linux/include/linux/usb/ |
H A D | isp1301.h | 3 * NXP ISP1301 USB transceiver driver
|
/linux/drivers/usb/gadget/udc/ |
H A D | lpc32xx_udc.c | 32 #include <linux/usb/isp1301.h> 44 int vbus_drv_pol; /* 0=active low drive for VBUS via ISP1301 */ 118 ISP1301, enumerator 543 /* Primary initialization sequence for the ISP1301 transceiver */ 570 * The PSW_OE enable bit state is reversed in the ISP1301 User's Guide in isp1301_udc_configure() 615 dev_info(udc->dev, "ISP1301 Vendor ID : 0x%04x\n", vendor); in isp1301_udc_configure() 616 dev_info(udc->dev, "ISP1301 Product ID : 0x%04x\n", product); in isp1301_udc_configure() 617 dev_info(udc->dev, "ISP1301 Version ID : 0x%04x\n", in isp1301_udc_configure() 622 /* Enables or disables the USB device pullup via the ISP1301 transceiver */ 659 /* Powers up or down the ISP1301 transceiver */ [all …]
|
H A D | omap_udc.c | 1776 /* FIXME tell isp1301 to suspend/resume (?) */ in devstate_irq() 2949 * may involve talking to an external transceiver (e.g. isp1301).
|
/linux/Documentation/devicetree/bindings/ |
H A D | trivial-devices.yaml | 334 # NXP ISP1301 USB transceiver 335 - nxp,isp1301
|